Somebody please help!
I have a user defined function in SQL Server 2000 that I need to debug. When I go into Query Analyzer and right click on the function in the Object Browser, the Debug option is there, but it is greyed out.
I have opened the Query Analyzer through both Enterprise Manager and through the start-->progams-->Query Analyzer. I have connected as sa (SQL Auth) and as a user of the database (Windows Auth) with db_owner rights and that user is an System Admin in SQL Server as well as the Windows server.
Within the same database, if I go to the Stored Procedures and right click on a selected stored procedure, the debug option is there and I can use it (not greyed-out).
I think it must be a permissions issue, but I don't know where else I need to look. Any help would be greatly appreciated...Thanks,
I have a user defined function in SQL Server 2000 that I need to debug. When I go into Query Analyzer and right click on the function in the Object Browser, the Debug option is there, but it is greyed out.
I have opened the Query Analyzer through both Enterprise Manager and through the start-->progams-->Query Analyzer. I have connected as sa (SQL Auth) and as a user of the database (Windows Auth) with db_owner rights and that user is an System Admin in SQL Server as well as the Windows server.
Within the same database, if I go to the Stored Procedures and right click on a selected stored procedure, the debug option is there and I can use it (not greyed-out).
I think it must be a permissions issue, but I don't know where else I need to look. Any help would be greatly appreciated...Thanks,