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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -