Viewing 15 posts - 91 through 105 (of 206 total)
Disk IO? How they confirm this. Do they have any IO related error in event log ? .
select * from sys.dm_io_virtual_file_stats (Null,null)
Run the query to see any IO stalls...
April 4, 2013 at 5:20 am
Not sure we can achive this. Better name your temptable with SPIDs.
sys.dm_db_session_space_usage will give you some details about temp tables' usage.
April 4, 2013 at 5:12 am
anthony.green (2/14/2013)
March 7, 2013 at 8:10 am
Saber_Talas,
Snapshot is available in Enterprise edition only. If You have it, you can go ahead with snapshot.
Log shipping (with Standby mode) will you give more convenience than snapshot....
March 7, 2013 at 7:59 am
Sync will take time depending on the number of transactions to be replayed in mirror database, network latency between principal/mirror and disk latency in mirror server.
Monitor it for some...
March 6, 2013 at 4:01 am
Rebuild index should be done on Fragementation level not on day basis.
Better check fragmentation level daily and go rebuid/reorganize according to fragementation %.. You can get good script in...
March 1, 2013 at 6:19 am
Have a look at this.
http://www.sqlsoldier.com/wp/sqlserver/troubleshooting-atabasemirroringerror1418
February 28, 2013 at 5:14 am
DELETE WITH (TABLOCK) will immediatly release space to database. If you want it to OS, then you need to shrink the database/file.
January 16, 2013 at 4:11 am
If your backup is good, you should be able to restore them. Post the error you got while restore.
First try to restore master database.
January 15, 2013 at 12:03 am
Can't believe Backup operation will block insert process. It could be other issue.
December 28, 2012 at 3:53 am
SQL Show (12/27/2012)
Do you have mirrore suspended occasionally or with a same time pattern?
???
Mirrored server seems running out of memory which could force it to be unavailable to principal.
As per...
December 28, 2012 at 3:48 am
Mirrored server might be inaccessbile at that time. It could be network or some other issue in partner.You need to check your mirrord server's error log and event viewer as...
December 27, 2012 at 10:29 pm
WangcChiKaBastar (12/26/2012)
to resolve the time out I have to manually go...
December 27, 2012 at 3:33 am
Is it due to planned activity or because of any errors?. If not planned activity, you need to check sql log for more information which caused suspended mirroring sessions.
Did you...
December 27, 2012 at 3:12 am
Viewing 15 posts - 91 through 105 (of 206 total)