Click here to Skip to main content
15,917,808 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Server Licesning Pin
originSH30-Jul-07 3:32
originSH30-Jul-07 3:32 
AnswerRe: SQL Server Licesning Pin
Rob Graham30-Jul-07 4:50
Rob Graham30-Jul-07 4:50 
QuestionRetrieving data from database (context: ASP.Net) Pin
h@$@n29-Jul-07 7:57
h@$@n29-Jul-07 7:57 
AnswerRe: Retrieving data from database (context: ASP.Net) Pin
mr.mohsen29-Jul-07 11:16
mr.mohsen29-Jul-07 11:16 
QuestionHow to convert Sql server 2000 database backup file to Sql server 2005 Express Edition .mdf file. Pin
Paramhans Dubey29-Jul-07 5:28
professionalParamhans Dubey29-Jul-07 5:28 
AnswerRe: How to convert Sql server 2000 database backup file to Sql server 2005 Express Edition .mdf file. Pin
Paul Conrad29-Jul-07 8:56
professionalPaul Conrad29-Jul-07 8:56 
AnswerRe: How to convert Sql server 2000 database backup file to Sql server 2005 Express Edition .mdf file. Pin
Mike Dimmick30-Jul-07 12:15
Mike Dimmick30-Jul-07 12:15 
GeneralRe: How to convert Sql server 2000 database backup file to Sql server 2005 Express Edition .mdf file. Pin
Paramhans Dubey31-Jul-07 2:09
professionalParamhans Dubey31-Jul-07 2:09 
hi friends,

As I have mentioned earlier I m using SQL Server 2005 Express Edition, So I don't have Management Studio.

I tried following restore command :

"
Restoring SQL Server 2000 Database *.bak backup file to SQL Server 2005 Express Edition *.mdf file<br />
RESTORE filelistonly<br />
FROM         disk = 'C:\Documents and Settings\Administrator\Desktop\ImageDB.bak' RESTORE DATABASE image<br />
FROM         disk = 'C:\Documents and Settings\Administrator\Desktop\ImageDB.bak' WITH move 'ImageDB' TO 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Image.mdf',<br />
                       move 'Image_log' TO 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Image.ldf'
"


But I am unable to find any mdf or ldf file in the directory "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1".
I also searched the directory ” C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data” but that was also of no use.

Regards,
Paramhans Dubey.
QuestionCompare fields from two different tables - vs.net & reporting services Pin
snoop2i28-Jul-07 17:23
snoop2i28-Jul-07 17:23 
Questionconnect to oracle database using visual c# express edition Pin
cellardoor071628-Jul-07 3:21
cellardoor071628-Jul-07 3:21 
AnswerRe: connect to oracle database using visual c# express edition Pin
Colin Angus Mackay28-Jul-07 3:42
Colin Angus Mackay28-Jul-07 3:42 
GeneralRe: connect to oracle database using visual c# express edition Pin
Paul Conrad28-Jul-07 5:37
professionalPaul Conrad28-Jul-07 5:37 
QuestionSQL 2005 Express, connecting to database Pin
#realJSOP27-Jul-07 23:04
professional#realJSOP27-Jul-07 23:04 
AnswerRe: SQL 2005 Express, connecting to database Pin
Colin Angus Mackay28-Jul-07 3:40
Colin Angus Mackay28-Jul-07 3:40 
GeneralRe: SQL 2005 Express, connecting to database Pin
#realJSOP28-Jul-07 5:51
professional#realJSOP28-Jul-07 5:51 
AnswerRe: SQL 2005 Express, connecting to database Pin
Mike Dimmick28-Jul-07 4:14
Mike Dimmick28-Jul-07 4:14 
AnswerRe: SQL 2005 Express, connecting to database Pin
Paul Conrad28-Jul-07 6:32
professionalPaul Conrad28-Jul-07 6:32 
QuestionWill these two queries perform the same? Pin
Joe Smith IX27-Jul-07 21:47
Joe Smith IX27-Jul-07 21:47 
AnswerRe: Will these two queries perform the same? Pin
Colin Angus Mackay27-Jul-07 22:41
Colin Angus Mackay27-Jul-07 22:41 
GeneralRe: Will these two queries perform the same? Pin
Joe Smith IX2-Aug-07 3:47
Joe Smith IX2-Aug-07 3:47 
GeneralRe: Will these two queries perform the same? Pin
Colin Angus Mackay2-Aug-07 7:57
Colin Angus Mackay2-Aug-07 7:57 
AnswerRe: Will these two queries perform the same? Pin
Mike Dimmick28-Jul-07 4:27
Mike Dimmick28-Jul-07 4:27 
GeneralRe: Will these two queries perform the same? Pin
Colin Angus Mackay28-Jul-07 7:17
Colin Angus Mackay28-Jul-07 7:17 
GeneralRe: Will these two queries perform the same? Pin
blakey40430-Jul-07 0:02
blakey40430-Jul-07 0:02 
GeneralRe: Will these two queries perform the same? Pin
Colin Angus Mackay30-Jul-07 6:52
Colin Angus Mackay30-Jul-07 6:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.