Viewing 15 posts - 1,261 through 1,275 (of 6,216 total)
December 11, 2003 at 1:19 pm
Guess not. I'd appreciate a follow up note once you figure out if it works or not - someone will ask it again, sooner or later!
Andy
December 11, 2003 at 1:17 pm
I'd start by making sure you have a good connection. Can you ping the server? Open a connection using QA?
Andy
December 11, 2003 at 1:16 pm
Doesnt affect replication other than the possible blocking that might occur.
Andy
December 11, 2003 at 1:15 pm
Pretty tough I think, it contains a fair bit of code. You'd have to be able to read the transaction log, figure out which subscriptions existed and what changes should...
December 11, 2003 at 1:14 pm
Logging via triggers is ok, but instead of triggers give you some options that werent there previously.
Bravo to anyone who at least traps for the error if it should occur....
December 11, 2003 at 1:13 pm
Havent tested, but dont know that I'd agree. The problem with the while is you're continuously reevaluating the condition, which maps out to the worst type of cursor - dynamic.
I...
December 11, 2003 at 1:09 pm
Is the domain account a member of local admins? Might start by adding it there, see what you get.
Andy
December 11, 2003 at 1:04 pm
Not that I know of. You'd have to query back the value.
Andy
December 11, 2003 at 12:59 pm
Tis a good question! Let me ask. Yukon is tricky with the NDA.
Andy
December 6, 2003 at 7:07 am
I'll second the vote for no direct data access from any app. This is a huge thing, not just for security but for being able to test and reuse...
December 6, 2003 at 7:05 am
I'd recommend turning the logging on for all agents via a switch in the job. I've used queued updates with no issues at all. Not clear from your post, the...
December 6, 2003 at 7:02 am
One way would be rename the table, fix the column names, then create a view on that table that aliases the fixed column names back to the original. All your...
December 6, 2003 at 7:00 am
You can accomplish the same thing by adding the logging switches to the job (-outputverboselevel 3 -output c:\repl.log I think). When it hangs up, you might check to see if...
December 6, 2003 at 6:57 am
Would depend on how long your snapshots take to complete.
Andy
December 6, 2003 at 6:53 am
Viewing 15 posts - 1,261 through 1,275 (of 6,216 total)