The user instance login flag is not supported on this version of SQL Server

“The user instance login flag is not supported on this version of SQL Server. The connection will be closed.”

When we use “UserInstance=TRUE” in connection string on instances which is not SQL Server express we will end with this error. “UserInstance=TRUE”  is supported only in express

Leave a comment