Viewing 15 posts - 4,981 through 4,995 (of 6,216 total)
Insert/delete makes sense rather than trying to track column level changes. Writing your own replication is a lot of work! Overall the plan seems ok. Is dumping the front end...
February 6, 2002 at 11:18 am
Not sure if you have a problem. Maybe its just keeping data cached? You could try dumping the data cache to see. Or set a max mem usage for MSDE?
Andy
February 6, 2002 at 11:12 am
I think you "have" to build the string outside don't you? Shows how often I used exec()!
Andy
February 6, 2002 at 11:07 am
Honestly I dont think you want to stop logging. Turn off trace flags to reduce the volume maybe, but its a valuable resource - I'd encourage you to leave it...
February 6, 2002 at 11:06 am
Not sure I would tackle it via triggers. Why not just import the data first, then apply a DTS package (or code as you prefer) to do the transform all...
February 6, 2002 at 6:40 am
Interesting question. Not directly that I know of. You could use xp_cmdshell to run ipconfig /all and then parse the output.
Andy
February 6, 2002 at 6:37 am
Is the DTC running? You're using SQL login and not NT authentication? I'd double check the data in MSsubscription_properties to make sure everything look good.
Andy
February 6, 2002 at 6:35 am
Maybe they already had a uniqueidentifier? Or you were handling inserts differently?
Andy
February 6, 2002 at 6:35 am
I run a job daily that calls sp_cycle_errorlog - that way I have one log per day to keep the size manageable. More of an issue for easy browsing than...
February 6, 2002 at 6:32 am
For the attach, try wrapping the file name in brackets, like this: "[c:\test data.mdf]". Not sure about MSDE - if nothing else you should be able to alter it via...
February 5, 2002 at 7:56 pm
I know its the not the easiest thing, but maybe makes sense to just back up a step and try setting up the one problem server again. If you want...
February 5, 2002 at 4:45 pm
Man thats big. I've seen a few that were 800-900 lines with lots of calls to other procs - would take minutes for the query plan to draw in QA....
February 5, 2002 at 3:32 pm
Definitely you can find tools like WinDiff to compare the files - the fun is in generating a script that will correct the differences!
Andy
February 5, 2002 at 2:25 pm
Viewing 15 posts - 4,981 through 4,995 (of 6,216 total)