Archive for the 'MS SQL' Category

changing sa login in MSDE

I’ve found this little legacy app on our network that runs on MSDE.  Of course, there’s no documentation on it, so to restor the app on a new server requires me to reset the sa login. Here’s how: from the command prompt, execute: osql -E -Q “sp_password NULL, ‘newpassword’, ‘sa’” #### replace newpasswd with a [...]



SQL Transaction logs out of control

Today I had to set up some SQL Log Shipping, but the source server had transaction logs from the past few months that were never cleaned out because SQL 2005 was running with a “Full” backup model (as opposed to “simple”, that never cleaned out the transaction log files after the backups ran.  So, today, [...]




You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.