Answer Posted / sarika jayadave
USE <DATABASE NAME>
GO
ALTER TABLE [SERVER NAME].[TABLE NAME]
ADD CONSTRAINT [PRIMARY KEY NAME]
PRIMARY KEY CLUSTERED
(
[ORDER BY FILED NAME] ASC
)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are views used for?
Tell me about pre-defined functions of sql?
What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?
What is serializable?
Define tempdb database?
What are the system database in sql server 2005?
Explain user defined views?
What are system databases into sql server (2005/2008) : sql server database administration
What are the 2 types of classifications of constraints in the sql server?
How do I get to sql server configuration manager?
Is t sql the same as sql server?
What are translations and its use? : sql server analysis services, ssas
What are rest-style architecture's?
How can I add Reporting Services reports to my application?
What is the difference between TRUNCATE and DROP?