| Edwin Daniel's profileMicrosoft technologies a...BlogLists | Help |
|
January 24 Moving the WSUS database to a new locationI woke up from a call from our support engineers telling me that a drive has less than 10% free space and needs to be maintained. This drive happens to be hosting my newly installed WSUS server together with the database used in the backend. There's only one thing for me to do: move the database to a new location. This approach works for any SQL Server/MSDE database you want to move to a different location.
Step 1: Stop any service that is accessing the database
Step 2: Detach the database using the sp_detach_db command
Step 3: Move the database files to a new location
Step 4: Re-attach the database using the sp_attach_db command
Step 5: Start the services which you stopped in Step 1
Notice that I filed this under the category SQL Server General and not Windows Administration. This is a generic approach which can be used for any database running on MSDE or SQL Server, whether it's WSUS or not. January 23 WSUS database instance - only works on the default settingSetting up WSUS 2.0 on a Windows 2000 Advanced Server in preparation for my WSUS 3.0 Beta 2 testing. I happened to be very comfortable with SQL Server/MSDE so I really don't use any default settings. I installed MSDE with WSUS20 (the default is WSUS) as it's instance name, hoping that I can use a non-default instance name for WSUS. The command-line setup can be used to choose non-default settings like a non-default MSDE instance name. Using the /d switch to use specify a parameter for a SQL Server instance and /v switch to pass parameters in the setup process. My command-line option for setup looked like this:
To my surprise, it prompts me for a "database server not found" error. I tried for a couple of times to repeat the process with no luck. Just to make things simple, I just reinstalled MSDE with a default setting for the named instance used (instead of WSUS20) and reinstalled WSUS. Installation went smoothly as expected. January 22 Joining Windows Vista to an Windows SBS 2003-domain?If you are planning to join a Windows Vista machine to a Windows SBS 2003 domain, the usual client deployment tools in Windows SBS will not work. Normally, you just go to the http://<servername>/ConnectComputer site to join a client machine to the domain. You should see an error when you try to do this
Microsoft released a KB article on configuring a Windows Vista machine to join a Windows SBS 2003 domain. Until a patch is released, it is recommended to manually join the Windows Vista machine based on the procedures outlined in this article. January 18 SQL Server Compact Edition - the rebrandingA few months ago, I was working on SQL Server 2005 Mobile Edition to create Windows Mobile Line-of-business applications. Since this was originally SQL Server 2005 Everywhere Edition, I know for a fact that the name will change in the long run. At the Professional Association for SQL Server (PASS) Community Summit held last November 2006, a formal announcement was made regarding SQL Server Compact Edition. A description of SQL Server 2005 Compact edition is available from the Microsoft website |
|
|