Viewing 15 posts - 826 through 840 (of 4,272 total)
GSquared (11/2/2011)
And I find that, no matter how much I know about SQL Server, my ignorance remains infinite and always open to reduction.
Amen, no matter how much I have learned...
November 2, 2011 at 3:27 pm
I would probably handle the starting of the job as a Service Broker task. It separates the initiator from the executor very cleanly. It also means that the...
November 2, 2011 at 3:22 pm
In every version structures are either added or changed, code is removed, added, changed, and the agent is expecting certain code and structures.
In most cases a service pack won't fix...
November 2, 2011 at 3:13 pm
You are asking for trouble, if the server was in-place upgraded you MIGHT get away with it. But I've got to say I wouldn't do it. Why are...
November 2, 2011 at 1:23 pm
Alright Jared, I stand corrected on the reg key.
Personally I have never needed to retrieve it after I did an install. But YMMV..
CEWII
November 2, 2011 at 12:46 pm
jared-709193 (11/2/2011)
Elliott Whitlow (11/2/2011)
November 2, 2011 at 10:43 am
Probably, but if you have MSDN you can probably just go there and download it.
CEWII
November 2, 2011 at 10:21 am
I think we may be over-thinking this. Licensing is a function of paperwork. I have 5 SQL 2008 Standard servers and 5 SQL 2008 Standard licenses. The...
November 2, 2011 at 10:20 am
I have it running on every SQL server.
CEWII
November 2, 2011 at 9:58 am
Well, lets break the parts down first.
To get access to the other server you will need a share and access to that share, you will also need access at the...
November 2, 2011 at 9:57 am
I am 99.9999999% sure it won't, especially anything with a data-flow..
I think 2008 and R2 will but I'd have to test that for certainty.
I am pretty sure if you try...
November 1, 2011 at 3:21 pm
NJ-DBA (11/1/2011)
Elliott Whitlow (10/31/2011)
1. You use xp_cmdshell, which we have been having quite a raging discussion on in another thread.
2. It implies that...
November 1, 2011 at 3:17 pm
Create a condition, I'd call it Except DBAMonitoring
Facet will be Database
Expression will be @Name != 'DBAMonitoring'
Within the Policy see Against Targets, Choose Except DBAMonitoring
This should do it I think.
CEWII
October 31, 2011 at 8:34 pm
Welsh Corgi (10/31/2011)
Elliott Whitlow (10/31/2011)
October 31, 2011 at 3:27 pm
I have played (emphasize played) with this in the past but I seem to remember that I included some commands that were never executed in the code like ALTER LOGIN...
October 31, 2011 at 3:21 pm
Viewing 15 posts - 826 through 840 (of 4,272 total)