Viewing 15 posts - 736 through 750 (of 1,155 total)
January 3, 2011 at 11:52 am
Please post your memory configuration and SQL Server information , 32 bit 64 bit etc
...
January 3, 2011 at 11:41 am
Enable Optimize for Adhoc Workloads option for the SQL Server Instance. This will reduce the procedure cache bloating and the CPU compilation overhead.
sp_configure 'show advanced options', 1...
December 23, 2010 at 10:45 am
As Gail already mentioned, you need to use ALTER DATABASE Command.
Check if this helps..
http://adventuresinsql.com/2010/04/script-to-create-a-tempdb-file-per-processor/
Just comment out -- EXEC sp_executesql @alter_command
http://www.sqlskills.com/BLOGS/PAUL/category/Misconceptions.aspx#p22
Just make sure that the Autogrowth, maxsize...
December 20, 2010 at 1:20 pm
SQL Server Native DR tools are pretty robust and reliable. However, 3rd party tools are dedicated tools just for the purpose of the DR, which may provide you with some...
December 17, 2010 at 9:13 am
December 17, 2010 at 9:07 am
Pls check these links
http://www.sqlservercentral.com/articles/Installation/66128/
http://www.sqlcoffee.com/Tips0007.htm
Thank You,
Best Regards,
SQLBuddy
December 16, 2010 at 10:59 am
TRUNCATEONLY doesn't help much. As long as tempdb is in use, you can't shrink it no matter which method you follow. Try to kill the spids using Tempdb and then...
December 16, 2010 at 10:47 am
December 16, 2010 at 9:50 am
December 16, 2010 at 9:46 am
It is not compatible with previous versions.
"The Performance Data Collector is fully supported by the Enterprise and Standard editions of SQL Server 2008. Out of the box, it only works...
December 15, 2010 at 12:10 pm
As Francis mentioned, SSRS is not clustered aware. So the recommended aproach is to Install SSRS on a standalone server and put the SSRS dbs on the clustered instance.
I think...
December 15, 2010 at 12:03 pm
I think you have done all the necessary things. Also try to run the update statistics.
Also you need to check for any code that is using the discontinued features like...
December 15, 2010 at 11:45 am
I think you can also create a VMWare ESX Server farm with those 2 blade servers (or add them to the existing farm) . Then create VMguests and setup...
December 15, 2010 at 10:53 am
Hi Dan,
Check this free tool from Idera.
http://www.idera.com/Products/Free-Tools/SQL-job-manager/
...
December 15, 2010 at 12:21 am
Viewing 15 posts - 736 through 750 (of 1,155 total)