Viewing 8 posts - 1 through 8 (of 8 total)
Thank You VERY MUCH!!!
January 18, 2012 at 3:57 pm
so how exactly it will be? can you please put an example of full code?
Thank you
January 18, 2012 at 3:37 pm
When I do right-click attach database, it comes automaticly with 2 log file names
January 18, 2012 at 3:20 pm
I was trying to create a log files.
January 18, 2012 at 3:14 pm
Sorry I send wrong one
here is the error Msg 5173, Level 16, State 2, Line 1
One or more files do not match the primary file of the database. If you...
January 18, 2012 at 2:58 pm
No that file not in use, I have copy of this file on my Desktop
January 18, 2012 at 2:44 pm
The log files were deleted accidently, they were on D:\ drive, I've got my mdf file from C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\DATA directory
January 18, 2012 at 2:42 pm
this is what I'm trying
USE [master]
GO
CREATE DATABASE [DM_REPO_ERP ] ON
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\DATA\DM_REPO_ERP .mdf' ),
( FILENAME = N'F:\Temp\DM_REPO_ERP _log.ldf' ),
( FILENAME = N'F:\DataBaseLogFiles\DM_REPO_ERP_log.ldf' )
FOR...
January 18, 2012 at 2:33 pm
Viewing 8 posts - 1 through 8 (of 8 total)