Viewing 15 posts - 46 through 60 (of 68 total)
Back up and restore is for the entire database. It addresses not only the data changes but also includes table, index et al changes. The destination database will also be...
August 26, 2014 at 7:11 am
As Grant mentioned, you can increase the log back up frequency. Can you do one at 3AM?. Do you have any batch jobs running? If so, its quite possible you...
August 26, 2014 at 6:38 am
Do you check the index fragmentation for a rebuild (http://msdn.microsoft.com/en-us/library/ms189858.aspx )?. This way you will not rebuild all the index. Your logs might be growing big if...
August 25, 2014 at 2:26 pm
Is the tempdb files set to particular size or set to autogrowth?. Please clarify
August 25, 2014 at 12:11 pm
Please check if there are network issues. Try running the same query directly on the server & retrieve the time
August 25, 2014 at 12:04 pm
Below are some of the options for parameter sniffing:
1. Local variables
2. WITH RECOMPILE
3. Rebuild index - it creates new plan
4. Trace Flag 4136 with QUERYTRACEON HINT
more options can be found...
August 25, 2014 at 10:06 am
It depends on - is it a stanalone/cluster/mirror et al the infrastructure involved. Please provide more details
August 25, 2014 at 9:55 am
You are doing an upgrade on SQL Server Version as well Standalone/Cluster changes. I would assume there will be changes to the storage as well. It will be difficult to...
August 25, 2014 at 9:48 am
Looks like yours is a very controlled, monitored and process oriented system. This kind of functioning happens, when the DBA , SAN/Infrastructure et al is represented by different vendors or...
August 25, 2014 at 9:38 am
If you have reasoned out the issue to be Memory, does the simple query do lot of in memory sort operations. May be creating an ordered/grouped by covered index can...
August 25, 2014 at 9:28 am
To view errors/warnings et al for Cluster failure , you need to view thru 'Cluster Failover Manager'. More information available at http://technet.microsoft.com/en-us/library/cc772342.aspx
August 13, 2014 at 2:14 pm
Back up policy on database is set up based on the business requirements as well. Looks like this particular database has a policy of its own against the standard back...
August 13, 2014 at 2:12 pm
You can maintain the primary(OLTP Server) on SQL Server 2008 and upgrade the Secondary(DW) server to SQL Server 2014, the log shipping should work. More information at
August 13, 2014 at 2:01 pm
Try setting the job to 'run as' your id.
August 12, 2014 at 2:40 pm
SQL Server Agent is a dependent service on SQL Server Service. Try getting into 'Service Manager' and change it to automatic.
August 12, 2014 at 2:25 pm
Viewing 15 posts - 46 through 60 (of 68 total)