Viewing 15 posts - 1,726 through 1,740 (of 6,216 total)
Think that is a nothing error. If you can stop the sql service for a while, that should let you find out if you have a virus since it would...
August 21, 2003 at 5:19 pm
Not sure I follow - shouldnt you be linking the table and not importing? Or is it different in project mode?
Andy
August 20, 2003 at 9:35 pm
I like storing them in the db, they are secured and get backed up. Not a clear answer on this, but there are times when it is a good solution.
Andy
August 20, 2003 at 9:33 pm
Updating subscribers will handle identity keys for you, as will merge replication. As far as any proc changes, you have to keep them in sync manually, replication really just manages...
August 20, 2003 at 9:28 pm
August 20, 2003 at 9:25 pm
I've been meaning to look into this more, just havent gotten there! I think the easiest way would be to split the code into chunks using Go as the delimiter,...
August 19, 2003 at 5:49 pm
Embarrasingly it has not. It kept getting pushed down the list. We're currently only doing maintenance that has to be done while gathering a whole list of changes we need...
August 19, 2003 at 5:47 pm
You might try running sqlagent from a command prompt rather than as a service, just log in to the machine using the service account. You may get a little more...
August 19, 2003 at 5:44 pm
If the service is actually dropping, I'd recommend a call to support. $250 well spent. Shouldnt be ANYTHING you can do that would drop the service. Have you looked at...
August 19, 2003 at 5:39 pm
SSPI is still a minor mystery to me. Had it happen yesterday after a password change on the service account. Strange. I like the idea of the sql login, usually...
August 19, 2003 at 5:37 pm
Should be possible. May not be fun. Im not really found of the sp_oa~ procs, I'd recommend a small vb app that would handle the processing, your proc would log...
August 19, 2003 at 5:34 pm
Its not a simple question! I generally use single col indexes unless I need more than one col to enforce a constraint. Which index SQL uses varies depending on the...
August 19, 2003 at 5:32 pm
Maybe code out there, haven't followed that market. Updates have a slightly different format, I think Access allows Delete * (sorry been a while). It's a fair amount of work,...
August 19, 2003 at 5:17 pm
If you moved the actual MDF, all should be fine. Is the server name the same?
Andy
August 19, 2003 at 5:14 pm
Viewing 15 posts - 1,726 through 1,740 (of 6,216 total)