Tables [dbo].[workloadconfigurationall]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
Row Count77
Created6:13:23 PM Tuesday, May 05, 2009
Last Modified6:13:23 PM Tuesday, May 05, 2009
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key PK__workloadconfigur__75788D8D: hwuuidhwuuidchar(36)36
No
Desktopint4
No
Laptopint4
No
Serverint4
No
Application Developmentint4
No
Database Softwareint4
No
Graphics and Presentationint4
No
Internet and Information Serversint4
No
Microsoft Office Softwareint4
No
Multimedia Tools and Utilitiesint4
No
Web Development and Publishingint4
No
hwprocspeedint4
No
hwmemint4
No
fssizefloat8
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key PK__workloadconfigur__75788D8D: hwuuidPK__workloadconfigur__75788D8Dhwuuid
Yes
Permissions
TypeActionOwning Principal
GrantDeleteaiadmin
GrantInsertaiadmin
GrantSelectaiadmin
GrantUpdateaiadmin
GrantSelectaipublic
SQL Script
CREATE TABLE [dbo].[workloadconfigurationall]
(
[hwuuid] [char] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Desktop] [int] NOT NULL,
[Laptop] [int] NOT NULL,
[Server] [int] NOT NULL,
[Application Development] [int] NOT NULL,
[Database Software] [int] NOT NULL,
[Graphics and Presentation] [int] NOT NULL,
[Internet and Information Servers] [int] NOT NULL,
[Microsoft Office Software] [int] NOT NULL,
[Multimedia Tools and Utilities] [int] NOT NULL,
[Web Development and Publishing] [int] NOT NULL,
[hwprocspeed] [int] NOT NULL,
[hwmem] [int] NOT NULL,
[fssize] [float] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[workloadconfigurationall] ADD CONSTRAINT [PK__workloadconfigur__75788D8D] PRIMARY KEY CLUSTERED ([hwuuid]) ON [PRIMARY]
GO
GRANT SELECT ON  [dbo].[workloadconfigurationall] TO [aiadmin]
GRANT INSERT ON  [dbo].[workloadconfigurationall] TO [aiadmin]
GRANT DELETE ON  [dbo].[workloadconfigurationall] TO [aiadmin]
GRANT UPDATE ON  [dbo].[workloadconfigurationall] TO [aiadmin]
GRANT SELECT ON  [dbo].[workloadconfigurationall] TO [aipublic]
GO
Uses
Used By