Can you create UNIQUE and PRIMARY KEY constraints on
computed columns in SQL Server 2000?
Answers were Sorted based on User's Feedback
Answer / kirubaharan
Unable to create index 'PK'.
Cannot define PRIMARY KEY constraint on Computed column in
table.
Could not create constraint. See previous errors.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ricky
in sql server 2000 we can create the uniqe and primary key
constraint in computeted coloumn.....but in sql server 2005
we can not create the uniqe and primery constraints in
computed coloumn.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / uma lakshman
Because SQL Server 2000 supports indexes on computed
columns, you can create UNIQUE and PRIMARY KEY constraints
on computed columns
Is This Answer Correct ? | 3 Yes | 2 No |
What is data compression? : sql server database administration
Does an index slow down updates on indexed columns?
Write a sql query to display the current date?
What is rolap and its advantage? : sql server analysis services, ssas
What is the difference between functions and stored procedures?
What are Row versions of DataRow?
What is use of dbcc commands?
What part does database design plays a role in performance of an sql server-based application?
What is meant by dirty read?
wat new abt truncate in sql server
Determine how to use the inserted and deleted pseudo tables?
What is bcp? When does it used?