kami
What is the process for making SQL server open to remote connections?
no we aren't. it's over the internet. and when i say "through theirs", i mean if they can connect to my ssms using their ssms, then it must be an issue with the program i made in c#
33 replies
What is the process for making SQL server open to remote connections?
<add name="testdb" connectionString="Data Source=tcp:(desktopname)/1434;Initial Catalog=ThapsicoTest;Persist Security Info=True;User ID=TestDBDefaultAccess;Password=password"/>
this is the connection string
33 replies