Forum Replies Created

Viewing 15 posts - 1,636 through 1,650 (of 2,900 total)

  • RE: Some good tips on projecting database growth?

    If you retain backup history, that shows the data size before compression. Keep in mind that backups don't show free space, so you need to account for that as part...

  • RE: Unable to restore from backup

    Matt-1034261 (12/30/2009)


    Hi Gail

    Thanks for your suggestion, I tried restoring a new one from scratch, it got about half way and then came up with an error message to say something...

  • RE: full backup and transaction

    Transaction logs of production databases are usually backed up more frequently than you are doing. Are you sure you don't need them more often ? (I don't mean to...

  • RE: Unable to load SQL Server 2000 Data Transformation Services (DTS) runtime

    Do you have the "Backward Compatibility" and "2005_DTS" add-ons installed ? What service pack of 2005 are you on ?

  • RE: blocking

    You can also use the Activity Monitor GUI, then look at details to see what's running.

  • RE: Unable to restore

    raju.tanneeru (12/22/2009)


    Hi,

    could you please help me out, how can restore only the full backup from the same file which is also having differential backup

    Duplicate post in an old thread. Reply...

  • RE: Moving table data/index to diff file groups

    gk-411903 (12/21/2009)


    Forgive my ignorance. I understand that the index is moved to the desired filegroup (index file group). But is the data also in the same index file group? I...

  • RE: Identity column maxed out

    Joe-420121 (12/21/2009)


    3. When I use GUI to modify data type to BIGINT, I get timeout error after 3 min.

    Instead of using the GUI locally on your desktop, use the GUI...

  • RE: Identity column maxed out

    CirquedeSQLeil (12/21/2009)


    Then a simple select * into tablebackup12212009 from table would suffice for the backup.

    I seem to recall that you can get blocking when creating a table this way if...

  • RE: How can I find duplicate Entries in a table?

    Jeff Moden (12/18/2009)


    For something like that, why not just put a unique index on the meter column and use the thrown error as an alert?

    Yes, prevent the duplicates in the...

  • RE: Error while accessign the database

    Is "acad" the default database for those users ?

  • RE: Single DB file to multiple DB file

    If MDF_2 is in the same file group then SQL will add to it outside of your control. If you create a secondary file group, then you can move tables...

  • RE: Where's My Additional Free Space ?

    Thanks for all the tips.

    I just came across this on SQL-Performance, so I don't see a clustered Index in my future since the table is 1+ Terabytes:

    "...Also keep in mind...

  • RE: Where's My Additional Free Space ?

    EdVassie (12/18/2009)


    Changing one of the existing indexes to clustered may (or may not) cause maintenance problems in the future if you apply a service pack from your app supplier. ...

  • RE: Access Denied connecting to SSIS

    SMNayak (12/18/2009)


    I had searched a lot for this...!!!

    Finally got a one simple solution... 🙂

    The user's windows login should be having the admin rights in the machine where the SQL Server...

Viewing 15 posts - 1,636 through 1,650 (of 2,900 total)