Viewing 15 posts - 331 through 345 (of 1,161 total)
Did you try detaching the database or dropping the database?
November 23, 2010 at 2:58 am
You may find this discussion useful.
November 23, 2010 at 2:56 am
Hi Brian,
UPDATE STATISTICS does not have MAXDOP argument like ALTER INDEX. You need to include the sp_configure script in between. Here is an example.
sp_configure 'max degree of parallelism', 2
go
[UPDATE STATISTIC...
November 23, 2010 at 2:27 am
Here are some of the options for SSIS.
November 22, 2010 at 9:42 am
Do you find any subfolders like "20101122_*". The Detail.txt file should be located inside those.
November 22, 2010 at 9:37 am
Check the Detail.txt located at "C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log" for more information related to this error message.
November 22, 2010 at 8:13 am
You connect to SSIS, SSRS using SSMS. After connecting at the right side of the service, the version information is displayed as in this screenshot.
November 22, 2010 at 8:03 am
Standard template should capture it. I tried it here
November 22, 2010 at 8:01 am
@Patti,
Since you are running trace it should capture TRUNCATE_ONLY. Try using fn_trace_gettable, it makes reading trace files easy.
November 22, 2010 at 7:54 am
Yes Ravichandra, I would leave it at 0
November 22, 2010 at 5:59 am
It is better to leave this settings to Dynamic. Also the link that you had provided mentions how SQL Server calculates that value "automatically".
November 22, 2010 at 3:35 am
ravisamigo (11/22/2010)
Thanks, But it would be better to set max worker threads to 288 as per the below link and also default setting for SQLServer2005 is 0.
Since this question is...
November 22, 2010 at 3:33 am
The default value is 255. Please refer this for more information.
November 22, 2010 at 2:59 am
Operating System Error 32 means "The process cannot access the file because it is being used by another process." Please check if any process like Antivirus or the Tape backup...
November 21, 2010 at 8:53 pm
Denise McMillan (11/19/2010)
November 20, 2010 at 11:36 am
Viewing 15 posts - 331 through 345 (of 1,161 total)