Viewing 3 posts - 1 through 4 (of 4 total)
I've had the same problem everywhere I've worked and no company has even tried. If it's just you making the accounts, just keep a spreadsheet or separate database on an...
April 24, 2025 at 8:35 pm
Could possibly be Kerberos SPNs needing to be created for the new server.
The SQL Server service account often needs SPNs created to make a conneciton, or you get anonymous NTLM...
September 10, 2024 at 5:35 pm
USE <dbname>
GO
GRANT EXECUTE TO <username>
This grants execute to all stored procedures and functions at database level. No database role is created.
September 10, 2024 at 4:53 pm
Viewing 3 posts - 1 through 4 (of 4 total)