Forum Replies Created

Viewing 8 posts - 511 through 518 (of 518 total)

  • RE: Hash encryption

    Here's a script I use for RC4 encryption....

    for what its worth....I don't remember where I even got....maybe it will be useful for you.

    If Exists (Select * From sysobjects Where name...

  • RE: RAID, Federated Servers and Clustering

    With a little planning, and fiber connections only, I've seen it done in an active/active configuration and work well. Network bandwidth became the biggest issue, but was addressed by creating...

  • RE: Kerberos and performance

    I wouldn't say a major cost, but yes there is some cost associated with the connection. We use LMhosts (rather than DNS or Wins) and sql authentication (rather than Windows...

  • RE: Multiple excel files to be transfered to Database

    I have a similar situation where I recieve a lot of excel files from remote offices and needed to import them.

    I created a proc to walk a directory and dynamically...

  • RE: DTS: Oracle to SQL 2000--Speed

    I experienced the same issue on a couple of different servers I've worked with. The answer we came up with was setting up linked servers to attatch to a SqlNet...

  • RE: using dynamic sql in from clause

    Placing the dynamic sql in a variable is fine if the dynamic sql is short enough to fit. If you need to be able to execute longer Sql than Nvarchar...

  • RE: Syntax Help

    I have a lot of scripts that perform functions such as zipping or rar'ing files and then deleting the old files after verification.

    The answer from Greg above would be the...

  • RE: Moving DTS Packages Between Servers

    We alias Server Connections where I work, as we have Dev, Stage, QA, and Prod enviroments. It works well for us, and provides consistency throughout all coding for the databases,...

Viewing 8 posts - 511 through 518 (of 518 total)