I know we can write stored procedures and set them up so that they are visible on all of the databases on a SQL Server. Is the there a way to do a similar thing with a function? I have some functions that would be useful on all of my databases and it seems fairly inefficient to put them all on each database.
Thanks in advance for your help!
apf