Archive for the 'Programming' Category

Finally! No More Server 500 Error!

Had to reinstall wordpress.

Read full post »

Changing SQL Server Name

sp_dropserver @server=’SERVER-1′ sp_addserver @server=’SERVER-2′, @local=’LOCAL’ Then restart SQL Server service.

Read full post »

Where Are The Smart Programmers?

I was talking to some friends the other day, and I made the comment that I can’t seem to find any programmers that I like. They don’t have to be the best programmer in the world, but I want someone who can think abstractly and out-of-the-box. I asked my friends my interview questions, and they [...]

Read full post »

Turn Identity Off

SQL to allow the insert of data into the identity column: SET IDENTITY_INSERT table ON [sql] SET IDENTITY_INSERT table OFF

Read full post »

Updated DB!

I finally got MySQL to be version 5. Yea!

Read full post »