Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
AnswerRe: Is it posible to make several relations between two tables in SQL query ? Pin
PIEBALDconsult17-Apr-10 4:59
mvePIEBALDconsult17-Apr-10 4:59 
AnswerRe: Is it posible to make several relations between two tables in SQL query ? Pin
Stanciu Vlad17-Apr-10 5:33
Stanciu Vlad17-Apr-10 5:33 
GeneralRe: Is it posible to make several relations between two tables in SQL query ? Pin
PIEBALDconsult17-Apr-10 5:36
mvePIEBALDconsult17-Apr-10 5:36 
GeneralRe: Is it posible to make several relations between two tables in SQL query ? Pin
Stanciu Vlad17-Apr-10 5:42
Stanciu Vlad17-Apr-10 5:42 
QuestionProcedure is using server resource but unmanaged how to managed that... Pin
Sasmi_Office16-Apr-10 23:35
Sasmi_Office16-Apr-10 23:35 
AnswerRe: Procedure is using server resource but unmanaged how to managed that... Pin
dan!sh 17-Apr-10 3:44
professional dan!sh 17-Apr-10 3:44 
GeneralRe: Procedure is using server resource but unmanaged how to managed that... Pin
Sasmi_Office17-Apr-10 4:19
Sasmi_Office17-Apr-10 4:19 
GeneralRe: Procedure is using server resource but unmanaged how to managed that... Pin
dan!sh 17-Apr-10 5:45
professional dan!sh 17-Apr-10 5:45 
I believe it should also behave the same way. You can try to replicate the scenario using following in the stored procedure:

waitfor delay '00:00:10'
insert into SomeTable values ('some value')


This will cause a delay of 10 seconds before the insert. While SQL is waiting for the delay to get over, you can stop the calling application of yours and then check if the insert happened.

BTW is 30 min execution time expected or not? If not, you can check the execution plan and it would give you an idea why so much time is taken.
AnswerRe: Procedure is using server resource but unmanaged how to managed that... Pin
Ashfield17-Apr-10 6:12
Ashfield17-Apr-10 6:12 
QuestionSort Results ignoring symbols like ! ? * " Pin
AlexeiXX316-Apr-10 16:14
AlexeiXX316-Apr-10 16:14 
AnswerRe: Sort Results ignoring symbols like ! ? * " [modified] Pin
Andy_L_J16-Apr-10 18:03
Andy_L_J16-Apr-10 18:03 
GeneralRe: Sort Results ignoring symbols like ! ? * " Pin
AlexeiXX316-Apr-10 18:35
AlexeiXX316-Apr-10 18:35 
GeneralRe: Sort Results ignoring symbols like ! ? * " Pin
Andy_L_J16-Apr-10 19:02
Andy_L_J16-Apr-10 19:02 
AnswerRe: Sort Results ignoring symbols like ! ? * " Pin
Eddy Vluggen17-Apr-10 0:37
professionalEddy Vluggen17-Apr-10 0:37 
Questionhow to read data from pdf file Pin
raghvendrapanda16-Apr-10 1:37
raghvendrapanda16-Apr-10 1:37 
QuestionProblem with attaching a copy of DB which is recieved from another server Pin
ArtemCh15-Apr-10 8:40
ArtemCh15-Apr-10 8:40 
AnswerRe: Problem with attaching a copy of DB which is recieved from another server Pin
ArtemCh15-Apr-10 9:07
ArtemCh15-Apr-10 9:07 
QuestionREADPAST SP Pin
Amr M. K.14-Apr-10 22:04
Amr M. K.14-Apr-10 22:04 
QuestionSystem.Security.SecurityException while accessing report Pin
nizamuddin73314-Apr-10 19:26
nizamuddin73314-Apr-10 19:26 
AnswerRe: System.Security.SecurityException while accessing report Pin
nizamuddin73314-Apr-10 23:21
nizamuddin73314-Apr-10 23:21 
QuestionIncorrect syntax near the keyword 'WITH' Pin
icanmakeiteasy14-Apr-10 19:06
icanmakeiteasy14-Apr-10 19:06 
JokeMessage Removed Pin
14-Apr-10 23:50
Michel Godfroid14-Apr-10 23:50 
GeneralRe: Incorrect syntax near the keyword 'WITH' Pin
David Skelly15-Apr-10 1:58
David Skelly15-Apr-10 1:58 
GeneralRe: Incorrect syntax near the keyword 'WITH' Pin
Michel Godfroid15-Apr-10 2:19
Michel Godfroid15-Apr-10 2:19 
AnswerRe: Incorrect syntax near the keyword 'WITH' Pin
WoutL15-Apr-10 2:20
WoutL15-Apr-10 2:20 

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.