Viewing 6 posts - 31 through 36 (of 36 total)
Amit Gupta (11/21/2008)
then actually what happen lost any date or successfully restore...
November 24, 2008 at 6:30 am
Hi,
can you not log in because the administrator has lockt the server or do you have not enough rights to start?
if you have the right to start and stop the...
September 3, 2008 at 2:30 am
Hi,
try this:
use "database"
go
DBCC SHRINKFILE
( "logfilename" , EMPTYFILE )
go
alter database "databasename" remove file "logfilename"
go
regards
August 19, 2008 at 4:45 am
Hi,
when i see this error
Device activation error. The physical file name 'C:\Program Files\Microsoft SQL Server\MSSQL$EASYSHIP\data\model.mdf' may be incorrect.
2008-08-06 12:26:57.27 spid8 Starting up database 'msdb'.
2008-08-06 12:26:57.27...
August 6, 2008 at 9:30 am
Hi,
if you have a fullbackup you only need to check the "overwrite the existing database" option in the restore database menu.
or, with more fun, try this:
To attach a database with...
July 22, 2008 at 6:59 am
Hi,
because of timeoutproblems with the network and/or firewall (the network admins didnt see any problems on the network 😉 )we do a local dump and then copy the dump...
July 21, 2008 at 8:33 am
Viewing 6 posts - 31 through 36 (of 36 total)