Click here to Skip to main content
15,887,083 members
Home / Discussions / Database
   

Database

 
GeneralRe: Save ROWCOUNT value in a variable Pin
Eddy Vluggen21-Apr-09 8:33
professionalEddy Vluggen21-Apr-09 8:33 
QuestionMissing data recovery Pin
Shrimpersfan21-Apr-09 1:15
Shrimpersfan21-Apr-09 1:15 
AnswerRe: Missing data recovery Pin
Ashfield21-Apr-09 1:33
Ashfield21-Apr-09 1:33 
GeneralRe: Missing data recovery Pin
Shrimpersfan21-Apr-09 1:38
Shrimpersfan21-Apr-09 1:38 
GeneralRe: Missing data recovery Pin
Ashfield21-Apr-09 8:31
Ashfield21-Apr-09 8:31 
GeneralRe: Missing data recovery Pin
riced21-Apr-09 23:50
riced21-Apr-09 23:50 
GeneralRe: Missing data recovery Pin
Shrimpersfan21-Apr-09 23:54
Shrimpersfan21-Apr-09 23:54 
QuestionRunning the upgrade step from version 539 to version 551 Pin
Vimalsoft(Pty) Ltd21-Apr-09 1:03
professionalVimalsoft(Pty) Ltd21-Apr-09 1:03 
Good Day All

I have Used Red Gate to Synchronise the SQl Database in 200 and the other in 2005. and it went well, now i have a SP that is Running in my application that restores the Database like this

RESTORE DATABASE LOV FROM DISK = 'C:\DATABASES\MasterDatabase'    
WITH   MOVE 'oBooking_Data' TO 'C:\DATABASES\LOV.mdf',   
MOVE 'oBooking_Log' TO 'C:\DATABASES\LOV_log.ldf',
REPLACE,RECOVERY;[/


Now My Application Halt and gives me the Following Error, i have tried to run it manually from the T-SQL and i got this

Processed 368 pages for database 'LOV', file 'oBooking_Data' on file 1.
Processed 1 pages for database 'LOV', file 'oBooking_Log' on file 1.
Converting database 'LOV' from version 539 to the current version 611.
Database 'LOV' running the upgrade step from version 539 to version 551.
Database 'LOV' running the upgrade step from version 551 to version 552.
Database 'LOV' running the upgrade step from version 552 to version 553.
Database 'LOV' running the upgrade step from version 553 to version 554.
Database 'LOV' running the upgrade step from version 554 to version 589.
Database 'LOV' running the upgrade step from version 589 to version 590.
Database 'LOV' running the upgrade step from version 590 to version 593.
Database 'LOV' running the upgrade step from version 593 to version 597.
Database 'LOV' running the upgrade step from version 597 to version 604.
Database 'LOV' running the upgrade step from version 604 to version 605.
Database 'LOV' running the upgrade step from version 605 to version 606.
Database 'LOV' running the upgrade step from version 606 to version 607.
Database 'LOV' running the upgrade step from version 607 to version 608.
Database 'LOV' running the upgrade step from version 608 to version 609.
Database 'LOV' running the upgrade step from version 609 to version 610.
Database 'LOV' running the upgrade step from version 610 to version 611.
RESTORE DATABASE successfully processed 369 pages in 0.204 seconds (14.782 MB/sec).


Thank you

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

QuestionTable insertion? Pin
Karthick_gc20-Apr-09 23:09
Karthick_gc20-Apr-09 23:09 
AnswerRe: Table insertion? Pin
Mycroft Holmes20-Apr-09 23:14
professionalMycroft Holmes20-Apr-09 23:14 
GeneralRe: Table insertion? Pin
Karthick_gc20-Apr-09 23:17
Karthick_gc20-Apr-09 23:17 
GeneralRe: Table insertion? Pin
Mycroft Holmes20-Apr-09 23:27
professionalMycroft Holmes20-Apr-09 23:27 
GeneralRe: Table insertion? Pin
Karthick_gc20-Apr-09 23:44
Karthick_gc20-Apr-09 23:44 
GeneralRe: Table insertion? Pin
Mycroft Holmes21-Apr-09 0:34
professionalMycroft Holmes21-Apr-09 0:34 
QuestionData Modeling Pin
Muhammad Nauman Yousuf20-Apr-09 19:37
Muhammad Nauman Yousuf20-Apr-09 19:37 
AnswerRe: Data Modeling Pin
riced20-Apr-09 22:14
riced20-Apr-09 22:14 
AnswerRe: Data Modeling Pin
dingoishere23-Feb-11 22:36
dingoishere23-Feb-11 22:36 
QuestionHow to read values from excel formula fields? Pin
Nagaraj Muthuchamy20-Apr-09 7:53
professionalNagaraj Muthuchamy20-Apr-09 7:53 
AnswerRe: How to read values from excel formula fields? Pin
N a v a n e e t h20-Apr-09 17:06
N a v a n e e t h20-Apr-09 17:06 
GeneralRe: How to read values from excel formula fields? Pin
Nagaraj Muthuchamy20-Apr-09 21:49
professionalNagaraj Muthuchamy20-Apr-09 21:49 
GeneralMS Sql Database synchronization Pin
Paul Brower20-Apr-09 5:55
Paul Brower20-Apr-09 5:55 
GeneralRe: MS Sql Database synchronization Pin
Giorgi Dalakishvili20-Apr-09 6:10
mentorGiorgi Dalakishvili20-Apr-09 6:10 
QuestionBulk Insert Pin
Hemalatha.A.M.20-Apr-09 5:40
Hemalatha.A.M.20-Apr-09 5:40 
AnswerRe: Bulk Insert Pin
Eddy Vluggen20-Apr-09 7:09
professionalEddy Vluggen20-Apr-09 7:09 
GeneralRe: Bulk Insert Pin
Luc Pattyn20-Apr-09 7:26
sitebuilderLuc Pattyn20-Apr-09 7:26 

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.