Fix to SqlServer.7.xml to make it work with SQL 7.0
SqlServer.7.xml
Logged In: YES user_id=911555
Similar to the changes I made and was about to post!
Although I have a line here for qryfunctions, I am not positive that it will work since our dbs do not use custom functions.
<add key="qryFunctions" value="select name as ROUTINE_NAME from sysobjects where xtype IN ('IF','FN','RF','TF') order by name" />
Hope it helps!
Cheers, Cory
Log in to post a comment.
SqlServer.7.xml
Logged In: YES
user_id=911555
Similar to the changes I made and was about to post!
Although I have a line here for qryfunctions, I am not positive
that it will work since our dbs do not use custom functions.
<add key="qryFunctions" value="select name as
ROUTINE_NAME from sysobjects where xtype IN
('IF','FN','RF','TF') order by name" />
Hope it helps!
Cheers,
Cory