March 23, 2012 at 3:35 am
I've just discovered that system function FN_GET_SQL is missing from my SQL200 production server. I have it on my SQL 2000 development servers. I have re-applied SP4 without any errors from the GUI but it didn't restore it. Going to the context menu on one of my development boxes, Generate SQL Scripts is greyed out.
Has anyone encountered this and discovered a way to restore it?
May 25, 2012 at 12:56 pm
Ever fix this one?
October 27, 2012 at 2:53 pm
No I haven't resolved it. Are you having the same problem?
October 28, 2012 at 2:23 pm
What edition of SQL 2000 are the production instances that are missing this function? Is the account that you are looking with in the sysadmins server role?
Joie Andrew
"Since 1982"
October 29, 2012 at 11:24 am
The server in question is Enterprise Edition.
I've used both SA and my own windows credentials that is a sysadmin role.
October 29, 2012 at 11:52 am
That is strange. Never seen that before. Do you also get no records returned if you run the following query:
USE master
GO
SELECT * FROM sysobjects WHERE name LIKE '%fn_get_sql%'
Joie Andrew
"Since 1982"
October 29, 2012 at 4:41 pm
That's correct. That query does not return any records.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply