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
Post a Comment