Forum Replies Created

Viewing 15 posts - 46 through 60 (of 64 total)

  • RE: Using replication for redundancy

    How much latency are you willing to accept? Will the replicated databases be serving as backup only (no reporting or anything else)?

  • RE: Using global variable in DTS

    In what manner does the task fail? Does it produce an error, or does it just not return the correct results (you were expecting to get ten records, but...

  • RE: Using global variable in DTS

    Henok,

    I didn't want a day to go by without letting you know someone was looking into your issue. Fridays can get a bit crazy, but one of us should...

  • RE: TSQL Stored Procedure giving Problems.

    That's a new one to me. Could you post the sp code, and provide some sample input so we can test on other installs?

    Thanks,

    Sean

  • RE: Daily updates from .mdb to SQL databases.

    Sounds like what you are doing is just over-writing the .mdb "on the internet" with the local .mdb copy that your program uses. Is that correct? It's just...

  • RE: Binding Default Values To Cols

    Did you add the defualt object you created to the defualts collection first? Any reason why you would not just set the defualt property in the column object (oCol.DRIDefault.Text)?...

  • RE: Encrypting Data With the Encrypt Function

    Now that's a cool tool. Frebbie's not too bad, and $98.00 for the full version seems a fair price for someone who needs this functionality! Are you connected...

  • RE: sysindexes

    Good find on the KB article David. I don't reccommend workaround #1 .

    Patii, I'm curious to find out if workaround #2 works for...

  • RE: tempdb log file cant extend - when do logs extend?

    What was the error that it returned? If you could give me the exact number and description, that would be most helpful.

    Also, what version of SQL Server are...

  • RE: @@ROWCOUNT problem

    ... that should read "Can you POST the code...". Typing is not one of my strong points.

  • RE: @@ROWCOUNT problem

    Marvin,

    For the record, I have to agree with the last few posts about using a canned package - but only if it does what you need (sometimes it's easier to...

  • RE: DTS Package not running

    One thing I've noticed with the Execute Process task is that if your process has any type of User interface it will hang. I have a similar application as...

  • RE: Post Scripts

    I imagine this will be a frequently visited part of the site. For those of you wishing to post and retrieve scripts, please let us know what you like...

  • RE: @@ROWCOUNT problem

    When you say the the EOF line does not work, what exactly is the behavior/messages that you are getting as you step through the code?

  • RE: Get default database directory using DMO

    That's not too bad either. Are they read-only properties, or can you write to them as well?

Viewing 15 posts - 46 through 60 (of 64 total)