Viewing 4 posts - 1 through 4 (of 4 total)
Hi Lowell
I found 3 other things which could be interesting for you.
1) The column names in the index and constraint statements should be in squre brackets
for indexes where the...
March 13, 2013 at 5:01 am
Hi Lowell
I am using your procedure for an automatic update script (from develpoment --> productive server).
During the test of the update script I found some differences which have lead to...
February 22, 2013 at 8:08 am
Hi
I added another small improvment.
The keyword "clustered" or "nonclustered" in the index creation statement.
Without this all indexes are created as nonclustered indexes which is in the most cases correct.
But...
February 22, 2013 at 6:56 am
Nice procedure, saves me a lot of work.
Thanks for sharing it.
I have made some small improvement to add the order (asc,desc) of the index columns.
Maybe you want to add...
February 19, 2013 at 8:01 am
Viewing 4 posts - 1 through 4 (of 4 total)