|
Posted by Erland Sommarskog on 01/10/07 08:21
(grant@technologyworks.co.nz) writes:
> ok I'm confused about functiosn. In the past I have used MS Access ADP
> to create function in SQL Server and they have shown up as a separate
> object under views. But now I have executed a Create Function and it
> says its execute ok, and I can run a select statement and call the
> function and return valurs, so its obvoiusly there (somewhere), but its
> nto showing up under views, so where to i view and edit functions????
There is a Functions node under Programmability.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|