Skip to content

Posts Tagged ‘database’


Orphaned SQL Server Users

Monday, July 16th, 2007 by Garrett

Moving databases from one server to another running MS SQL Server can result in orphaned database users. This is because the database user isn’t properly mapped to the SQL server login on the new server. Surprisingly, the only way to fix this is by running a stored procedure called sp_change_users_login. Hopefully you’re aware of [...]

Read More...



Database Performance Tuning 101

Monday, June 25th, 2007 by Garrett

Database performance tuning tends to be overlooked until that critical moment when a large group of simultaneous users hit your site and it grinds to a crawl. At that point, people start looking for the magic “fast” setting that with a simple adjustment will fix the timeouts and deathly slow response times. Rarely is life [...]

Read More...