Monthly Archives: February 2013

Lawsuit against Stephen King

In the process of studying up on legal matters, I came across this gem:

http://archive.recapthelaw.org/mad/95728/

Some dude decided to sue Stephen King to garner attention.  Some of it is hilarious.  Some is rather disturbing…

Leave a comment

Filed under Humor, JoVE, Legal

Relinking users after restore

After restoring, sometimes I found that I have a user in the database, but it’s not linked to a global user.  Found this to work:

sp_change_users_login ‘auto_fix’, ‘SOME_USER’

Oh yeah – I first created the user under the top-most Security folder and then ran this on the specific database.

Found it here.

Leave a comment

Filed under Development