Viewing 15 posts - 61 through 75 (of 1,790 total)
Read section 14.2 and 14.3 in this link - http://msdn.microsoft.com/en-us/library/ff647793.aspx
Also may want to check out THIS ARTICLE[/url] from this site.
October 26, 2012 at 8:31 am
As long as you got the bribe thing working you'll go far.
I didn't drink dew either Lynn but donuts, that was another thing. Had to forgo those now too...
August 28, 2012 at 12:27 pm
Steve Jones - SSC Editor (8/28/2012)
Big data: http://techcrunch.com/2012/08/22/how-big-is-facebooks-data-2-5-billion-pieces-of-content-and-500-terabytes-ingested-every-day/
Read that. I have to admit that amount of data makes my mind whirl a bit. :hehe:
August 28, 2012 at 12:04 pm
Please refer to this thread or the MS thread linked in the thread. http://www.sqlservercentral.com/Forums/Topic332967-146-1.aspx#bm333212
August 28, 2012 at 12:01 pm
Additionally, you are using SATA disk which are not going to perform as well. I would be interested to know what the RAID configuration is still. As Lynn suggested it...
August 28, 2012 at 11:53 am
Also - you didn't answer Robert's earlier question - "Backup of other databases running simultaneously?" - or I missed the answer. Can you also tell us how the drive is...
August 23, 2012 at 1:21 pm
SQLRNNR (8/2/2012)
This is one of those times when a cursor might be a good option.Another option would be to implement the Backup Maintenance script by Ola Hallengren.
Completely agree! We use...
August 2, 2012 at 1:01 pm
The rollback immediate will take care of killing those connections. There is a note in the documentation about ensuring that AUTO_UPDATE_STATISTICS_ASYNC is off as that can take priority and getting...
July 19, 2012 at 7:06 am
Sorry about that.
So, you would have to use the alter database set single_user with rollback immediate, make the name change and then change it back to multiple user.
I would...
July 18, 2012 at 6:58 am
Same reply as on #sqlhelp:
Have you tried dropping and re-adding the linked server? I hope that doesn't fix it but it would be the next step that I would try.
July 6, 2012 at 6:30 am
Yes, my company sees it as critical for both HA and DR.
We use a combination of technologies which include clustering and scaled out replication for HA and other technologies...
June 29, 2012 at 7:11 am
Sorry for the slow reply on this. To explain further, if you look in the delete stored procedure on the subscriber (refer to previous poster information on procedure naming convention)...
June 26, 2012 at 2:49 pm
This has been pretty well answered but wanted to add one point on the delete procedures. You can actually modify those and comment out the error handling. That will allow...
June 25, 2012 at 8:36 am
ALZDBA (6/19/2012)
chances are the plans you fear that might suffer the theshold being modified may even perform better !
+1
June 19, 2012 at 1:00 pm
Viewing 15 posts - 61 through 75 (of 1,790 total)