↧
Expanding the list of databases in SQL Management Studio 2008 takes a long...
I was trying to connect to my hosted database with SQL Management Studio 2008 when I ran into an issue. I was able to connect fine using my database credentials but when I attempted to expand the...
View ArticleHow to change an identity column value in SQL
It's not very obvious to the non-db-admin type but you can't just override an identity value in a table, even if you set identity_insert ON.What you need to do instead is:Turn identity_insert ONDelete...
View Article