We have been using SQLPackage.exe file from installer to deploy LocalDB V11.0 on various OS.
While this is working fine for Windows 8.1 and Window 2012 R2, we keep getting below error when we tried from Windows7.
Error SQL72014: .Net SqlClient Data Provider: Msg 15401, Level 16, State 1, Line 1 Windows NT user or group 'NT AUTHORITY\Local account and member of Administra tors group' not found. Check the name again. Error SQL72045: Script execution error. The executed script: CREATE USER [NT AUTHORITY\Local account and member of Administrators group] FOR LOGIN [NT AUTHORITY\Local account and member of Administrators group];
We are not sure what we are missing here, Anyone got any idea?