Developers community number 1 connection string reference
Loading ad...

SQL Server 2005 Sp4 Connection Issue

Posted 2011-12-09 14:28
by ms ms
in the SQL Server Forum
Is it possible via connection string, specify to which schema refer, just to be more clear, I cannot refer to dbo, I have a schema named as the username, it's an shared hosting environment.


This is my actual string:
Data Source=ip number;Initial Catalog=DB name;Integrated Security=False;User ID=Username;Password=password;Connect Timeout=0;Encrypt=False;Packet Size=4096

Thank you all in advance
Reply 2011-12-09 14:32
by ms ms
in the SQL Server Forum
I found the way, thank you.
Copyright © 2012 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.