Viewing 15 posts - 1,051 through 1,065 (of 3,047 total)
Thanks for the script.
May 10, 2016 at 9:16 am
Thanks for the script.
May 10, 2016 at 7:03 am
Robert Seliga (7/23/2008)
save yerself some typing:if object_id('dbo.table_name') is not null
drop dbo.table_name
toss that at the top of the script too before dropping the sp ahead of the create statement
Thanks...
May 10, 2016 at 7:01 am
david.wright-948385 (8/22/2012)
Not a single comment in the code: ok you can work it out, but I reckon that's a fail.
I hate it when there are no comments.
May 10, 2016 at 7:00 am
It is a tough challenge sometimes when tables are poorly thought out before creation having to do with natural keys and what makes sense to put in the tables.
May 10, 2016 at 6:59 am
Viewing 15 posts - 1,051 through 1,065 (of 3,047 total)