Viewing 3 posts - 76 through 78 (of 78 total)
Yes, smth like this:
alter table MyTable drop constraint PK_INK_NEXT_OPERATION;
alter table MyTable alter column operation_id int not null
alter table MyTable add constraint PK_INK_NEXT_OPERATION primary key (operation_id);
August 2, 2012 at 11:15 pm
Msg 530, Level 16, State 1, Line 1
The statement terminated. The maximum recursion 100 has been exhausted before statement completion.
If it is supposed to work on a really long strings...
August 1, 2012 at 11:06 pm
Jeff Moden,
Wonderful note about set statistics time! Never heard of it.
"Try to beat it using any form of "all in one query" code."
Here you go!
Sample Data (one million rows of...
August 1, 2012 at 3:49 am
Viewing 3 posts - 76 through 78 (of 78 total)