Category: Technology

  • Silent install / Command line install of SQL Server 2005 Part 3

    I blogged about my 2 failed attempts of silent / command line install of SQL Server 2005 September CTP. So I filed a bug here on MSDN. I am impressed that Microsoft responded very quickly, saying this is not a bug. Thanks to whoever closed the bug. That was a real quick response:) I will…

  • Vista, SQL Server 2005, AJAX, and Web 2.0

    Ken’s question made me think about Vista’s impact. Virtually all Microsoft’s products depend on the win32 API, so I wonder how much of change can Vista make? In other words, if Vista breaks win32 API calls, the cascading effects it has on other products like SQL Server, Exchange, BizTalk, Office, etc., would be tremendous. It…

  • Mutt questions

    Originally posted at SqlServerCentral.com’s blog site: I am working on my own website, http://www.HaidongJi.com. It is Apache on Linux, ran by a hosting company. I got access to SSH, MySql, and most of Linux utilities. I am planning to use WordPress and host a blog there too. That will be my primary blogging site, including my…

  • Silent install / Command line install of SQL Server 2005 Part 2

    Today I started my second attempt of silent / command line installation of SQL Server 2005 September CTP. I guess I should have mentioned in Part 1 that that install was attempted on Win XP Pro, SP1. This time I worked on a clean machine with a fresh Windows 2003 Standard Edition. This machine has…

  • Silent install / Command line install of SQL Server 2005 Part 1

    If you’ve read my articles, you know that I am a big fan of automation. I got a big kick out of seeing somebody else (in this case, machines) doing the real work;) With that in mind, I set out to automate the installation process of SQL Server 2005 September CTP. SQL Server 2005 provides…