Forum Replies Created

Viewing 15 posts - 37,516 through 37,530 (of 39,456 total)

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

  • RE: In The Real World - Disaster!

    Ouch ,

    no, this actually occurred two weeks ago on a Wed. I succsessfully moved everything over and ordered a new RAID controller the next day. We were...

  • RE: Data from 2000 to 7.0

    Agree with Andy, use DTS to move the data only. You might have to mess with it to get the parent child data to go in the right order.

    Steve Jones

    steve@dkranch.net

  • RE: Server Network Utility - Default Ports

    Brian is correct, DNS has nothing to do with Ports. DNS is a name resolution srevice. It gives back an IP for a name (and vice versa). You can specify...

  • RE: Multiple Monitors

    the two screens are both your desktop. You configure in Control Panel | display the orientation (up/down, side to side). Your mouse then moves easily as if it were one...

  • RE: In The Real World - Disaster!

    Good point, though I'd be sure I had these two on another server as well. Wouldn't have done any good in this case to have them on the local drive.

    Steve...

  • RE: Installing SQL 2000 - Stuck in the mud!

    Let us know if it works and the outcome.

    Steve Jones

    steve@dkranch.net

  • RE: Retrieving huge data

    You can use bcp and xp_cmdshell to export it.

    You don't need a temp table, though that might be easier. you can make a real table and add a SPID column....

  • RE: Schedule a SQL Query

    You can use SQLAgent to do this on SQL Server.

    On NT or W2K, you can schedule an ISQL query with the "Scheduled Tasks" or "At" command.

    Steve Jones

    steve@dkranch.net

  • RE: Are you a "hunt and pecker" or a "typist"?

    mix. I touch type, but not the "right way". In 20 years, my fingers have somewhat learned where the keys are and I can type pretty well in the dark....

Viewing 15 posts - 37,516 through 37,530 (of 39,456 total)