Home » 2016 » December

NET Framework Data Provider for SQL Server connection strings

more   Standard Security Server=myServerAddress;Database=myDataBase;User Id=myUsername; Password=myPassword; SQL Server 2000 SQL Server 2005 SQL Server 2008 SQL Server 2012 SQL Server 7.0 Trusted Connection Server=myServerAddress;Database=myDataBase;Trusted_Connection=True; SQL Server 2000 SQL Server 2005 SQL Server 2008 SQL Server 2012 SQL Server 7.0 Connection to a SQL Server instance The server/instance...
Continue reading

How to: Create or Add a Setup Project

https://msdn.microsoft.com/en-us/library/19x10e5c(v=vs.100).aspx To create a new setup project On the File menu, point to Add, then click New Project. In the resulting Add New Project dialog box, in the Project Types pane, open the Other Project Types node, open Setup and Deployment Projects, and select Visual Studio Installer. In the...
Continue reading