connection String sql server management studio 2008... HELP!!!
-
- Posts: 1
- Joined: Sun Jul 10, 2011 11:38 pm
- Location: Philippines
connection String sql server management studio 2008... HELP!!!
Can someone help me to connect SQL Server Management Studion 2008 to Stimulsoft Reports.FX for PHP...
connection String sql server management studio 2008... HELP!!!
Hello,
If you want to get access to MS SQL on the local machine, you need to properly write a connection string to the database. It will be as follows:
http://connectionstrings.com/sql-server-2008
Thank you.
If you want to get access to MS SQL on the local machine, you need to properly write a connection string to the database. It will be as follows:
Also, you can read more about the connection string on the link below:Data Source=COMPUTERNAME\SQLEXPRESS;Initial Catalog=master;Integrated Security=True
http://connectionstrings.com/sql-server-2008
Thank you.