Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 2,897 total)

  • RE: IDENTITY COLUMN

    And then you'll need to reset it back to 1000 before your next insert, then set it to 3000 (or whatever your highest # is) after the insert is finished

  • RE: Potential Collation Problem

    We have the same situation ... It can be annoying. If you run queries between DBs with different collation, you may have to write them like this

    select * from DB_CollationA..TableA...

  • RE: replicate DEV box - job failed

    We use Idera's SQLSafe for backups, which I think is similar to Litespeed. It creates backup files that are compressed about 80 %, and in about 1/3 less time. It...

  • RE: replicate DEV box - job failed

    But if the developers are using the database, you don't want to restore on top of it. Hard to decide on the best solution with limited info.

  • RE: dts support on 2005

    I also edit DTS packages in 2005. Are you on Service SS-2005 Pack 2 ? And you have the Backward Compatibilty add-in for DTS ?

  • RE: replicate DEV box - job failed

    You can't reliably copy data from one database to another if the target is being changed without your knowledge. You need better communication with the developers, and then you can...

  • RE: Table Backup

    Simon Doubt (10/1/2007)


    I realize that this is probably much too late now, but you could always use SSIS, or the bcp utility, or a T-SQL INSERT ... SELECT statement to...

  • RE: Restoring from a transaction log with no full backup

    You've NEVER done a Full Backup ?? EVER ?? In that case, you are out of luck. If you have a full backup from some period...

  • RE: Replication between instances?

    Yes, we do this, and one instance is 2000 and the other is 2005

  • RE: Upgrade Advisor Warning on DTS migration to 2005

    That's probably it ... I haven't used the Meta Data options - forgot they were even there ... Thanks

  • RE: Upgrade Advisor Warning on DTS migration to 2005

    I don't see an option in 2000 to save as Meta Data ... Just "SQL Server", "Structured Storage File" and "Visual Basic File" ....   All my DTS packages are"regular" packages...

  • RE: Upgrade Advisor Warning on DTS migration to 2005

    Could be, but 2005 has a "Legacy option" that allows the old DTS packages to run as 2000 DTS packages without migrating to 2005. That's what I'm planning to do. ...

  • RE: columns description how to use it on QA

    Column Descriptions are extended properties. If you make the change in EM, then script it out, you see the code that you need to run in QA.  It's a good...

  • RE: Backup Assistance Please

    Your original post just mentioned the amount of time it took. At this point you probably won't get any new readers to this thread, so if you want to get...

  • RE: SQL Clarifications

    I assume you meant  " ... that i CAN always ... "

    There's no "best" answer.  I do a full backup every night of my 280 G database (takes 1/2 hour), and...

Viewing 15 posts - 2,341 through 2,355 (of 2,897 total)