Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Friday, September 21, 2007
Dynamic sql to perform a SQL task on a list of tables
EXEC sp_MSforeachtable 'IF ''?'' LIKE ''%tbStaging%'' BEGIN PRINT ''?'' DELETE ? END '
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment