September 4, 2010  
  Register Login 
BLOGS
There are no categories in this blog.

SEARCH BLOG

BLOG ARCHIVE
Archive
<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789
Monthly
October, 2008
  SQL Server Blogs     



Your Ad Here

 
Use code below to create a foreign key on an existing table in SQL Server ALTER TABLE Table1 ADD FOREIGN KEY (Column_Name) REFERENCES Table2(Column_Name)

Use code below to create a foreign key on an existing table - SQL Server:

ALTER TABLE Table1
ADD FOREIGN KEY (Column_Name) REFERENCES Table2(Column_Name)

Permalink |  Trackback
Location: BlogsAleksandar Tosic's BlogT-SQL    
Posted by: Alex Wednesday, October 15, 2008

Your name:
Title:
Comment:
Add Comment   Cancel 
Copyright 2007 by www.dballinks.com Terms Of Use Privacy Statement