Viewing 15 posts - 946 through 960 (of 6,216 total)
I dont have a server with replication enabled with me at the moment, but there is a job that checks for expired pubs by looking at the date of the...
June 23, 2006 at 7:33 am
Glad you found it helpful. You'll have a better chance of a reply on your question if you start a separate post I think.
June 23, 2006 at 5:32 am
Have you tried looking at the debug output using -output and -outputverboselevel?
June 19, 2006 at 1:23 pm
I've got an old article that also has notes on how to do it:
http://www.sqlservercentral.com/columnists/awarren/20010425205439_1.asp
June 13, 2006 at 6:39 am
You have to have connectivity at the network level before you can worry about replication. Whether that's an internal LAN, WAN link to other location, or even VPN over internet/direct...
June 13, 2006 at 6:06 am
Thats a good enough solution! We'll work on getting a few SMO articles published, not much out there on it so far. Has some very nice features compared to DMO.
June 13, 2006 at 6:03 am
Referring to the earlier post, you can call BCP by using xp_cmdshell. Building your own extended procs requires C++, sometimes you can get nearly the same functionality by using the...
June 12, 2006 at 9:56 am
Do your users call a login proc? Pretty common for something like this to be called once per session and you could either just count the calls to it, or...
June 12, 2006 at 6:41 am
Rob, you give individual users sql logins?
June 12, 2006 at 6:38 am
Thanks for the follow up, will save someone else a headache someday.
June 12, 2006 at 6:27 am
I try for a consistent schedule at a time when I'm rested. Always found I could study better at the beginning of the day. For several years I studied at...
June 12, 2006 at 6:23 am
Not sure what happened there. I'll get Steve to check.
June 8, 2006 at 12:51 pm
Steve manages the content and will sometimes recycle older content on Fridays if it seems to still be relevant (often because someone has asked a question recently that the content...
May 31, 2006 at 8:07 pm
Viewing 15 posts - 946 through 960 (of 6,216 total)