BadgerByte
Well-known member
Hi all,
I've managed to deploy MSDE by attaching a database etc.. all working beautifully now.
As it stands however my application is using the sa account with a standard password (which is quite clearly visible in my installer config), which I realise is not a good idea!!
I want to change the sa password to something machine specific so it can be recovered if need be though I could just make it random if it comes down to it.
How can I set up a new account in my installer class and change the sa password?
Does anyone who is currently deploying MSDE have any tips regarding what to do with the sa account in general?
Any advice would be greatly appreciated,
Thank you.
I've managed to deploy MSDE by attaching a database etc.. all working beautifully now.
As it stands however my application is using the sa account with a standard password (which is quite clearly visible in my installer config), which I realise is not a good idea!!
I want to change the sa password to something machine specific so it can be recovered if need be though I could just make it random if it comes down to it.
How can I set up a new account in my installer class and change the sa password?
Does anyone who is currently deploying MSDE have any tips regarding what to do with the sa account in general?
Any advice would be greatly appreciated,
Thank you.