Viewing 3 posts - 1 through 3 (of 3 total)
In my opinion
Small Database SQL Server (less than say 50GB)
Huge Database Oracle (anything more than 50GB)
January 10, 2008 at 10:43 am
#766754
I would
1. Send an email to those using the database inquiring if they are using the sa password for connection to the database. Advise them that the password...
January 10, 2008 at 10:21 am
#766736
As a work around I run the store procedure as a Operating System Command for SQL Server Agent, calling the store procedure using OSQL
osql -U dblogin -P dbpassword -S myservername\instance...
June 26, 2007 at 2:51 pm
#715350