Forum Replies Created

Viewing 15 posts - 4,981 through 4,995 (of 6,216 total)

  • RE: Realtime transformation for 1 to many tables

    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...

  • RE: MSDE/Access - client shut down

    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

  • RE: MacAddress network card

    Great solution!

    Andy

  • RE: Creating a default constraint

    I think you "have" to build the string outside don't you? Shows how often I used exec()!

    Andy

  • RE: Errorlog file

    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...

  • RE: Realtime transformation for 1 to many tables

    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...

  • RE: MacAddress network card

    Interesting question. Not directly that I know of. You could use xp_cmdshell to run ipconfig /all and then parse the output.

    Andy

  • RE: Login failed for user 'sa'.

    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

  • RE: Insert Error Please Help

    Maybe they already had a uniqueidentifier? Or you were handling inserts differently?

    Andy

  • RE: Errorlog file

    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...

  • RE: VB6 connection to SQL 2000

    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...

  • RE: Merge Agent?

    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...

  • RE: Procedure Cache

    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....

  • RE: Questions about DBCC TRACEON

    I typically use 1204.

    Andy

  • RE: Differences script

    Definitely you can find tools like WinDiff to compare the files - the fun is in generating a script that will correct the differences!

    Andy

Viewing 15 posts - 4,981 through 4,995 (of 6,216 total)