Page 1 of 1

connection String sql server management studio 2008... HELP!!!

Posted: Sun Jul 10, 2011 11:41 pm
by jomeldicen
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!!!

Posted: Mon Jul 11, 2011 5:15 am
by Vladimir
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:
Data Source=COMPUTERNAME\SQLEXPRESS;Initial Catalog=master;Integrated Security=True
Also, you can read more about the connection string on the link below:

http://connectionstrings.com/sql-server-2008

Thank you.