here in Lahore, I attended the Pakistan Developer
Conference 2007. The speaker was Stephen
Forte.
He had shared the latest Database Training
techniques on SQL Server 2005 and I would
like to share these techniques and updates
because of its simplicity and for everybody to be in
with the latest with the database programming.
Visit my blog and learn a lot from it.
I would like to personally thank Stephen Forte for
imparting his knowledge at the conference and I
hope you too will have get an addition point from
this topic.
—————————————————————————————–
Setup TSQL Problems
CREATE TABLE Classes (
CREATE TABLE Classes ( ClassID int NOT NULL,
Class varchar (50),
Students int NOT NULL, CONSTRAINT
PK_Classes PRIMARY KEY CLUSTERED
(ClassID
) )
¼br /> GO..................... http://blog.joggee.com/?p=34