Viewing 15 posts - 166 through 180 (of 302 total)
As for synchronizing the service master key between your primary and DR servers, I tried to cover this in the article, see section "Moving Encrypted Data to Another Server -...
November 17, 2008 at 2:43 pm
I have to think about your 1st question. At first blush, seems to me that encrypt/decrypt capability goes with ability to control the key, so maybe not possible. ...
November 17, 2008 at 1:00 am
timothyawiseman and rbarryyoung: Thanks for replies. I'm not positive, but I think I like the idea of naming these users differently. Striving to be an excellent DBA....
July 28, 2008 at 8:58 pm
Thank you StormNorm!!! I am impressed! And thank you for documenting your sources. I guess you ran into the same problem I did, but with more determination.
July 28, 2008 at 8:34 pm
Darn. Well at least 2 of us have come to same conclusion.
When we start using "WITHOUT LOGIN" users we're going to have to abandon notion of programmatically identifying...
July 17, 2008 at 4:07 pm
Maybe you can find a service that you can make SQL server service(s) dependent upon? I've never had this exact problem, but have worked around similar problems by adding...
July 17, 2008 at 4:03 pm
Msg 17, Level 16, State 1, Line 1
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
I think your approach should work. The above error does not indicate a problem...
July 16, 2008 at 11:14 am
Only mentioned OpenQuery because wasn't sure what you were trying to do. Now that you've clarified, I don't think it's the right approach.
But the basic approach ought to...
July 16, 2008 at 11:11 am
I don't see how you're going to get multiple different @@servernames (as in the example), but this gets the resultset:
declare @OrphanNTLogins table ...
July 16, 2008 at 10:19 am
EdVassie, thank you for posting this! That was a very frustrating exercise, I wasted quite a bit of time trying various approaches (none of your suggestions though), and it...
June 23, 2008 at 7:07 am
I've had this happen, it can be fixed. Sad to say I just don't remember exactly what I did to fix it, was quite a while ago.
I...
June 23, 2008 at 7:02 am
Good call! I've used contig in last couple months, and it's right there in my Bin. But I did not think about it in this context--never used it...
June 21, 2008 at 5:00 pm
Steve, thanks. I agree totally, am pursuing this right now. I'll post before/after results. I'll be surprised if fixing this makes a noticeable improvement, but there are...
June 21, 2008 at 2:33 pm
Suresh, even though 3 yrs late, I want to say thanks for posting this!!!
June 21, 2008 at 2:18 pm
I think openquery or openrowset should allow you to achieve same level of remote-ness as when using a different linked server.
See http://www.sqlservercentral.com/Forums/Topic259078-8-1.aspx#bm259842
June 21, 2008 at 12:22 pm
Viewing 15 posts - 166 through 180 (of 302 total)