CREATE TABLE dbo.Test ( Col_1 INT PRIMARY KEY ,Col_2 INT REFERENCES Test(Col_1) ,Col_3 INT IDENTITY ) ; INSERT INTO dbo.Test VALUES (1,1); INSERT INTO dbo.Test VALUES (2,2); INSERT INTO dbo.Test VALUES (3,3); GO
TRUNCATE TABLE Test; GO
please give me feedback on my first article
thanks for the information..:)
Thanks for the information :)
Nice little information ..thanks :)
oops...i got error message when i posted the comment...i don't find delete option ,could someone delete my multiple comments....