Connection strings for SQL Server
Last modified: October 1, 2022
Register .SG Domain
Get your domain for local business in Singapore.
Register Domain
Domain Transfer
Domain Privacy Protection
Protect your private information with Whois.
Dedicated Servers
Robust, secure and industrial-grade dedicated servers.
It’s not about what we say, it’s about what we do. Learn more about Casbay’s background and confidently join our growing community.
Our vision, history and photo gallery.
Our Data Centre
Privacy Policy
Understanding Casbay Privacy Policy.
Client Reviews
Find out what our clients say about us.
News
The latest news and media releases.
Connection string with standard security:
Data Source=SQL_SERVER_IP,MSSQL_PORT;
Initial Catalog=DATABASE_NAME;
User Id=DATABASE_USER;
Password=DATABASE_USER_PASSWORD;
Alternative syntax 1:
Server=SQL_SERVER_IP,MSSQL_PORT;Database=DATABASE_NAME;
User id=DATABASE_USER;
Password=DATABASE_USER_PASSWORD;
Trusted_Connection=False;
Alternative syntax 2:
Server=SQL_SERVER_IP,MSSQL_PORT;
Database=DATABASE_NAME;
User id=DATABASE_USER;
pwd=DATABASE_USER_PASSWORD;
Check out next article on How to access MS SQL 2000?
Copyright © 2010 – 2022 Casbay LLC. All Rights Reserved.