Viewing 15 posts - 46 through 60 (of 1,154 total)
Key lookup is bad, instead you can avoid this by using a covering index by including all those referred columns in the index itself.
--
SQLBuddy
April 3, 2014 at 4:58 pm
When you say "cross data center automatic failover" are you refering to failing over whole instance\bunch of databases\a single DB ?
--
SQLBuddy
April 3, 2014 at 4:53 pm
You can't find it that way. Either you need to use Blocked Process report in profiler or use extended events as Grant mentioned.
--
SQLBuddy
April 3, 2014 at 4:48 pm
Sanz (4/3/2014)
Any way to figure out which database is the one involved ?
Chek it using the script1. You need to find if any of the DB_Owner login is no longer...
April 3, 2014 at 4:34 pm
Yeah you can do that either way. In MP you need to select the server name 2.
--
SQLBuddy
April 3, 2014 at 1:56 pm
What's the purpose of this actually ? Is it for HA or DR or something else ..
--
SQLBuddy
April 3, 2014 at 1:28 pm
Did you check the SQL Server Error Logs and Windows Event logs for any messages during the SQL Server failure ?
--
SQLBuddy
April 3, 2014 at 1:23 pm
Try this ..
This error may occur is the DB_Owner associated with a DB no longer valid. First find such DB and then change it to 'sa'.
SELECT d.name AS 'DB_Name',...
April 3, 2014 at 1:10 pm
Run this and see if you can find the source of that backup
SELECT bs.database_name AS DB_Name
...
April 3, 2014 at 1:03 pm
Don't you have a Migration window during which you do the cut-over ? Usually you should pick up a window when none of the jobs \ user processes are running....
April 3, 2014 at 12:51 pm
john_c_deprato (4/3/2014)
We went down the path of commonality, but nothing jumped out. We could always find something that was different that would make the case against commonality.
Do you anticipate this...
April 3, 2014 at 12:13 pm
You are welcome, Oracle_91. Sounds good to me 🙂
--
SQLBuddy
April 3, 2014 at 12:06 pm
Robin35 (4/3/2014)
Our maintenance are scheduled to run every sunday around 5 AMThanks
Is it possible to run index reorg & update stats on nightly basis and rebuilds during the weekend ?...
April 3, 2014 at 12:00 pm
john_c_deprato (4/3/2014)
April 3, 2014 at 11:57 am
Oracle_91 (4/3/2014)
Thanks for pointing out of SQLIO tool.
Is there anyway I can import results of sqlio and load it into sql server table...
April 3, 2014 at 11:53 am
Viewing 15 posts - 46 through 60 (of 1,154 total)