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

Stimulsoft Reports.PHP discussion
Post Reply
jomeldicen
Posts: 1
Joined: Sun Jul 10, 2011 11:38 pm
Location: Philippines

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

Post by jomeldicen »

Can someone help me to connect SQL Server Management Studion 2008 to Stimulsoft Reports.FX for PHP...
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

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

Post 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.
Post Reply