Viewing 15 posts - 451 through 465 (of 1,155 total)
Is this a permission issue .. Do you have access to these DBs ?
--
SQLBuddy
February 25, 2014 at 9:53 am
Restoring the system databases would help you in retaining the server level settings. If you restore MSDB, you would get all your old jobs. But if you need jobs from...
February 25, 2014 at 9:52 am
It's that way starting from SQL 2008 onwards. But SQL 2005 it's copied to the TLog Backup location ..
--
SQLBuddy
February 25, 2014 at 9:29 am
That's not sufficient. You need to restore the intermediate log backups too before you could restore that last log backup ..
--
SQLBuddy.
February 25, 2014 at 9:09 am
Check for WAITS, CX_PACKET WAITS and any IO issues. Also can you let us know the metrics for the CPU, Memory and the Disk counters.
Do you also experience any blockings...
February 24, 2014 at 3:24 pm
It's hard to tell without seeing the actual insert statement or the execution plan. Please post it if possible ..
--
SQLBuddy
February 24, 2014 at 3:10 pm
Don't use function in the where clause. That will slow down the performance by disabling the indexes. Do as Luiz mentioned.
--
SQLBuddy
February 24, 2014 at 3:04 pm
Book recommended by Sean is a Good one to start with ..
--
SQLBuddy
February 24, 2014 at 1:12 pm
Post the execution plan ..
--
SQLBuddy
February 24, 2014 at 1:07 pm
Compare the server level settings of both 2005 and 2008 servers. Are they same or missed something on the new server.
Also check the DB file layout , tempdb layout...
February 24, 2014 at 1:06 pm
Check the execution plan and see if it needs any index or maintenance.
--
SQLBuddy
February 24, 2014 at 12:56 pm
You may get this error if the login cannot be validated by AD. Did you find anything in the application or Security logs ?
--
SQLBuddy
February 24, 2014 at 12:52 pm
Try using this option "Optimize for Adhoc workloads " .. This reduces memory consumption by adhoc query plans and helps in eliminating procedure cache excessive consumption.
On 32 bit systems, Procedure...
February 24, 2014 at 12:48 pm
Did you try the option " Be made using the login's security Context " ..
--
SQLBuddy
February 24, 2014 at 12:41 pm
Try to do a restart of the passive node. And try it.
--
SQLBuddy
February 24, 2014 at 12:19 pm
Viewing 15 posts - 451 through 465 (of 1,155 total)