Viewing 15 posts - 31 through 45 (of 83 total)
IS there one perference over another?
October 14, 2008 at 11:01 am
Do I need specify like INIT or NOINIT?
October 14, 2008 at 10:39 am
So I would copy that script into a SQL Server Agent Job?
October 14, 2008 at 10:18 am
Does it do any good to defrag BLOB indexes? I also have several cases I have heap table (no clustered indexes )? These table do not have clustered indexes because...
October 8, 2008 at 3:17 pm
I found the following script that I have been testing and it seems to work except for an issue with BLOBs.
SET NOCOUNT ON
--Create temporary table to hold DBCC SHOWCONTIG output
CREATE...
October 7, 2008 at 9:20 am
Another question that I have that is related to indexing is we have a number of tables with Text datatype (blob) which seems to be be picked up in the...
October 7, 2008 at 8:24 am
That sounds right where I want to go with this. Do have any examples of how this could be done. I really don't want to re-invent the wheel.
October 6, 2008 at 3:51 pm
I am wondering is if a restore to tis server from another server would have stepped on it. If so should I un-install full-text indexing or something.
October 2, 2008 at 8:14 am
I did not do it. I am just coming in and this is what was in place when I got here.
September 29, 2008 at 2:09 pm
Then this sounds like its going to lead me down the path of file groups. I have a 590GB PRIMARY data file along with a 30GB t-log. I need to...
September 29, 2008 at 2:01 pm
Thank you for clearing that up. I appreciate the input.
September 26, 2008 at 7:47 am
Doesn't creating the FK back it up with an index?
September 25, 2008 at 10:11 am
The SQLServer is running on a DOMAIN Account.
September 17, 2008 at 10:55 am
Viewing 15 posts - 31 through 45 (of 83 total)