Viewing 15 posts - 1 through 15 (of 29 total)
according to sp_spaceused, there is unused space allocated for tables.
http://msdn.microsoft.com/en-us/library/ms188776.aspx
I can make unused space by adding rows and deleting them. just hoping there is a more elegant...
October 28, 2010 at 5:28 pm
thanks, that is the fix
November 6, 2009 at 2:03 pm
you can probably pick one up on ebay.
good luck
July 23, 2007 at 5:54 pm
this error can come from a couple issues.
the fix for me was to change the service account with enterprise manager which will grant needed local policy and confirm the exact...
June 13, 2007 at 11:26 pm
I too had this issue, seems one should not change the full text service through the services gui or a wmi script. instead Use SQL Server Configuration Manager to reapply...
May 25, 2007 at 8:06 pm
be aware, linked servers are slow if you have a lot of data returned by a linked query...
May 1, 2007 at 2:01 pm
thanks for all that useless information - here are the answers I was looking for:
In Spring, jobs scheduled during the spring ahead hour from 2 - 2:59:59am will launch at 3am (I...
March 6, 2007 at 4:29 pm
try reindexing the tables.
if you deleted data the indexes are probably very fragmented.
February 6, 2007 at 1:57 pm
does the error message come from an attempt to connect via a linked server? the server principal name (SPN) may not be correctly identified.
January 5, 2007 at 2:01 pm
what is fill factor on the db on the cluster server?
if fill factor is too high, inserts may take a long time
October 24, 2006 at 11:28 am
you state that log file increased, I assume it is on autogrow.
how much is free space? you can probably shrink it.
some optimization jobs (defragging indexes) take up log space.
October 11, 2006 at 12:22 pm
I would make sure there are indexes on every column used in the where clause.
August 11, 2006 at 10:58 am
July 21, 2006 at 4:45 pm
Viewing 15 posts - 1 through 15 (of 29 total)