Forum Replies Created

Viewing 13 posts - 16 through 29 (of 29 total)

  • RE: Arriving at Database Growth Factor in SQL Server 2000

    Hi Mike, you are welcome. Some more scripts are coming up shortly. Thanks for the encouragement. ---Best Regards, Suresh.


    Kindest Regards,

    M Suresh Kumar

  • RE: How to move log file ON-LINE ?

    HI, No need to attach/detach. Shrink the primary log file (the first log file) to the size you want and can. Then use:

    Alter Database DBNAME MODIFY FILE (Name = Logical_File_Name,...


    Kindest Regards,

    M Suresh Kumar

  • RE: Arriving at Database Growth Factor in SQL Server 2000

    A reader, Tracey wanted to know what thesize of the dta file would be after an increment. Just to put it here, it would be the current file size plus...


    Kindest Regards,

    M Suresh Kumar

  • RE: Introduction to DTS in SQL Server 2005

    In The article, the "Raw File Source" may need to be replaced with "Flat File Source". If I copy the content form event viewer to a text file and designate...


    Kindest Regards,

    M Suresh Kumar

  • RE: Question about how new SPIDs spawn

    Every connection to SQL Server, either through a script or just a login into SQL Server would spawn an SPID. I have observed SPID's spawned due to connection to SQL Server...


    Kindest Regards,

    M Suresh Kumar

  • RE: Arriving at Database Growth Factor in SQL Server 2000

    Thanks Steve. When I wrote the script, my concern was only to get data regarding the conventionally named databases. The idea of handling databases with special characters in their names did not occur...


    Kindest Regards,

    M Suresh Kumar

  • RE: Performance Tips Part 2

    To start with, the idea seems to be to prevent duplications. But the trigger's code suggests that only duplications are to be allowed. Something wrong in the code.


    Kindest Regards,

    M Suresh Kumar

  • RE: Memory

    I feel the date column need not be indexed. Clustered index on the first column, CLIENT is okay. This way you avoid memory intensive bookmark lookups.

     

    No need to use convert...


    Kindest Regards,

    M Suresh Kumar

  • RE: Error 17882 UMS Context non-yielding on Scheduler 0

    The thread (scheduler) spawned by one of your two processors for an execution context of your process (backup in this case) is unable to release control of some resource, mostly the memory...


    Kindest Regards,

    M Suresh Kumar

  • RE: Moving a Database in SQL Server 7.0

    That sounds perfect. Backup the old one and restore onto the new server.

    You woulkd get database users with the backup.

    Transfer logins from the old server's master..sysxlogins to the...


    Kindest Regards,

    M Suresh Kumar

  • RE: Question w/ SQL

    Install 7.0 on new machine. Attach user database from old files. You are done.

    If you have earlier backups, nothing easier than restoring that.

     


    Kindest Regards,

    M Suresh Kumar

  • RE: Differences between SQL 2000 and 2005

    DTS needs Proxy accocunt. More security.

    No system tables. DMV's populated on the fly.

    Service Broker.

    SQLImail needs no OUTLOOK or Exchange.

    Notification Services / inbuilt and upgraded Reporting services.

    Certificates (with user defined rights...


    Kindest Regards,

    M Suresh Kumar

  • RE: Getting Started in SQL Server 2005

    A good starting point would be to install SQL Server 2005 Enterprise / developer edition Beta 2. Express is not that high-end.

    Once you do that, SQL Serv er Management Studio...


    Kindest Regards,

    M Suresh Kumar

Viewing 13 posts - 16 through 29 (of 29 total)