Viewing 15 posts - 121 through 135 (of 206 total)
You should consider reindexing as per their fragmentation level. Its not a one which we simply decide to do. Please go through links provided by anthony.
December 5, 2012 at 4:55 am
Why cant you reindex daily? Cant you get maintenance windows for reindexing? Also are you do update stats on this table?
December 5, 2012 at 2:30 am
Can you check the sql error log and Sqlagent log and post them here to start troubleshooting.
December 3, 2012 at 10:00 pm
High performance mode is available only in Enterprise edition.
Run this command in principal.
Alter database dbname set partner safety Off
December 3, 2012 at 2:35 am
December 2, 2012 at 9:08 pm
Can you do telnet virtual server name from passive node?
November 30, 2012 at 5:26 am
Can you tell telnet virtual server name from passive node?
November 30, 2012 at 5:26 am
Have you properly removed mirroring session before dropping mirrored database.
http://msdn.microsoft.com/en-us/library/ms190471(v=sql.110).aspx
November 29, 2012 at 1:01 am
Can you post the wait_type your select session is hanging on?
November 28, 2012 at 5:40 am
Try to use Net start to start the sqlserver with parameter -f and -m. Not sure this will work, but worth to try.
November 28, 2012 at 5:15 am
Did you check there is any session is blocking select query?
November 28, 2012 at 5:08 am
Automatic failover will happen. After this, application will be directed to new principal server(earlier it was mirrored) and will find only one database (in your case). Other two databases will...
November 28, 2012 at 12:08 am
Not sure why you are looking for script to edit port number.
You can use xp_regwrite SP to edit port number in registry keys. But its not recommended to edit reg...
November 27, 2012 at 1:47 am
shohelr2003 (11/27/2012)
2. Now if I restore that backup files to Mirror, what would be that 1 hour updated transactions? Will I get those updated data after configuring mirroring?
Yes, But this...
November 27, 2012 at 12:12 am
"All this time i was thinking that if at any point sql needs more than 52 gb it would use page file".
Yes, SQL Server will "page out" some of the...
November 26, 2012 at 11:23 pm
Viewing 15 posts - 121 through 135 (of 206 total)