Viewing 9 posts - 1 through 9 (of 9 total)
Remi,
Thanks for reply, I've tried adding the mycn = nothing however the store procedure says the connection still exists with the status is set to sleeping.
February 14, 2005 at 3:14 am
Thanks for that. We've created a modified page in the system to throw back the actual error as opposed to 'Couldn't connect to database'. Will try suggested port number and...
December 3, 2004 at 5:59 am
Thanks for the response. The connection string in question is in the format of:
<
add key="connectionstring" value="data source=10.9.675.3;initial catalog=NW_Data;user id=LOGIN;password=aaabbb">
December 3, 2004 at 5:25 am
Cheers for response, put an index on and both sp's now take only 10 secs to return results,
Thanks
Dave
September 8, 2004 at 2:06 am
Thanks newbie for the response. I added:
set nocount on
after the AS in my sp and this seems to have sorted it!!
Are there any other 'settings' as such that I can...
July 22, 2004 at 8:14 am
Thanks bdohmen for the response. Changed SPs to use output, which sorted it out (in the end!)
Cheers
Dave
October 20, 2003 at 8:14 am
Thanks for the suggestion of using OUTPUT. How would I use this with a select statement like:
Select * from Employee inner join etc where etc
How would the OUTPUT contain the...
October 17, 2003 at 10:01 am
Thanks for the suggestions guys.
I'd created a script file that seems to work using the Wizard in SQL Server. It creates all the tables, inner joins, Sps etc. I was...
September 25, 2003 at 10:06 am
Viewing 9 posts - 1 through 9 (of 9 total)