Viewing 15 posts - 2,071 through 2,085 (of 6,216 total)
Doesnt seem like it's that well known yet. We ran a link to it recently, first time I had noticed it. Definitely would like to hear feedback from anyone that...
June 2, 2003 at 5:01 pm
Cant do immediate from MSDE. See this link, look for the paragraph on replication:
http://www.microsoft.com/sql/techinfo/development/2000/msde2000.asp
Andy
June 1, 2003 at 7:04 pm
Cant do immediate from MSDE. See this link, look for the paragraph on replication:
http://www.microsoft.com/sql/techinfo/development/2000/msde2000.asp
Andy
June 1, 2003 at 6:56 pm
update master set document = '' where document is null
Andy
May 30, 2003 at 5:01 pm
Sorry we haven't been able to help. You might try the newsgroups that MS has, see http://www.msdn.microsoft.com.
Andy
May 30, 2003 at 4:29 pm
We have an article on it as well:
http://www.sqlservercentral.com/columnists/sburke/introductiontostoredprocedures.asp
Andy
May 30, 2003 at 4:15 pm
May 30, 2003 at 11:17 am
Havent seen a URL. They have a session about it at Teched, I'll be there next week and take a few notes.
Andy
May 30, 2003 at 11:17 am
Agree. If they need something profiled I do it, or I might temporarily raise their access if they know what they are doing and I'm not available to help. On...
May 29, 2003 at 5:21 pm
ADO connections do provide events, though rarely used. If you dim it using WithEvents instead of just dim, you'll see the options. I agree, when you get a connection broken...
May 29, 2003 at 5:19 pm
Interesting, to say the least. I'm used to using sp_refreshview, I can see where it would (might?) be expensive to check all the underlying objects each time, but seems like...
May 29, 2003 at 5:15 pm
Blobs arent always a bad idea. Definitely is nice to have it all secure and backed up in one place.
ADO stream usually offers the easiest way to get the data...
May 29, 2003 at 5:08 pm
You only see if it you capture the Sessions:ExistingConnections event. Each session can have the settings you're seeing, sometimes you need to know what is active to help you figure...
May 29, 2003 at 5:06 pm
I dont think so. The data in the ldf doesn't represent all the data in the mdf, much less the structures. I think your only hope is to send the...
May 29, 2003 at 5:02 pm
Sorry for the delay. Brian handles this, I'm forwarding the link, we'll get an answer soon.
Andy
May 29, 2003 at 4:54 pm
Viewing 15 posts - 2,071 through 2,085 (of 6,216 total)