Create table in T-SQL with named primary key and foreign key

0 Comments

Just a simple example of creating a table by using T-SQL: if not exists(select 1 from sys.objects where object_id = object_id(‘Product’)) begin   create table [dbo].[Product]   (     [Id] [int] not null identity (1,

Installing Microsoft Windows 8 on VMWare workstation 8

0 Comments

I was able to successfully install Microsoft Windows 8 as a guest operating system in VMWare Workstation 8 by following the instructions at: http://www.sysprobs.com/guide-install-windows-8-on-vmware-workstation-with-vmware-tools On previous installations of Windows, I would always format the disk