Viewing 5 posts - 46 through 50 (of 50 total)
I would also check your default trace that is running. Most default traces automatically capture auto grow events.
December 19, 2008 at 7:08 am
If I understand your question correctly, I would start the incremental column on table A at 1 and increment by 2. I would start the incremental column on table...
December 16, 2008 at 1:55 pm
ISNULL() does only work for NULL fields and does not catch empty strings. Your example should work just fine. I use something similar in a lot of my...
January 15, 2008 at 10:12 am
You should look into using either a case statement or the coalesce function.
January 15, 2008 at 9:19 am
Viewing 5 posts - 46 through 50 (of 50 total)