Some Background Like most Microsoft installations, ever individual’s experience installing the same piece of software can be very different. I must be special because I […]
Straight to the Point: Query for Database and Table Sizes
I love how I have to search too much to find simple information, one liners, it is just like in College where my college course […]
Selecting Random Date Between a Date Range with tSQL
I had a very interesting experience recently trying to figure out how to select a random date between a date range using tSQL, it was […]
How to connect to a remote SQL Server
I posted about this on Stackoverflow.com http://stackoverflow.com/questions/2486610/how-to-connect-to-sql-server-from-another-computer/6765184#6765184 I think I will revisit this later to find the correct 1 way solution to this problem.
How to install sql server management studio 2008 component only
I posted an answer to this question on Stack Overflow here
UPDATE SELECT FROM JOIN
This is something that I don’t do often, but it pops up every now and again. I always forget how to do it, so I […]