Click here to Skip to main content
15,896,207 members
Home / Discussions / Database
   

Database

 
GeneralRe: Retrieving subset of DataTable as DataTable Pin
Tristan Rhodes28-Feb-07 3:04
Tristan Rhodes28-Feb-07 3:04 
QuestionError while restoring database Pin
tradakad27-Feb-07 20:59
tradakad27-Feb-07 20:59 
AnswerRe: Error while restoring database Pin
Harini N K27-Feb-07 21:11
Harini N K27-Feb-07 21:11 
GeneralRe: Error while restoring database Pin
tradakad27-Feb-07 21:44
tradakad27-Feb-07 21:44 
GeneralRe: Error while restoring database Pin
Harini N K27-Feb-07 21:53
Harini N K27-Feb-07 21:53 
GeneralRe: Error while restoring database Pin
tradakad27-Feb-07 22:22
tradakad27-Feb-07 22:22 
AnswerRe: Error while restoring database Pin
vanhawk27-Feb-07 22:27
vanhawk27-Feb-07 22:27 
GeneralRe: Error while restoring database Pin
tradakad27-Feb-07 23:22
tradakad27-Feb-07 23:22 
I havent got ANY GUI tool so I cant do it. now I download "SQL Server Management Studio Express" but I solved this problem with sqlcmd

1> restore database new_kupimebel<br />
2> from disk='D:\urban\tmp\newdb.bak'<br />
3> with move 'newdb' to "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\newdb.mdf",<br />
4> move 'newdb_log' to "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\newdb.ldf"<br />
5> go


now all is ok.

thanx 2 all Smile | :)

--
"Success is simple. Do what's right, the right way, at the right time."

best regards,
tradakad

GeneralRe: Error while restoring database Pin
Harini N K27-Feb-07 23:32
Harini N K27-Feb-07 23:32 
GeneralRe: Error while restoring database Pin
tradakad28-Feb-07 1:37
tradakad28-Feb-07 1:37 
Questionuser validation in sql server Pin
rahul pasupuleti27-Feb-07 19:47
rahul pasupuleti27-Feb-07 19:47 
AnswerRe: user validation in sql server Pin
tradakad27-Feb-07 21:22
tradakad27-Feb-07 21:22 
GeneralRe: user validation in sql server Pin
rahul pasupuleti28-Feb-07 18:44
rahul pasupuleti28-Feb-07 18:44 
GeneralRe: user validation in sql server Pin
tradakad28-Feb-07 19:47
tradakad28-Feb-07 19:47 
QuestionExecuting SQL query in VC++ Pin
vibharb@yahoo.com27-Feb-07 16:24
vibharb@yahoo.com27-Feb-07 16:24 
AnswerRe: Executing SQL query in VC++ Pin
Mike Dimmick28-Feb-07 0:19
Mike Dimmick28-Feb-07 0:19 
QuestionHow to determine if the database still processing Pin
vanhawk27-Feb-07 16:11
vanhawk27-Feb-07 16:11 
AnswerRe: How to determine if the database still processing Pin
Sylvester george28-Feb-07 0:14
Sylvester george28-Feb-07 0:14 
Questionhow to insert or update a record into one procedure [modified] Pin
firestoper27-Feb-07 15:58
firestoper27-Feb-07 15:58 
AnswerRe: how to insert or update a record into one procedure Pin
Hesham Amin27-Feb-07 22:19
Hesham Amin27-Feb-07 22:19 
GeneralRe: how to insert or update a record into one procedure [modified] Pin
firestoper28-Feb-07 14:53
firestoper28-Feb-07 14:53 
GeneralRe: how to insert or update a record into one procedure Pin
Hesham Amin1-Mar-07 7:10
Hesham Amin1-Mar-07 7:10 
GeneralRe: how to insert or update a record into one procedure Pin
firestoper1-Mar-07 12:40
firestoper1-Mar-07 12:40 
QuestionHow to find out when or who updated my Database. Pin
Eyungwah27-Feb-07 8:27
Eyungwah27-Feb-07 8:27 
AnswerRe: How to find out when or who updated my Database. Pin
Mattias Olgerfelt27-Feb-07 13:49
Mattias Olgerfelt27-Feb-07 13:49 

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.