Best way to deploy VB.NET Code / create an assembly on a SQLServer
Posted
by 1passenger
on Stack Overflow
See other posts from Stack Overflow
or by 1passenger
Published on 2009-11-17T13:43:25Z
Indexed on
2010/03/20
9:01 UTC
Read the original article
Hit count: 372
I've created some functions / procedures with VB.NET and want to deploy them to a SQLServer. Within Visual Studio you can click right and select "deploy". An assembly will be created on the server and a lot of functions and procedures. It's really easy.
Now I want to script the whole deployment process. What is Visual Studio doing when I make a deployment? Can Visual Studio autoscript all the deployment steps for me? Can I save it to a file and execute it manually?
© Stack Overflow or respective owner