Viewing 15 posts - 91 through 105 (of 350 total)
sotn (12/27/2012)
declare @p1 int
set @p1=NULL
declare @p3 int
set @p3=16
declare @p4 int
set...
December 27, 2012 at 4:16 pm
ramyours2003 (12/27/2012)
December 27, 2012 at 4:10 pm
How about disabling security software like antivirus and test it..?
December 27, 2012 at 3:31 pm
Check this activity monitor script[/url] and it can find you the root blocker and you know how to tweek it to get the query running by root blocker.
Hope it helps...
December 26, 2012 at 5:12 pm
Jeff Moden (12/26/2012)
@SQLFRNDZ (12/26/2012)
The best way is Logshipping depends on the daily load though...
Not really. "It Depends". SAN-based replication is nearly instantaneous and puts no load on the...
December 26, 2012 at 4:29 pm
wannalearn (12/26/2012)
December 26, 2012 at 3:57 pm
you could use osql utility and run the script under a sql agent job and send the results to a txt file using dbmail.
Also, Check this customized powershell script...
December 21, 2012 at 11:40 am
SQLRNNR (12/20/2012)
Well, what have you got for your script so far?
This is what I got so far and I need help with looping script to add files to number of...
December 20, 2012 at 5:42 pm
I knew it is bad practise for tempdb but want to see how we can write a query to dynamically add files based on a condition.
December 20, 2012 at 4:29 pm
Yes, I need only the script..Appreciate your help!
December 20, 2012 at 11:07 am
Look into Tools>Options>SQL server Object explorer>scripting
December 11, 2012 at 6:07 pm
How often you run the job for the re-org and re-index maintainance ?
Scan density <100% means to frangmentaion existance.
December 11, 2012 at 5:57 pm
If you trying script the system view, you cannot in SQL 2008R2 and if it is user view then you should be able to see the option for script to..
December 11, 2012 at 5:40 pm
Can you tell me where is the difference in your 2 outputs above ?
October 3, 2012 at 11:51 am
That # differs type of backup. if you use compression it dispalys diffrent number of pages. So actually it is teh number of pages in the backup made but not...
August 10, 2012 at 5:37 pm
Viewing 15 posts - 91 through 105 (of 350 total)