Insights of a Full Stack dev
Tuesday, 21 June 2016
Simple SQL script for all tables
SELECT
'
delete from ' +
table_name
FROM
information_schema.tables
WHERE
table_name LIKE 'tbl_junk_%'
Friday, 17 June 2016
RegEx Search and Replace
(?s)<Client>.*?</Client>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)