Brijesh Solutions
Get Solutions Regarding Computer Problem/Tricks ,C#, .NET and SQL Server , Java Script ,JQuery
Content
(Move to ...)
Home
ASP.NET
SQL Server
Java Script
Computer
▼
Friday, 19 July 2013
Create Table in SQL Server 2008 using Query
Create table table1(
col1 int identity primary key,
col2 nvarchar(20),
col3 nvarchar(100),
Date datetime default getdate()
)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment