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

Database

 
GeneralRe: Valiadation by Matching two tables Pin
andyharman26-Sep-07 3:56
professionalandyharman26-Sep-07 3:56 
Questiondeleting duplicate rows Pin
joemonvarghese25-Sep-07 19:39
joemonvarghese25-Sep-07 19:39 
AnswerRe: deleting duplicate rows Pin
John-ph25-Sep-07 23:38
John-ph25-Sep-07 23:38 
GeneralRe: deleting duplicate rows Pin
joemonvarghese26-Sep-07 19:16
joemonvarghese26-Sep-07 19:16 
QuestionError: SP has too many arguments speified Pin
Giri K25-Sep-07 19:25
Giri K25-Sep-07 19:25 
AnswerRe: Error: SP has too many arguments speified Pin
gauthee25-Sep-07 19:41
gauthee25-Sep-07 19:41 
GeneralRe: Error: SP has too many arguments speified Pin
Giri K26-Sep-07 1:41
Giri K26-Sep-07 1:41 
Questionsproc timing out from c#, fine in analyser Pin
berghain25-Sep-07 11:33
berghain25-Sep-07 11:33 
Hi everyone,

I have a relatively simple stored procedure on a MS-SQL server 2005. It runs fine if I execute it directly, but ends up timing out after the default 30 seconds from C#. I am running various other sprocs from my code in exactly the same way with no problems.

Can anyone think off the top of their head why this may be happening? I will post the code later as this will obviously help...

The only special thing about this is it has a 'nested select' ie:

SELECT * FROM table1 t1 
WHERE t1.ColumnA > (SELECT ColumnC FROM table2 WHERE ColumnD = t1.ColumnB)


or seomthing to that effect (I dont expect the above code to parse)

Thanks in advance.
AnswerRe: sproc timing out from c#, fine in analyser Pin
berghain25-Sep-07 22:30
berghain25-Sep-07 22:30 
Questionthreading And Distributed transaction Pin
Fadi Abu-Mathkour25-Sep-07 7:56
Fadi Abu-Mathkour25-Sep-07 7:56 
AnswerPlease read the forum guidelines Pin
leckey25-Sep-07 8:12
leckey25-Sep-07 8:12 
QuestionHow to autoincrement primary key type id in mssql 2000? Pin
Shahriat Hossain25-Sep-07 4:07
Shahriat Hossain25-Sep-07 4:07 
AnswerRe: How to autoincrement primary key type id in mssql 2000? Pin
Pete O'Hanlon25-Sep-07 4:11
mvePete O'Hanlon25-Sep-07 4:11 
GeneralRe: How to autoincrement primary key type id in mssql 2000? Pin
Shahriat Hossain25-Sep-07 4:15
Shahriat Hossain25-Sep-07 4:15 
GeneralRe: How to autoincrement primary key type id in mssql 2000? Pin
Pete O'Hanlon25-Sep-07 5:18
mvePete O'Hanlon25-Sep-07 5:18 
QuestionSelect Statment Trouble [modified] Pin
Jonathan Snyder25-Sep-07 3:39
Jonathan Snyder25-Sep-07 3:39 
AnswerRe: Select Statment Trouble Pin
PIEBALDconsult25-Sep-07 4:55
mvePIEBALDconsult25-Sep-07 4:55 
GeneralRe: Select Statment Trouble Pin
Jonathan Snyder25-Sep-07 5:05
Jonathan Snyder25-Sep-07 5:05 
GeneralRe: Select Statment Trouble Pin
PIEBALDconsult25-Sep-07 5:09
mvePIEBALDconsult25-Sep-07 5:09 
GeneralRe: Select Statment Trouble Pin
Jonathan Snyder25-Sep-07 5:13
Jonathan Snyder25-Sep-07 5:13 
GeneralRe: Select Statment Trouble Pin
Paul Conrad26-Sep-07 16:57
professionalPaul Conrad26-Sep-07 16:57 
AnswerRe: Select Statment Trouble Pin
andyharman25-Sep-07 6:23
professionalandyharman25-Sep-07 6:23 
GeneralRe: Select Statment Trouble Pin
PIEBALDconsult25-Sep-07 6:29
mvePIEBALDconsult25-Sep-07 6:29 
GeneralRe: Select Statment Trouble Pin
Jonathan Snyder25-Sep-07 8:48
Jonathan Snyder25-Sep-07 8:48 
AnswerRe: Select Statment Trouble Pin
PIEBALDconsult25-Sep-07 10:38
mvePIEBALDconsult25-Sep-07 10:38 

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.