Technology Musings
In: SQL Server
5 Jan 2009Unfortunately, setting up a linked server to Oracle is not as easy as it should be. In fact, you’ll have to install some software on your server to make things work. I’ve put together a short guide on connecting to Oracle from SQL Server.
In: SQL Server
4 Dec 2008I’m sure there are more posts like these to come, but I just wanted to get this out there. It’s been a small annoyance of mine that carried over from my MySQL days, but why aren’t there unsigned numerics in SQL Server?
Why do I have to waste a whole bit on the sign in IDENTITY [...]