Viewing 15 posts - 7,726 through 7,740 (of 14,953 total)
My mistake. I was thinking of linked servers.
No, registered servers isn't something that's stored in the database. It's local application data.
You can export your registered server data into...
November 17, 2009 at 9:04 am
You could set something up that will send an e-mail when the service stops. You'd have to write a program to send the alert, and then go to the...
November 17, 2009 at 8:50 am
At the very least, I would expect that to slow down metadata queries, which just about everything needs. Plus, you're going to have the execution plan cache absolutely jammed...
November 17, 2009 at 8:46 am
Are you asking about creating a view to select from master.sys.servers?
November 17, 2009 at 8:43 am
TheSQLGuru (11/16/2009)
November 17, 2009 at 6:55 am
Steve Jones - Editor (11/17/2009)
GSquared (11/16/2009)
She has a Swiss Army knife, I have a locking-blade pocket knife.I think it's cool both you and your wife have knives 🙂
It's...
November 17, 2009 at 6:53 am
CirquedeSQLeil (11/16/2009)
Can Anybody help me explain group access and conn strings?
No. I'm pretty sure only a limited subset of people can help with that.
November 16, 2009 at 3:15 pm
Michael Meierruth (11/16/2009)
Nadrek (11/16/2009)
November 16, 2009 at 3:13 pm
Bob Hovious 24601 (11/16/2009)
Did somebody say "googoo peanut clusters" ??
Didn't say it, but sure as heck implied it! 🙂
November 16, 2009 at 2:24 pm
Take a look at "ANSI_PADDING" in Books Online.
November 16, 2009 at 2:23 pm
I can't think of a way to do that directly, but you could certainly query that table and compare it to a calendar of when backups are supposed to be...
November 16, 2009 at 2:05 pm
Elliott W (11/16/2009)
That was an amazing analogy G.. It is just perfect..CEWII
Thanks.
I view things from an evolutionary viewpoint, and that includes tools and ideas.
November 16, 2009 at 1:59 pm
It's nice, but in this test, it loses by a large margin (on my desktop machine):
if object_id(N'tempdb..#T') is null
create table #T (
ID int identity primary key,
Col1 varchar(100));
if object_id(N'tempdb..#T2') is not...
November 16, 2009 at 1:52 pm
Yes. Depends on what you want.
For example, if it's been 1 hour and 30 minutes, are you looking for 1.30 or for 1.5?
November 16, 2009 at 1:17 pm
Per the Microsoft license, you can have a copy of Windows Server and SQL Server that's the same edition or lower than your production server, for a failover backup, so...
November 16, 2009 at 1:14 pm
Viewing 15 posts - 7,726 through 7,740 (of 14,953 total)