Hi all,
In the creation of my database (SQL Express 2005) and my application (VB.NET) I have used the 'sa' login for SQL without exception. I am now starting to heed the warnings of not using this login and have set up a new user.
I would just like a little help with a couple of things if someone would be so kind...
1. The first stored procedure called by my app no longer works..
While running the risk of providing not enough information on my situation, could anyone advise as to why this isn't working now pls.
2. Now that I have moved onto my other login(which has very limited privelages), should I continue to add/modify objects in my database using 'sa' through SQL Server Management Express or increase privelages using my new login and use that instead?
Thanks for any help
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express
In the creation of my database (SQL Express 2005) and my application (VB.NET) I have used the 'sa' login for SQL without exception. I am now starting to heed the warnings of not using this login and have set up a new user.
I would just like a little help with a couple of things if someone would be so kind...
1. The first stored procedure called by my app no longer works..
Code:
The EXECUTE permission was denied on the object 'spCheckPassword', database 'MyDatabase', schema 'dbo'.
While running the risk of providing not enough information on my situation, could anyone advise as to why this isn't working now pls.
2. Now that I have moved onto my other login(which has very limited privelages), should I continue to add/modify objects in my database using 'sa' through SQL Server Management Express or increase privelages using my new login and use that instead?
Thanks for any help
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express