i have created 2 pass thru' queries as below, both work fine but the second propmts for the connection everytime it is run, they both use the same connection and everything else seems the same. has anyone any ideas?
passthru 1:
passthru 2:
Cheers, Craig
Si fractum non sit, noli id reficere
passthru 1:
Code:
SET DATEFORMAT DMY EXEC sp_exception_CatBAll '01/08/2005','01/08/2005'
passthru 2:
Code:
SET DATEFORMAT DMY EXEC sp_YAS_ExcessTurnRoundByHospital '03/07/06','09/07/06'
Cheers, Craig
Si fractum non sit, noli id reficere