Viewing 15 posts - 1,771 through 1,785 (of 6,216 total)
My guess...is that while maybe its not reliable, probably it will be up more often than down, so push, while it may fail occasionally, would get the info across faster...
August 13, 2003 at 6:17 pm
August 13, 2003 at 6:13 am
Location doesnt matter as long as you have connectivity and have access. I'd say your options are to replicate as is, then have triggers on the subscriber that handle the...
August 13, 2003 at 6:11 am
I dont remember seeing an Outlook add-in yet. Most of the RSS readers are fairly simple apps, worth trying a couple just to get a feel for different ways to...
August 13, 2003 at 3:50 am
Thats an interesting question - hopefully someone will have the answer. I avoid the issue entirely:
http://www.sqlservercentral.com/columnists/awarren/settingadefaultdatabaseforyourlogins.asp
Andy
August 13, 2003 at 3:48 am
August 12, 2003 at 12:50 pm
Donny,
Since we will be 'competitors', I think the appropriate place to advertise your site is the MS newsgroups or via paid advertising on Google or wherever.
I also think that...
August 12, 2003 at 12:42 pm
Easiest way I've found is to call sp_stop_job on the job that runs the logreader.
Andy
August 12, 2003 at 7:06 am
We built our own in VB, to get the best matches we strip out all the punctuation, convert Bob to Robert, Street to St (for addresses), etc, and have several...
August 12, 2003 at 4:06 am
Typically web apps use a single SQL login for db connection, if you need to do auditing you either live with the sql login, or pass in the real user...
August 12, 2003 at 3:56 am
We've got a beta feed you can try:
http://www.sqlservercentral.com/sscrss.xml
Not sure if Brian will see this for a day or two, we're all meeting in Orlando on Thursday.
Andy
August 12, 2003 at 3:54 am
Im ok with giving it a try. I use Access a little, probably not enough to answer many questions! I try to do site maintenance stuff on Friday, I'll put...
August 12, 2003 at 3:42 am
August 11, 2003 at 12:50 pm
Not simply. If you ran it through a middle ware component you could enforce it that way, or you could profile and look for selects that matched your criteria and...
August 11, 2003 at 12:49 pm
NT authentication sucks. What you really want to do is authorize applications to have access to the db, then the app controls access from there. Very rarely do you want...
August 11, 2003 at 12:48 pm
Viewing 15 posts - 1,771 through 1,785 (of 6,216 total)