connection - Can't conect to a SQL Server Express from a remote computer -


i need establish conecction sql server express remotes pcs. can it, can establish pc sql. thank help.

if using integrated security (windows authentication) , local user account (from pc sql installed), such account can authenticated on pc.

for database account (sql server authentication) you'll need create database login , enable mixed authentication (http://msdn.microsoft.com/en-us/library/ms188670.aspx)


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -