Archive for August, 2007
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 ...
Posted in VMWare | No Comments »
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 ...
Posted in SQL Server | No Comments »
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 ...
Posted in Windows Server 2008 | 1 Comment »