Click here to Skip to main content
15,890,527 members
Home / Discussions / Database
   

Database

 
RantREPOST Pin
Richard Deeming24-Mar-16 2:16
mveRichard Deeming24-Mar-16 2:16 
AnswerRe: How to deploy a reporting project into report server (ssrs) through visual 2015 Pin
GuyThiebaut25-Mar-16 23:19
professionalGuyThiebaut25-Mar-16 23:19 
GeneralRe: How to deploy a reporting project into report server (ssrs) through visual 2015 Pin
jonatan_55614-Apr-16 12:33
jonatan_55614-Apr-16 12:33 
GeneralRe: How to deploy a reporting project into report server (ssrs) through visual 2015 Pin
GuyThiebaut14-Apr-16 21:54
professionalGuyThiebaut14-Apr-16 21:54 
QuestionWait until an operation finished Pin
indian14323-Mar-16 6:44
indian14323-Mar-16 6:44 
AnswerRe: Wait until an operation finished Pin
John C Rayan24-Mar-16 6:27
professionalJohn C Rayan24-Mar-16 6:27 
GeneralRe: Wait until an operation finished Pin
indian14324-Mar-16 9:50
indian14324-Mar-16 9:50 
GeneralRe: Wait until an operation finished Pin
GuyThiebaut25-Mar-16 23:33
professionalGuyThiebaut25-Mar-16 23:33 
My suggestion - give each 'transaction' a GUID.
Create a table that holds the GUIDs of 'transactions' that have been completed. Write the relevant GUID into this table when a 'transaction' is completed.
Then when it comes to determining whether the data is ready to be sent to flat files just look to see if the GUID exists in your completed 'transaction' GUID table.
“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens

GeneralRe: Wait until an operation finished Pin
John C Rayan29-Mar-16 22:21
professionalJohn C Rayan29-Mar-16 22:21 
QuestionSql connections connectors / 2 networks Pin
dada201022-Mar-16 3:52
dada201022-Mar-16 3:52 
QuestionGet the user name and date time who modified or inserted data Pin
indian14321-Mar-16 15:40
indian14321-Mar-16 15:40 
AnswerRe: Get the user name and date time who modified or inserted data Pin
Peter_in_278021-Mar-16 15:49
professionalPeter_in_278021-Mar-16 15:49 
AnswerRe: Get the user name and date time who modified or inserted data Pin
John C Rayan24-Mar-16 6:23
professionalJohn C Rayan24-Mar-16 6:23 
QuestionCreating Table with inner join of all Child tables giving error Pin
indian14321-Mar-16 13:24
indian14321-Mar-16 13:24 
AnswerRe: Creating Table with inner join of all Child tables giving error Pin
CHill6021-Mar-16 13:34
mveCHill6021-Mar-16 13:34 
GeneralRe: Creating Table with inner join of all Child tables giving error Pin
indian14321-Mar-16 14:21
indian14321-Mar-16 14:21 
GeneralRe: Creating Table with inner join of all Child tables giving error Pin
Sascha Lefèvre21-Mar-16 14:51
professionalSascha Lefèvre21-Mar-16 14:51 
GeneralRe: Creating Table with inner join of all Child tables giving error Pin
indian14321-Mar-16 15:35
indian14321-Mar-16 15:35 
AnswerRe: Creating Table with inner join of all Child tables giving error Pin
CHill6022-Mar-16 0:49
mveCHill6022-Mar-16 0:49 
QuestionCan I syn Oracle DB to SQL server Pin
hmanhha20-Mar-16 6:35
hmanhha20-Mar-16 6:35 
AnswerRe: Can I syn Oracle DB to SQL server Pin
CHill6020-Mar-16 11:34
mveCHill6020-Mar-16 11:34 
GeneralRe: Can I syn Oracle DB to SQL server Pin
hmanhha20-Mar-16 18:40
hmanhha20-Mar-16 18:40 
GeneralRe: Can I syn Oracle DB to SQL server Pin
CHill6020-Mar-16 22:06
mveCHill6020-Mar-16 22:06 
GeneralRe: Can I syn Oracle DB to SQL server Pin
hmanhha21-Mar-16 5:12
hmanhha21-Mar-16 5:12 
GeneralRe: Can I syn Oracle DB to SQL server Pin
CHill6021-Mar-16 5:29
mveCHill6021-Mar-16 5:29 

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.