CREATE TABLE Big ( BigID UNIQUEIDENTIFIER DEFAULT NEWID() PRIMARY KEY CLUSTERED, BigStuff BINARY(5000) )
DECLARE @x INT SET @x = 1
WHILE @x < 100000 BEGIN INSERT INTO Big (BigStuff) VALUES (0xABCDEF) SET @x=@x+1 END
No comments posted yet.
Title:
Name:
Email: Not Displayed
Website:
Comment: