Click here to Skip to main content
15,913,758 members
Home / Discussions / Database
   

Database

 
GeneralRe: Updating or Maintaining structure of Database Pin
Paul Conrad27-Jan-08 16:39
professionalPaul Conrad27-Jan-08 16:39 
GeneralI am Lost HELP with sql command Pin
MUSIWA26-Jan-08 11:13
MUSIWA26-Jan-08 11:13 
GeneralRe: I am Lost HELP with sql command Pin
Paul Conrad26-Jan-08 11:15
professionalPaul Conrad26-Jan-08 11:15 
GeneralRe: I am Lost HELP with sql command Pin
MUSIWA26-Jan-08 16:37
MUSIWA26-Jan-08 16:37 
GeneralRe: I am Lost HELP with sql command Pin
Paul Conrad26-Jan-08 16:54
professionalPaul Conrad26-Jan-08 16:54 
AnswerRe: I am Lost HELP with sql command Pin
MUSIWA27-Jan-08 13:53
MUSIWA27-Jan-08 13:53 
GeneralRe: I am Lost HELP with sql command Pin
Paul Conrad27-Jan-08 14:28
professionalPaul Conrad27-Jan-08 14:28 
GeneralI am not able to restore the database through a scheduled job Pin
Neeraj Kr25-Jan-08 20:49
Neeraj Kr25-Jan-08 20:49 
Hi When ever I am trying to restore a database through a job, I am gettingh the following Error Msg:

Cannot open backup device 'd:\ftp\db backup\SE\sg_Differential_Backup.bak'. Device error or device off-line. See the SQL Server error log for more details. [SQLSTATE 42000] (Error 3201) RESTORE DATABASE is terminating abnormally. [SQLSTATE 42000] (Error 3013). The step failed.

The command for restoring the database used is:

declare @flname nvarchar(100)
declare @BaseRestore nvarchar(2000)
Set @flname = 'd:\ftp\db backup\SE\sg_Differential_Backup.bak'

Set @BaseReStore = 'RESTORE DataBase SGSE From Disk =''' + @flname + ''' With Replace'

exec sp_executesql @BaseReStore

Thought when I am trying to restore the database from the Restore option of the database, the restoration is successful.

I am in deep trouble. Kindly help

-----Have A Nice Day-----

GeneralRe: I am not able to restore the database through a scheduled job Pin
GuyThiebaut26-Jan-08 12:24
professionalGuyThiebaut26-Jan-08 12:24 
Generalefficiency comparision between memory access and database access Pin
cy163@hotmail.com25-Jan-08 2:52
cy163@hotmail.com25-Jan-08 2:52 
GeneralRe: efficiency comparision between memory access and database access Pin
Mark Churchill25-Jan-08 4:08
Mark Churchill25-Jan-08 4:08 
GeneralSQL Migration Tool Quesiton Pin
Vimalsoft(Pty) Ltd24-Jan-08 23:43
professionalVimalsoft(Pty) Ltd24-Jan-08 23:43 
Generalsending mail using sqlserver2000 automatically i.e by 12:00am Pin
suhailahmedmohammed24-Jan-08 20:44
suhailahmedmohammed24-Jan-08 20:44 
GeneralRe: sending mail using sqlserver2000 automatically i.e by 12:00am Pin
pmarfleet24-Jan-08 21:37
pmarfleet24-Jan-08 21:37 
GeneralRe: sending mail using sqlserver2000 automatically i.e by 12:00am Pin
suhailahmedmohammed24-Jan-08 22:00
suhailahmedmohammed24-Jan-08 22:00 
GeneralRe: sending mail using sqlserver2000 automatically i.e by 12:00am Pin
pmarfleet24-Jan-08 23:41
pmarfleet24-Jan-08 23:41 
GeneralRe: sending mail using sqlserver2000 automatically i.e by 12:00am Pin
Justin Perez25-Jan-08 4:22
Justin Perez25-Jan-08 4:22 
Generalcross joins Pin
mon***z24-Jan-08 20:04
mon***z24-Jan-08 20:04 
GeneralRe: cross joins Pin
suhailahmedmohammed24-Jan-08 20:47
suhailahmedmohammed24-Jan-08 20:47 
Generalcheck constraints Pin
richardye24-Jan-08 17:48
richardye24-Jan-08 17:48 
GeneralError:operation must use an updateable query Pin
multimedia924-Jan-08 15:28
multimedia924-Jan-08 15:28 
GeneralRe: Error:operation must use an updateable query Pin
pmarfleet24-Jan-08 19:39
pmarfleet24-Jan-08 19:39 
GeneralSql Transaction History Pin
Fayu24-Jan-08 10:07
Fayu24-Jan-08 10:07 
GeneralRe: Sql Transaction History Pin
Paul Conrad24-Jan-08 10:34
professionalPaul Conrad24-Jan-08 10:34 
GeneralRe: Sql Transaction History Pin
Fayu25-Jan-08 4:18
Fayu25-Jan-08 4:18 

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.