Forum Replies Created

Viewing 15 posts - 37,561 through 37,575 (of 39,510 total)

  • RE: Trigger update sequence

    I believe for the context of the trigger, Andy is right. You can join on the table itself in the query (along with inserted) and it works.

    Steve Jones

    steve@dkranch.net

  • RE: HP CDR-W 9300 - versus - W2000 Server

    I've used their software, not sure if this model, and it wasn't always stable. Most of the time, but occassionaly it flipped. I'm guessing they don't want to spend the...

  • RE: Stratagies for Dynamic Packages

    A parametized query will work. You can also use a second package to call your package repeatedly, changing the value of the query for each to match a new recordset.

    Steve...

  • RE: Restore Hangs for Several Minutes

    I've had this issue on SQL Server 2K as well. It seems sporadic and I can't pinpoint why. I do have multiple drives mapped, some to different domains, but I...

  • RE: Backup to colocation

    How are you transferring? By IP or FQDN (use FQDN) or by hostname? If hostname, then you might have name resolution problems. Setting up a good WINs setup is a...

  • RE: Backup to colocation

    Brian is on a good track. This is likely a security issue.

    I did the reverse, sending from the colocaiton to our office, but I choose FTP. It was cleaner than...

  • RE: In The Real World - Disaster!

    Only a few users/logins and they were synched with sp_change_users_login (we use SQLAuth). They were added with sp_addlogin because our backup box was "appropriated" a couple months ago for...

  • RE: xp_sendmail vs. xp_send_mail

    Where did you find this? On my SS2K box I don't have an xp_send_mail.

    Steve Jones

    steve@dkranch.net

  • RE: Triggers vs Stored Procedures

    SQL 2000 has more trigger options, but I'm not sure there is any other difference.

    Steve Jones

    steve@dkranch.net

  • RE: is SQL SERVER a memory HOG

    I had something like this. With only about 1.2GB of databases on a server with 2GB, I had SQL Server increase to 1.7GB and hold there over a few months....

  • RE: SQL Server Enterprise vs Standard for clustering

    Active Active refers to the two SQL Servers that form the cluster. In this mode, each serves it's own clients as well as being part of the virtual server. Or...

  • RE: New install of 6.5 problem

    Is this W2K srever? There are some issues with installing 6.5 on 2k. There is a wokraround on Technet somewhere.

    I'd stick with v4.0 or run SS2K in 6.5 mode.

    Steve...

  • RE: Load/stress testing

    We used to use a tool from Quest Software. It had a high learning curve and takes time to use. They are alos Expensive $$$. You can rent them, but...

  • RE: SQL Agent Performance

    Strange. Never seen anything like this and I use SQLAgent all the time. Antares has a reasonable explanation that I'd buy.

    Steve Jones

    steve@dkranch.net

  • RE: Triggers vs Stored Procedures

    It seems like you are looking for whether it's better to put logic in a trigger or place it in a stored procedure. I'd tend to argue there is no...

Viewing 15 posts - 37,561 through 37,575 (of 39,510 total)