Forum Replies Created

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

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

  • RE: Moving databases from DAS to SAN

    vky3 (12/16/2009)


    Hi All,

    I have newly joined a company and here for a couple of servers we have the backups and the log files on the same drive. I...

  • RE: Where's My Additional Free Space ?

    This is a 3rd party application and it's always seemed odd that they don't have any clustered indexes.

    Is there a downside or risk to me creating a clustered index...

  • RE: Where's My Additional Free Space ?

    GilaMonster (12/15/2009)


    That's a problem. The heap can't be rebuilt, except by putting a cluster on it, and if there are pages partially used in the heap they'll stay partially used...

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