Viewing 15 posts - 31 through 45 (of 187 total)
I have definitely seen Profiler bring a PC to a hault and would not be at all surprised if it did the same to a server. Unless you...
April 13, 2010 at 7:18 am
Tara-1044200 (4/12/2010)
April 13, 2010 at 7:07 am
It seems like SQLCMD or Powershell would work just fine for something like this. And really whichever you prefer, it should not make a difference.
Within...
April 12, 2010 at 2:07 pm
Tara-1044200 (4/8/2010)
April 8, 2010 at 1:36 pm
Now that you point out the Remote calls, I will say that I have seen some circumstances (all have been on SQL 2000 admittedly) where the optimizer seems to lose...
April 8, 2010 at 12:48 pm
Obviously there are a lot of things that this could be, but the first thing that comes to my mind when I read your original post is what exactly is...
April 7, 2010 at 12:52 pm
You can definitely script out the addition of linked servers as it sounds like you are wanting to do here.
As a very basic, just to add a linked server with...
April 5, 2010 at 2:13 pm
After setting up the alerts notification within the SQL Agent, did you restart the SQL Agent? If you did not, you will need to before emails will be sent...
March 30, 2010 at 2:14 pm
I think that the answer here is "it depends". By adding the compression ahead of time, you will end up using more CPU during the load than you...
March 30, 2010 at 1:20 pm
DBCC could be run from just about anything. You could have it run through an application, powershell script, OSQL, SSIS Package (from another machine)...pretty much anywhere that you...
March 2, 2010 at 12:16 pm
Yes you would have to bring it back online to detach, however you would have the ability to bring it back online in single_user mode, which would keep those other...
February 22, 2010 at 1:55 pm
You could do this by first bringing the database offline. You can see that described in this article
http://www.sqlservercentral.com/articles/Administration/deattachandreattachdatabases/646/
This seems like it should do what you are wanting done.
February 22, 2010 at 1:29 pm
I am not aware of any whitepapers on the newid function and the only documentation that I have seen is in books online.
However if you want to write up your...
February 22, 2010 at 1:03 pm
It is really all about managing the risk. We keep maintenance renewed on Litespeed (and you are right it is expensive) mainly because our backups are too important for...
February 8, 2010 at 8:15 am
Using your basic script you can just add this to it:
SELECT jobs.name as 'JOB_NAME',his.message as 'MESSAGE',SUBSTRING(cast(his.run_date as varchar(9)),7,2) + '/' + SUBSTRING(cast(his.run_date as varchar(9)),5,2) + '/' + SUBSTRING(cast(his.run_date as varchar(9)),1,4)...
February 2, 2010 at 12:33 pm
Viewing 15 posts - 31 through 45 (of 187 total)