Viewing 15 posts - 46 through 60 (of 205 total)
I believe that you will need to compress the nonclustered indexes separately to the tables.
Infact, just checked BOL:
The compression setting of a table is not automatically applied to its nonclustered...
November 10, 2010 at 8:17 am
Congrats, really good score. I'm hoping to sit this soon, will really need to swat up on the XML side of things first.
November 9, 2010 at 4:56 am
Kyle Freeman (11/4/2010)
70-432
70-433
70-450
70-451
And I may look into the BID certifications as well....
I believe way back when I took the tests for 7.0,...
November 9, 2010 at 4:54 am
UMG Developer (11/8/2010)
November 9, 2010 at 3:08 am
I can't believe people have actually clicked on "None of the above" 😀
November 9, 2010 at 3:03 am
Hi there,
I've amended your query to run across all databases on a particular instance:
/*Create a temporary table to hold all result sets*/
CREATE TABLE #Table
(TableID int IDENTITY(1,1) PRIMARY KEY CLUSTERED
,DatabaseName VARCHAR(20)
,LoginName...
November 3, 2010 at 3:45 am
Pretty sure it's just the one, out of interest why would you want two?
The following link explains about the role of the witness server http://msdn.microsoft.com/en-us/library/ms175191.aspx
November 3, 2010 at 3:23 am
I'd suggest that you ask this in the SQL 2005 replication section of the forum 😀
November 2, 2010 at 5:30 am
Great article SS
October 21, 2010 at 5:30 am
Da-Zero, glad you found the question useful!
Hugo Kornelis (10/18/2010)
Oh, one final remark - if I should copy and paste your script in SSMS and execute it, I would actually get...
October 18, 2010 at 3:11 am
Manny Cruz (10/15/2010)
-ok never mind this post - i got itthx
No problem
October 15, 2010 at 9:59 am
sp_configure will still work, it will be interesting to see what is disabling it, are there any startup stored procedures?
October 15, 2010 at 9:51 am
Viewing 15 posts - 46 through 60 (of 205 total)