Forum Replies Created

Viewing 15 posts - 31 through 45 (of 45 total)

  • RE: 15K vs 10K Disks

    Get the cheaper disks and use the money to buy a SCSI attached disk cage with 17 bays. Load it up with smaller disks to give you more spindles.

  • RE: script to find actual filled size of a row

    Would the results to

    DBCC SHOWCONTIG ({table_name}) WITH TABLERESULTS

    Give me good numbers for this?

  • RE: data synch

    I agree with Michael Romm about using backup restore for this. If your restores complete fast enough. This can all be automated in a nightly job using TSQL statements....

  • RE: Backup Compression: SQLZip vs SQLLiteSpeed

    My databases are smaller and my biggest backup file is under 3G. I backup some databases directly to a W2K compressed folder. It is SLOWER than backing up to a...

  • RE: Is there a T-SQL command....

    Cast and concatenate the results into a single varchar column and return that

  • RE: CPU USAGE VERY HIGH (97% Consistently)

    How much memory in your server? What size is your page file and what disk is it on?

  • RE: Named Pipes vs. TCP/IP Sockets, Which One?

    I heard a story about a guy who set up his ODBC in his DMZ using TCP and then disabled NETBEUI to protect against Worms. (or was it NetBIOS?) Does...

  • RE: Automate on demand backups

    Work out the TSQL for the backup and put it in a stored procedure that the user can run with little app?

  • RE: Failed connection between two servers

    In your DMZ use local accounts with synced names and passwords. For example: servera\IUSR_WEB and serverb\IUSR_WEB with both accounts having the same password. Servera is your web server and is...

  • RE: Check Constraints versus Lookup Tables

    I would look at the application that will be used to access your data. Most of our apps add the requirement that the application check for valid values so...

  • RE: Backup Guidance

    To back up to network file share, you need the SQL Server service and SQL server agent accounts to be a domain accounts with access to the file share. ...

  • RE: Version

    See

    Microsoft Knowledge Base Article - 321185

    HOW TO: Identify Your SQL Server Service Pack Version and Edition

    http://support.microsoft.com/default.aspx?scid=kb;en-us;321185

    You want the Edition I think

    Edited by - robinhc on 08/08/2003 11:37:17...

  • RE: SQL CALs

    We recently put in a SQL Server Active-Active Cluster for an application that will have 25 users and up to 10 developers. We bought two (2) "MS SQL Server 2000...

  • RE: Integration with Dot.Net, UDT's

    We do use UDT either. I think it is better to use strong Entity/Attribute data modeling software and let the foreign key migration enforce the data conformity. For non-keys we...

  • RE: Crystal Reports......

    I think you can write the SQL in QE and then paste it in Crystal Reports and set it to run as a pass through querry.

Viewing 15 posts - 31 through 45 (of 45 total)