Viewing 15 posts - 1 through 15 (of 100 total)
Why don't you setup all your instances as registered servers within SSMS, double clicking on a registered server opens it in object explorer and connects.
December 12, 2007 at 6:36 am
Any version of Visual Studio 2005 should satisfy your basic development source control needs. Have a look under database projects within new projects, please note these aren't compatible with...
December 12, 2007 at 6:23 am
Bob,
Probably the easiest method is to run SQL Profiler against your server for a short period of time filtering on the 'NT AUTHORITY\SYSTEM' i.e. the local system account of your SQL Server,...
September 7, 2007 at 2:41 am
just found this which backs up your statement http://www.red-gate.com/products/SQL_Prompt/faq.htm
August 30, 2007 at 3:02 am
hey Grant,
i wasn't aware that DBPro doesn't support the RedGate tools, the other Team Editions seem to, in actual fact i've seen Team Edition for Software Testers with RedGate SQL...
August 30, 2007 at 2:53 am
Denise,
Good old google is your best friend in these situations http://forums.microsoft.com/msdn/rss.aspx?postid=1404000&forumid=88&siteid=1 not a simple fix from the looks of it.
ll
August 30, 2007 at 2:33 am
Trigger,
You could use database mail to send an email to users instead, maybe not as in intrusive as a netsend but you could send it in advance, you must be...
August 30, 2007 at 2:27 am
I use robocopy (part of the Windows NT and 2000 resource kits) when copying large files, it supports restarts, network interruptions and you can pipe progress to a text file. ...
July 31, 2007 at 2:55 am
Cheers Markus,
However that doesn't change the output of the script if i right click on a sproc for example and select 'Script Stored Procedure as > CREATE To > New...
May 31, 2007 at 4:36 am
I had to do similar for a table I had that holds captured database sizes, I used the following:
ds_capturedDateTime = DateTime column
ds_server = Server name
ds_createdBy = Username
SELECT DATEPART(year, ds_capturedDateTime), DATEPART(month,...
October 12, 2006 at 10:02 am
Mark,
Does your table already split the date components into separate columns or did you mean to write it as?
datetime (yyyy:mm:dd:hh:mm.ss), server, session, app user
ll
October 12, 2006 at 8:46 am
Sorry I forgot to mention it would be easy to get the daily local job on each server to publish to a central location as well, you could even use...
October 12, 2006 at 7:45 am
I kind of follow Colin's approach. I tend to have a user database on all servers I manage called dbasys and I drop any tables/sprocs/functions I need for day-to-day maintenance/data...
October 12, 2006 at 7:41 am
This should do the trick http://www.databasejournal.com/features/mssql/article.php/10894_3345091_2
October 12, 2006 at 7:16 am
This article states "Microsoft does not support using SQL Mail to communicate with mail servers such as Lotus Notes, Lotus cc:Mail, or Novell GroupWise unless they are treated as POP3...
October 12, 2006 at 7:13 am
Viewing 15 posts - 1 through 15 (of 100 total)