Viewing 15 posts - 511 through 525 (of 2,904 total)
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...
March 13, 2007 at 2:00 pm
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...
March 13, 2007 at 1:58 pm
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"?...
March 13, 2007 at 8:18 am
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...
March 13, 2007 at 8:13 am
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,...
March 13, 2007 at 8:11 am
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,...
March 13, 2007 at 8:03 am
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...
March 13, 2007 at 7:59 am
What values are you trying to enter that are giving the error? That's where you need to start.
-SQLBill
March 13, 2007 at 7:57 am
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. ...
March 13, 2007 at 7:55 am
Look through the SQL Server Error Log....there is a good chance you ran out of space on your backup drive.
-SQLBill
March 12, 2007 at 11:20 am
Yep, installed the DTS Designer components and the Backwards Compatibility parts.
-SQLBill
March 12, 2007 at 11:04 am
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...
March 9, 2007 at 12:22 pm
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.
March 9, 2007 at 12:14 pm
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
March 8, 2007 at 4:43 pm
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...
March 8, 2007 at 4:41 pm
Viewing 15 posts - 511 through 525 (of 2,904 total)