Archive for August, 2007

Install VMware Tools on Debian

Wednesday, August 22nd, 2007

During installation the kernel headers and a C compiler will be required, to check which kernel you are using type this command: # uname -r 2.6.18-5-686 # apt-get install linux-headers-2.6.18-5-686 # apt-get install make gcc Now that the required packages are installed follow these steps to install the vmware tools: 1. click install vmware tools from ...

Transfer SQL Server Jobs from SQL Server 2000 to 2005

Wednesday, August 15th, 2007

To transfer sql server jobs from sql server 2000 to sql server 2005 you can use SQL Server Business Intelligence Development Studio. 1. Click file -> new -> project to create a new Integration Services Project 2. Click view -> toolbox so you can see an overview of all the items 3. From ...

Deploy Windows Server 2003 using WDS

Monday, August 6th, 2007

Install WS 2008 and WDS Copy boot.wim from \sources folder from a Vista DVD Use WDS to add that boot.wim to the boot images Right-click this image, and select "Create capture boot image", call it Capture or something similar Add this capture image to the boot images Disable all boot images, except for the capture ...