Viewing 15 posts - 3,001 through 3,015 (of 3,348 total)
Cliff Jones (8/5/2009)
Hugo Kornelis (8/5/2009)
August 5, 2009 at 10:05 am
stevecable (7/31/2009)
August 5, 2009 at 8:57 am
sean redmond (7/28/2009)
Wouldn't shrinking the DB also reclaim the space lost by the dropped column?
Frankly, I have no idea. I guess I could test but I can't really be bothered....
August 5, 2009 at 8:50 am
angelo.cas (7/28/2009)
August 5, 2009 at 8:48 am
Stuart M. Garner (7/28/2009)
Creating a clustered index does involve a rebuild of all the data pages, so this will also...
August 5, 2009 at 8:34 am
andrew.me.ph (7/28/2009)
August 5, 2009 at 8:32 am
mtassin (7/28/2009)
]SQL Server 2005 Books Online April 2006 Help File
(snip - HK)
So sp_spaceused for a large table (1 million rows seems large...
August 5, 2009 at 8:28 am
Chad Crawford (7/28/2009)
August 5, 2009 at 8:25 am
nico van niekerk (7/28/2009)
Then, it is not "than", it is...
August 5, 2009 at 8:20 am
Hi all,
First: Apologies for the late replies. Unfortunately, Steve ran this question just during my holiday, so I was busy soaking in sun, blissfully unaware of your reactions. I am...
August 5, 2009 at 8:15 am
ramu.valleti (7/7/2009)
when i execute the following query,
BEGIN TRANSACTION T1
INSERT INTO table_1 VALUES ('ABA','xxx',130)
COMMIT TRANSACTION T1
BEGIN TRANSACTION T2
INSERT INTO table_1...
July 7, 2009 at 1:20 pm
Seconded.
(I lost my point - I was so focused on the details of the nested transactions that I failed to see that the code used a table variable instead of...
July 7, 2009 at 6:02 am
Tao Klerks (7/7/2009)
Hugo Kornelis (7/6/2009)
July 7, 2009 at 4:28 am
Steve Jones - Editor (7/6/2009)
Never satisfied, are we Hugo?
Never. There's always room for improvement. 😉
I have changed it to "B is returned. A simple change that would be better: ..."
I...
July 7, 2009 at 1:50 am
Paul White (7/6/2009)
Hugo Kornelis (7/6/2009)
"It is sometimes a better practice to...
July 6, 2009 at 4:47 pm
Viewing 15 posts - 3,001 through 3,015 (of 3,348 total)