Archive: Nsis stored procedure


Nsis stored procedure
Hi there,

How create database and create stored procedured uses nsis?
ım creatıng database but ım not workıng stored procedure?


You really must supply more information. We have no idea what you're talking about. You didn't t even tell us what kind of database software you're using!


ım usıng mssql 2008


There's the MSSQL plug-in (search for it) but it cannot create stored procedures. You will have to fine some command-line tool or other method to create them.

Stu


You actually can create a stored procedure with the MSSQL plugin using a script.
See http://msdn.microsoft.com/en-us/library/ms187926.aspx for details how to create the stored procedure.