Click here to Skip to main content
15,920,005 members
Home / Discussions / Database
   

Database

 
AnswerRe: Migrate data from production database to testing database Pin
Wombaticus1-Apr-16 1:19
Wombaticus1-Apr-16 1:19 
AnswerRe: Migrate data from production database to testing database Pin
CHill601-Apr-16 4:55
mveCHill601-Apr-16 4:55 
QuestionIs there an API for Datastax's cassandra file system (similar to WebHDFS). Pin
ravitk30-Mar-16 13:11
ravitk30-Mar-16 13:11 
QuestionStar schema . Pin
Member 1242471629-Mar-16 18:35
Member 1242471629-Mar-16 18:35 
AnswerRe: Star schema . Pin
GuyThiebaut29-Mar-16 21:55
professionalGuyThiebaut29-Mar-16 21:55 
QuestionTake default value if column doesn't exist Pin
indian14329-Mar-16 6:22
indian14329-Mar-16 6:22 
AnswerRe: Take default value if column doesn't exist Pin
CHill6029-Mar-16 13:44
mveCHill6029-Mar-16 13:44 
QuestionDate time so confuse. Pin
hmanhha29-Mar-16 5:25
hmanhha29-Mar-16 5:25 
AnswerRe: Date time so confuse. Pin
CHill6029-Mar-16 13:46
mveCHill6029-Mar-16 13:46 
GeneralRe: Date time so confuse. Pin
hmanhha29-Mar-16 15:28
hmanhha29-Mar-16 15:28 
Questionoracle not allow date field with same name "Date" Pin
Asif Rehman28-Mar-16 21:51
Asif Rehman28-Mar-16 21:51 
AnswerRe: oracle not allow date field with same name "Date" Pin
GuyThiebaut28-Mar-16 22:30
professionalGuyThiebaut28-Mar-16 22:30 
AnswerRe: oracle not allow date field with same name "Date" Pin
Jörgen Andersson28-Mar-16 23:07
professionalJörgen Andersson28-Mar-16 23:07 
SuggestionRe: oracle not allow date field with same name "Date" Pin
Sascha Lefèvre28-Mar-16 23:49
professionalSascha Lefèvre28-Mar-16 23:49 
QuestionHow to deploy a reporting project into report server (ssrs) through visual 2015 Pin
jonatan_55624-Mar-16 0:01
jonatan_55624-Mar-16 0:01 
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 

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.