Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Storing Excel Functions in SQL Server 2000

Author  Topic 

blanier
Starting Member

1 Post

Posted - 2008-02-15 : 12:55:23
I am looking for a way to be able to store Excel functions in an SQL 2000 database, in order to be able to build Excel spreadsheets. Is there a way to do this without Excel interpreting the functions as a text string (leading single-quote)?

georgev
Posting Yak Master

122 Posts

Posted - 2008-02-17 : 11:21:49
You can create your own functions in SQL Server 2000 onwards; simply look up CREATE FUNCTION in books online


George
<3Engaged!
Go to Top of Page
   

- Advertisement -