View Full Version : Vba


accessman2
01-22-2006, 08:45 PM
Hi,

In SQL Server,

can I write VBA?
where can I write?

Please let me know, thanks.

pdx_man
01-23-2006, 09:05 AM
You cannot write VBA in SQL Server. Only T-SQL and that is done in a Stored Procedure, View or Function.

You can write Extended Stored Procedures which are .dll files, but unless you are really friendly with your Network folks and DBA, you will never get them loaded on your SQL Server.