Posts Tagged "Windows Administration"

Creating a Virtual Server 2005 Cluster

Server Virtualization is becoming a major item these days and is many companies are adopting it. I've heard storys all over the place from development to production, from guys using it to setup test labs of multiple servers using only a handful of boxes to companies replacing 700 physical servers with less than 350. For the hosting industry I believe this technology is going to...

Read More

SQL2005 Express Edition, Free Free Free

SQL2005 Express Edition is Microsoft's follow up to MSDE2000. MSDE picked up tons of following and has been in use all over the place. Unfortunately for a web application it really didn't cut it and would be quickly outgrown. SQL2005 EE will replace MSDE and doesn't have the same 20 concurrent connections limitation that MSDE had. Here's the new limitations for SQL2005 Express...

Read More

SQL data types

Date types are pretty important but often overlooked (especially from a hack of a programmer like me) so to save myself a ton of headaches I've copied a table I found elsewhere on the internet for myself. The table came from: http://www.databasejournal.com/features/mssql/article.phpr/2212141 bigint Integer data from -2^63 through 2^63-1 int Integer data from -2^31 through 2^31 –...

Read More