Forum Replies Created

Viewing 15 posts - 241 through 255 (of 294 total)

  • RE: How much memory does an open database consume

    Why not do an SP_WHO2 and see who is connected to what. You could monitor that for awhile and you should get an idea as to which of the 49...

  • RE: db creation

    It shouldn't be too much of a nightmare as the search ability it going to be limited to a specific date and not a range. So all we will need...

  • RE: db creation

    Believe me if I could do it any other way I would. You see we need to keep live data for 90 on line, and all archive has to be...

  • RE: db creation

    It is for a monthly archive and there is around 3Million rows a month that will be archived.

     

  • RE: Group By what ???

    Was right before my eyes, thank you very much for you help.

     

     

  • RE: SQL Query HELP...

    Thanks for all the responces.....

    Let me try and answer your questions David.

    1. Because they powers that be request the results in such a formate.

    2. The application will know....

    3. there is...

  • RE: Another index rebuild issue?

    Martin,

    It sounds as thought the primary datafile your 'MyDATABASE' has a finite size which has been reached therfore not allowing the datafile to grow which it needs to do inorder...

  • RE: Restore on different Service Pack

    Yes it is, as no changes are done to the user databases by the application of SP4. It is all done against system databases.

     

  • RE: Question about AWE and memory configuration

    I should have read your question correctly the first time.....

    Your problem is that SQL Server 2000 ENT ED will only support upto 8GB of RAM under WIN2K Adv Server. Since...

  • RE: Question about AWE and memory configuration

    I have it configured on a WIN2K ADV Server. How have you configured your boot.ini file ?

    We have set 7GB for SQL server this is configured statically in EM and...

  • RE: Agent wont start

    Boy do I need a STRONG cup of coffee....I forgot to creat the startup acount as a domain account.

     

    DUH !!!  

     

    Problem has been...

  • RE: Rows into CSV resultset

    Use DTS for this, it is the easiets way.

  • RE: Error 21002 [SQL-DMO] User "xxx" already Exists

    To delete the user from the sysusers table you will need to first either through EM or QA set the property to allow you to make changes directly to the...

  • RE: SQL Server 7 Transaction log failure to truncate

    Over the years I have found the follwoing script to be most use full

     

    DBCC OPENTRAN (DBNAME)

    SET NOCOUNT ON

       DECLARE @LogicalFileName sysname,

               @MaxMinutes INT,

               @NewSize INT

       -- *** MAKE SURE TO...

  • RE: Applying SP with a database offline

    My understding was or is that SP 4 makes changes ot the systables in the user databases as well as the standard changes which is why it is impossible to...

Viewing 15 posts - 241 through 255 (of 294 total)