Viewing 15 posts - 1,666 through 1,680 (of 2,904 total)
So what happened when you used sp_attach_single_file_db? It's always worked for me.
SQL Server 2000
-SQLBill
July 26, 2005 at 8:41 am
I learned this in a MS Access class and a MS SQL Server course.
But it is an uncommon term for a row. Just like 'attribute' is an uncommon term for...
July 22, 2005 at 11:12 am
Enterprise Manager is just a GUI. You can remove it without affecting the database(s) in any way. You can also reinstall it without affecting any DBs. If you reinstall it,...
July 21, 2005 at 6:49 am
This sounds more like someone may have done it on purpose - they may not have intended those results. As Azzam said, any optimisation would rollback if it failed.
-SQLBill
July 20, 2005 at 7:07 am
Any folders have to already exist. The final file can be created by SQL Server during the backup, but the folder itself must be there BEFORE the backup begins.
-SQLBill
July 19, 2005 at 11:59 am
When you say it swelled to 20GB, do you mean that after restoring it to the TestDB you added more data?
If you restored the db to the test server and...
July 19, 2005 at 11:47 am
That's not completely true.....while TEMPDB is recreated everytime, it's settings are 'sticky'. My settings for TEMPDB are different than my settings for MODEL, but everytime I reboot my server or...
July 19, 2005 at 6:26 am
RETAINDAYS is intended for TAPE backups. When backing up to disk, each backup needs to go to a different file. For example, each backup file could be saved with it's...
July 18, 2005 at 12:08 pm
It sounds like:
1. you really don't have permission to change the settings or
2. you have an application that is changing the settings.
-SQLBill
July 18, 2005 at 10:36 am
The -E option requires that your SQL Server login be:
1. the same as your Windows account
and
2. set to Windows Authentication.
Things to check
1. do you have a login on SQL Server
2. is...
July 18, 2005 at 8:14 am
Quote:
i think i shld have a backup in future.
I think you should have a backup NOW!
-SQLBill
July 18, 2005 at 8:08 am
Have you ever backed up to E before?
Is it a local drive or a network drive?
Is it a CD drive?
SQL Server doesn't like backing up to network drives.
-SQLBill
July 18, 2005 at 8:06 am
As I remember it, you can not remove BUILTIN/Administrators login when you are using clustering.
-SQLBill
July 15, 2005 at 8:05 am
If you use SIMPLE mode, you can't backup the log file. If you can't back it up, you can't restore it. So truncating doesn't matter.
If you use FULL (Or Bulk-logged)...
July 13, 2005 at 1:40 pm
Viewing 15 posts - 1,666 through 1,680 (of 2,904 total)