Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Rich #1
can't attach mdf to sql server
Hello,
I created a backup copy of an mdf (call it Data.Mdf) file
on the server. Now I want to attach that backup mdf so
that I can truncate all the tables (shrink the file). But
I get the error message in query analyzer as follows:
Device activation error. The physical file
name "C:\Data.LDF" may be incorrect.
Could not open new datase "backupData". CREATE DATABASE
aborted.
Device activation error. The physical file
name "C:\Data.LDF" may be incorrect.
Does anyone know how I could unlink the backup mdf from
the ldf so that I can attach it to the server?
Thanks,
Rich
Rich Guest
-
BUG: An 8144 error occurs when you try to attach adatabase to an instance of SQL Server by using SQL ServerEnterprise
Hi guys... just wondering if any of you have come up with a 8144 database error... I'm getting this through calling cfstoredproc with more than... -
attach 1 movie, then attach 3 movies to it, help?
hi there, i'm trying to attach 1 movie, then attach 3 movies to it, my oroblem is i can only attach one child movie and not 3, here's the... -
attach
http://pear.php.net/package-info.php?package=Mail_Mime Regards, Greg -- phpDocumentor http://www.phpdoc.org Diana Castillo wrote: -
[PHP] attach
Check the phpclasses site, it has some very good examples also do a search on google.. you can find it at http://google.com :-D Cheers, -Ryan ... -
attach database
hi, i have installed db2 udb v8.1 with fixpack 2 on my machine, then there is another machine installed same kind of server, so i am able to... -
Rich #2
Re: can't attach mdf to sql server
No, but thanks for the suggestion. I'm sure that would be
a better way to go than the gyrations I have been doing.
Thanks,
Rich
file>-----Original Message-----
>Have you looked at sp_attach_single_file_db?
>
>
>
>
>"Rich" <rpng123@aol.com> wrote in message
>news:00b001c33fe7$658de860$a301280a@phx.gbl...>> Hello,
>>
>> I created a backup copy of an mdf (call it Data.Mdf)But>> on the server. Now I want to attach that backup mdf so
>> that I can truncate all the tables (shrink the file).>>> I get the error message in query analyzer as follows:
>>
>> Device activation error. The physical file
>> name "C:\Data.LDF" may be incorrect.
>>
>> Could not open new datase "backupData". CREATE DATABASE
>> aborted.
>> Device activation error. The physical file
>> name "C:\Data.LDF" may be incorrect.
>>
>> Does anyone know how I could unlink the backup mdf from
>> the ldf so that I can attach it to the server?
>>
>> Thanks,
>> Rich
>
>.
>Rich Guest



Reply With Quote

