Viewing 5 posts - 61 through 65 (of 65 total)
happycat59 (5/6/2012)
May 8, 2012 at 10:54 am
Lynn Pettis (5/2/2012)
The only way to manage the transaction log when using the BULK_LOGGED and FULL recovery models is to run regular transaction log backups.
Thanks Lynn. School me...
May 2, 2012 at 12:36 pm
GilaMonster (2/6/2012)
CREATE UNIQUE INDEX <index name> ON <table name>(<column name>)
WHERE <Column name> IS NOT NULL
Uniqueness only enforced over the non-null portion of the...
February 6, 2012 at 10:30 am
Thank You so much. This is neat. I was going bonkers with #temp tables. Though it served the purpose, its not as efficient as this one is.
February 2, 2012 at 2:35 am
Viewing 5 posts - 61 through 65 (of 65 total)