IOT Virtual Conference - Register now to book your ticket and get updates
x
CONGRATULATIONS! C# Corner Q1, 2021 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Abhinandhu K R
1.8k
213
4.9k
Create a Table script
Jul 23 2020 7:03 AM
i have a question for you
initially i created table Test.Student.
CREATE
TABLE
[Test].[STUDENT](
[ID] [
int
]
NULL
,
[
Name
] [nvarchar](50)
NULL
)
ON
[
PRIMARY
]
GO
Then i Added a new coloumn Class
i need to take the cretae script of the table using alter without droping the table..
help
Reply
Answers (
2
)
How to refresh SQL server databases with new SQL objects from TFS
WHEN Add optional parameters on join query become very slow so How to