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

Database

 
AnswerRe: Backup/Recover of row data in a multi-Company database Pin
Mycroft Holmes3-Oct-12 7:39
professionalMycroft Holmes3-Oct-12 7:39 
GeneralRe: Backup/Recover of row data in a multi-Company database Pin
DeDawg3-Oct-12 7:43
DeDawg3-Oct-12 7:43 
GeneralRe: Backup/Recover of row data in a multi-Company database Pin
Mycroft Holmes3-Oct-12 8:02
professionalMycroft Holmes3-Oct-12 8:02 
Questioncannot find column Pin
sindhuan1-Oct-12 0:19
sindhuan1-Oct-12 0:19 
AnswerRe: cannot find column Pin
Eddy Vluggen1-Oct-12 1:00
professionalEddy Vluggen1-Oct-12 1:00 
QuestionHow to Recover Deleted rows from sql 2000 Database Pin
Robymon30-Sep-12 20:38
Robymon30-Sep-12 20:38 
AnswerRe: How to Recover Deleted rows from sql 2000 Database Pin
Eddy Vluggen1-Oct-12 0:57
professionalEddy Vluggen1-Oct-12 0:57 
AnswerRe: How to Recover Deleted rows from sql 2000 Database Pin
Shameel3-Oct-12 5:46
professionalShameel3-Oct-12 5:46 
There is no inbuilt-mechanism to restore or read deleted rows in SQL Server 2000. You must implement logical deletes instead of physical deletes to be able to achieve that. (For example, an IsDeleted(bit) column in every table).

As Eddy suggested, the only other ways is to work on a restored copy of the database.
QuestionWindows Run Command Pin
jojoba201128-Sep-12 23:08
jojoba201128-Sep-12 23:08 
AnswerRe: Windows Run Command Pin
Eddy Vluggen29-Sep-12 2:41
professionalEddy Vluggen29-Sep-12 2:41 
AnswerRe: Windows Run Command Pin
Richard MacCutchan29-Sep-12 2:58
mveRichard MacCutchan29-Sep-12 2:58 
AnswerRe: Windows Run Command Pin
jojoba201129-Sep-12 5:12
jojoba201129-Sep-12 5:12 
GeneralRe: Windows Run Command Pin
Richard MacCutchan29-Sep-12 6:09
mveRichard MacCutchan29-Sep-12 6:09 
QuestionRe: Windows Run Command Pin
jojoba201129-Sep-12 9:26
jojoba201129-Sep-12 9:26 
AnswerRe: Windows Run Command Pin
Richard MacCutchan29-Sep-12 21:29
mveRichard MacCutchan29-Sep-12 21:29 
GeneralRe: Windows Run Command Pin
jojoba201129-Sep-12 22:40
jojoba201129-Sep-12 22:40 
GeneralRe: Windows Run Command Pin
Richard MacCutchan30-Sep-12 1:01
mveRichard MacCutchan30-Sep-12 1:01 
QuestionRe: Windows Run Command Pin
jojoba201130-Sep-12 4:58
jojoba201130-Sep-12 4:58 
AnswerRe: Windows Run Command Pin
Richard MacCutchan30-Sep-12 5:13
mveRichard MacCutchan30-Sep-12 5:13 
QuestionRe: Windows Run Command Pin
Eddy Vluggen1-Oct-12 0:59
professionalEddy Vluggen1-Oct-12 0:59 
QuestionRe: Windows Run Command Pin
Member 94738091-Oct-12 4:28
Member 94738091-Oct-12 4:28 
AnswerRe: Windows Run Command Pin
Eddy Vluggen1-Oct-12 5:09
professionalEddy Vluggen1-Oct-12 5:09 
QuestionRe: Windows Run Command Pin
jojoba20111-Oct-12 22:09
jojoba20111-Oct-12 22:09 
AnswerRe: Windows Run Command Pin
Eddy Vluggen2-Oct-12 0:58
professionalEddy Vluggen2-Oct-12 0:58 
QuestionRe: Windows Run Command Pin
jojoba20112-Oct-12 6:58
jojoba20112-Oct-12 6:58 

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.