Click here to Skip to main content
15,922,894 members
Home / Discussions / Database
   

Database

 
Questionhow to find string existence in the another string . Pin
lakshmichawala27-Aug-08 2:32
lakshmichawala27-Aug-08 2:32 
AnswerRe: how to find string existence in the another string . Pin
Ashfield27-Aug-08 2:37
Ashfield27-Aug-08 2:37 
GeneralRe: how to find string existence in the another string . Pin
lakshmichawala27-Aug-08 2:54
lakshmichawala27-Aug-08 2:54 
GeneralRe: how to find string existence in the another string . Pin
Ashfield27-Aug-08 2:55
Ashfield27-Aug-08 2:55 
AnswerRe: how to find string existence in the another string . Pin
Blue_Boy27-Aug-08 3:12
Blue_Boy27-Aug-08 3:12 
AnswerRe: how to find string existence in the another string . Pin
Wendelius27-Aug-08 6:50
mentorWendelius27-Aug-08 6:50 
QuestionHow to read sql server2000/2005 transaction log user friendly way? Pin
Tridip Bhattacharjee27-Aug-08 1:56
professionalTridip Bhattacharjee27-Aug-08 1:56 
AnswerReading the transaction log - Nope Pin
David Mujica27-Aug-08 3:55
David Mujica27-Aug-08 3:55 
As far as I know, there is no way through SQL to read the transaction log of any database. You might find some tools out there to read the transaction log, but you would need to be very careful that you don't interfere with the running database.

Why don't you create an audit table that would hold these before and after values of the data ? You can implement this logic by creating triggers that would write to this table during an insert or delete. This is very standard practice when developing a system that requires auditing functionality.
GeneralRe: Reading the transaction log - Nope Pin
Netblue27-Aug-08 8:27
Netblue27-Aug-08 8:27 
AnswerAudit table format Pin
David Mujica27-Aug-08 10:16
David Mujica27-Aug-08 10:16 
Questionneed help with inner join and oount sql server 2005 Pin
VijayVishwakarma27-Aug-08 0:19
VijayVishwakarma27-Aug-08 0:19 
AnswerRe: need help with inner join and oount sql server 2005 Pin
Ashfield27-Aug-08 1:33
Ashfield27-Aug-08 1:33 
GeneralRe: need help with inner join and oount sql server 2005 Pin
neilmajithia27-Aug-08 4:15
neilmajithia27-Aug-08 4:15 
GeneralRe: need help with inner join and oount sql server 2005 Pin
VijayVishwakarma27-Aug-08 4:37
VijayVishwakarma27-Aug-08 4:37 
AnswerRe: need help with inner join and oount sql server 2005 Pin
NeverHeardOfMe27-Aug-08 2:03
NeverHeardOfMe27-Aug-08 2:03 
GeneralRe: need help with inner join and oount sql server 2005 Pin
VijayVishwakarma27-Aug-08 4:36
VijayVishwakarma27-Aug-08 4:36 
QuestionUploading results in to an Excel Pin
joemonvarghese80@yahoo.co.in27-Aug-08 0:07
joemonvarghese80@yahoo.co.in27-Aug-08 0:07 
AnswerRe: Uploading results in to an Excel Pin
Manas Bhardwaj27-Aug-08 0:22
professionalManas Bhardwaj27-Aug-08 0:22 
AnswerRe: Uploading results in to an Excel Pin
Chris Quinn27-Aug-08 2:55
Chris Quinn27-Aug-08 2:55 
AnswerStart from Excel Pin
David Mujica27-Aug-08 3:50
David Mujica27-Aug-08 3:50 
Questionsql server (multplie column value as one row value) Pin
vjvjvjvj26-Aug-08 23:38
vjvjvjvj26-Aug-08 23:38 
AnswerRe: sql server (multplie column value as one row value) Pin
Ashfield27-Aug-08 0:39
Ashfield27-Aug-08 0:39 
QuestionRe: sql server (multplie column value as one row value) Pin
vjvjvjvj27-Aug-08 2:00
vjvjvjvj27-Aug-08 2:00 
AnswerRe: sql server (multplie column value as one row value) Pin
Ashfield27-Aug-08 2:33
Ashfield27-Aug-08 2:33 
GeneralRe: sql server (multplie column value as one row value) Pin
vjvjvjvj27-Aug-08 3:03
vjvjvjvj27-Aug-08 3:03 

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.