Forum Replies Created

Viewing 15 posts - 511 through 525 (of 2,904 total)

  • RE: Problems starting up databases.

    It's not about the service...it's about the databases. TEMPDB MUST be restored first. If you clicked on the databases or tried to connect before the TEMPDB came up....it...

  • RE: How to save SSIS packages on SQLserver2005 MSDB

    In the 2005 BOL (Books OnLine), filter to SSIS, and look up Deployment Utility. The package must be part of a solution. In the properties of the solution, you...

  • RE: Growing Log File Maint plan not working!

    Do you have the option to Shrink the file checked? What are the values for "Shrink database when it grows beyond" and "Amount of free space to keep after shrink"?...

  • RE: Identity reused problem

    An identity column always increments by the SEED value. It doesn't matter which server the database is on. That's like having a VARCHAR(10). You can move the...

  • RE: Starting Database

    What editon/version of SQL Server is installed on the Laptop and what OS is on the laptop?

    By edition/version, I mean:

    SQL Server 2000 or SQL Server 2005?

    MSDE, Express, Developer, Personal, Standard,...

  • RE: Shrinking TransactionLog file size

    Since you don't give us the actual statement and you mask the database name, I'm guessing your database name has a dash in it like this: My-DB. If so,...

  • RE: DATEFORMAT, interpretation rank

    I would expect January 3, 2007. SQL Server's default is YMD, so given 2007/01/03, SQL Server 'knows' the first part has to be the year and that means the...

  • RE: Arithmetic overflow

    What values are you trying to enter that are giving the error? That's where you need to start.

    -SQLBill

  • RE: Problems starting up databases.

    I'm seeing that the user databases are skipped and then TEMPDB comes up. I don't believe user databases can be restored prior to ALL the system databases being restored. ...

  • RE: Backup Failing

    Look through the SQL Server Error Log....there is a good chance you ran out of space on your backup drive.

    -SQLBill

  • RE: DTS failing in SQL Server 2005

    Yep, installed the DTS Designer components and the Backwards Compatibility parts.

    -SQLBill

  • RE: SSIS/DTS packages related to jobs...

    Amazing you would ask this....I had the same question and found an awesome answer on this site. I no longer have the path to the originator...but...

    1. Copy the DTSRUN line...

  • RE: Restore wait for ASYNC_IO_COMPLETE unending

    Yes, it's been posted on this site several times....but it's just:

    RESTORE DATABASE dbname WITH RECOVERY

    Replace dbname with the actual database name. Yes, it's that easy.

  • RE: Restore wait for ASYNC_IO_COMPLETE unending

    What does Enterprise Manager show? Expand the databases and refresh. Is the database in LOADING? If so, it could be done and just waiting the next restore command.

    -SQLBill

  • RE: Cannot restore - Database in use even after kill process

    Make sure there are no jobs running. If you can, stop the SQL Server Agent until you are done.

    Are you using Enterprise Manager and then opening Query Analyzer to do...

Viewing 15 posts - 511 through 525 (of 2,904 total)