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

Database

 
GeneralRe: import data from excel spreadsheet into sql database Pin
John_Adams30-Jan-08 22:08
John_Adams30-Jan-08 22:08 
GeneralReturn Child rows as a concatenated string Pin
AlexeiXX330-Jan-08 13:01
AlexeiXX330-Jan-08 13:01 
GeneralRe: Return Child rows as a concatenated string Pin
pmarfleet30-Jan-08 21:27
pmarfleet30-Jan-08 21:27 
AnswerRe: Return Child rows as a concatenated string Pin
Ashfield31-Jan-08 2:42
Ashfield31-Jan-08 2:42 
GeneralRe: Return Child rows as a concatenated string Pin
AlexeiXX331-Jan-08 8:37
AlexeiXX331-Jan-08 8:37 
QuestionStarting a new transaction thead after it ends quickly (like would do an ISR, Interupt Service Routine) Pin
grozo30-Jan-08 11:41
grozo30-Jan-08 11:41 
GeneralRe: Starting a new transaction thead after it ends quickly (like would do an ISR, Interupt Service Routine) Pin
PIEBALDconsult30-Jan-08 13:07
mvePIEBALDconsult30-Jan-08 13:07 
GeneralRe: Starting a new transaction thead after it ends quickly (like would do an ISR, Interupt Service Routine) Pin
grozo6-Feb-08 19:25
grozo6-Feb-08 19:25 
Thanks for trying to help me.

I finally resorted the problem in using a scheduled job to do the "very" long part.

In summary:
-----------
Part 1) The trigger validates and gets the basics infos for the part 2 as a future work, and places all required entries into a 'REQUEST' table, and QUIT quickly.
Part 2) When the job is activated (could be 1-5 minutes later, for now), the rest of the long searches and inserts are done. Also, the 'request' entries are deletes after work completion.

In the future, I may consider creating a job 'on-the-fly' just before quitting the trigger, we'll see...

Thanks again.

(by the way, it is my first post into this forum, I'm glad to see that this community is really active, it encourages me to contribute more eventually...)
GeneralSelect statement using strig column as parameter Pin
AlexeiXX330-Jan-08 8:02
AlexeiXX330-Jan-08 8:02 
GeneralRe: Select statement using strig column as parameter Pin
pmarfleet30-Jan-08 8:18
pmarfleet30-Jan-08 8:18 
GeneralRe: Select statement using strig column as parameter Pin
AlexeiXX330-Jan-08 12:47
AlexeiXX330-Jan-08 12:47 
GeneralRe: Select statement using strig column as parameter Pin
pmarfleet30-Jan-08 21:25
pmarfleet30-Jan-08 21:25 
QuestionWhy is Oracle OLE wizard trying to open SQL Server? Pin
Richard Jones30-Jan-08 4:31
Richard Jones30-Jan-08 4:31 
QuestionHow to Display and Save the SQl Database Diagrams or Schemma in SQL 2000 Pin
Vimalsoft(Pty) Ltd30-Jan-08 2:54
professionalVimalsoft(Pty) Ltd30-Jan-08 2:54 
AnswerRe: How to Display and Save the SQl Database Diagrams or Schemma in SQL 2000 Pin
AlexeiXX330-Jan-08 8:04
AlexeiXX330-Jan-08 8:04 
GeneralHelp with MS SQL Update statement please. Pin
Steven J Jowett30-Jan-08 2:03
Steven J Jowett30-Jan-08 2:03 
GeneralRe: Help with MS SQL Update statement please. Pin
Steven J Jowett30-Jan-08 2:18
Steven J Jowett30-Jan-08 2:18 
GeneralRe: Help with MS SQL Update statement please. Pin
Ashfield30-Jan-08 2:21
Ashfield30-Jan-08 2:21 
GeneralRe: Help with MS SQL Update statement please. Pin
Steven J Jowett30-Jan-08 5:21
Steven J Jowett30-Jan-08 5:21 
GeneralRe: Help with MS SQL Update statement please. Pin
Ashfield30-Jan-08 7:22
Ashfield30-Jan-08 7:22 
QuestionHow Can I execute pl/sql query?? Pin
Vanamaindia29-Jan-08 23:09
Vanamaindia29-Jan-08 23:09 
AnswerRe: How Can I execute pl/sql query?? Pin
andyharman29-Jan-08 23:26
professionalandyharman29-Jan-08 23:26 
GeneralNHibernate data saving problem, help! Pin
Harry Sun29-Jan-08 22:56
Harry Sun29-Jan-08 22:56 
GeneralRe: NHibernate data saving problem, help! Pin
Mark Churchill30-Jan-08 2:10
Mark Churchill30-Jan-08 2:10 
Questionhow to store result of exec(query) values in to a temp table Pin
veereshIndia29-Jan-08 21:04
veereshIndia29-Jan-08 21:04 

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.