Can you create UNIQUE and PRIMARY KEY constraints on
computed columns in SQL Server 2000?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of sql profiler in sql server?
What is primary key and example?
What are the operating modes in which database mirroring runs?
What is perspective, have you ever created perspective? : sql server analysis services, ssas
How we can refresh the view?
What is temporal table?
What is the correct order of the logical query processing phases?
How to update values in a table with update statements in ms sql server?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What is optimization and its types?
What is set nocount on and what is set nocount off?
What is database replication? What are the different types of replication you can set up in sql server?
How to set database to be read_only in ms sql server?
How to start sql server browser service?
between cast and convert which function would you prefer and why?