Click here to Skip to main content
15,914,416 members
Home / Discussions / Database
   

Database

 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
jschell16-Mar-12 11:25
jschell16-Mar-12 11:25 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff16-Mar-12 11:37
Trekstuff16-Mar-12 11:37 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
jschell17-Mar-12 7:35
jschell17-Mar-12 7:35 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Eddy Vluggen15-Mar-12 9:57
professionalEddy Vluggen15-Mar-12 9:57 
AnswerRe: What's the best way to temporarily persist results of a long running SP? Pin
R. Giskard Reventlov14-Mar-12 8:54
R. Giskard Reventlov14-Mar-12 8:54 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 9:42
Trekstuff14-Mar-12 9:42 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
R. Giskard Reventlov14-Mar-12 10:02
R. Giskard Reventlov14-Mar-12 10:02 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 10:26
Trekstuff14-Mar-12 10:26 
Again, the only condition they know in advance is "last 3 months". It is passed to SP - which is expensive to run, it may take several minutes (and please don't ask me to optimize it, it's not an option at the moment).

Once the data is there - it needs to present a flexible, dashboard view. User clicks the Name column to filters data, observes result, uses it elsewhere, removes the filter. User searches for SSN that ends in 74, and uses that data, removes the filter. User sorts data by date, jumps to the 1st page, jumps to the last page.

Again, these requests cannot be passed to SP - it will take too long, they need to be done to subset of data, returned by SP (yes those several million of records) that presumably are stored in some local storage.
SuggestionRe: What's the best way to temporarily persist results of a long running SP? Pin
foxyland14-Mar-12 20:21
foxyland14-Mar-12 20:21 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff15-Mar-12 9:12
Trekstuff15-Mar-12 9:12 
QuestionBest way to get PK value of newly created record Pin
Aaron Hartley13-Mar-12 4:19
Aaron Hartley13-Mar-12 4:19 
AnswerRe: Best way to get PK value of newly created record Pin
Shameel13-Mar-12 5:16
professionalShameel13-Mar-12 5:16 
GeneralRe: Best way to get PK value of newly created record Pin
Aaron Hartley13-Mar-12 5:40
Aaron Hartley13-Mar-12 5:40 
AnswerRe: Best way to get PK value of newly created record Pin
Luc Pattyn13-Mar-12 5:48
sitebuilderLuc Pattyn13-Mar-12 5:48 
GeneralRe: Best way to get PK value of newly created record Pin
Shameel13-Mar-12 6:09
professionalShameel13-Mar-12 6:09 
AnswerRe: Best way to get PK value of newly created record Pin
PIEBALDconsult13-Mar-12 14:07
mvePIEBALDconsult13-Mar-12 14:07 
GeneralRe: Best way to get PK value of newly created record Pin
Shameel13-Mar-12 19:33
professionalShameel13-Mar-12 19:33 
GeneralRe: Best way to get PK value of newly created record Pin
PIEBALDconsult14-Mar-12 3:11
mvePIEBALDconsult14-Mar-12 3:11 
GeneralRe: Best way to get PK value of newly created record Pin
jschell14-Mar-12 8:50
jschell14-Mar-12 8:50 
AnswerRe: Best way to get PK value of newly created record Pin
Mycroft Holmes13-Mar-12 19:52
professionalMycroft Holmes13-Mar-12 19:52 
AnswerRe: Best way to get PK value of newly created record Pin
Bernhard Hiller13-Mar-12 21:53
Bernhard Hiller13-Mar-12 21:53 
Question1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma12-Mar-12 20:12
Jassim Rahma12-Mar-12 20:12 
AnswerRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Wayne Gaylard12-Mar-12 20:42
professionalWayne Gaylard12-Mar-12 20:42 
AnswerRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Gerben Jongerius12-Mar-12 23:36
Gerben Jongerius12-Mar-12 23:36 
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma13-Mar-12 0:17
Jassim Rahma13-Mar-12 0:17 

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.