Can you create UNIQUE and PRIMARY KEY constraints on
computed columns in SQL Server 2000?
Answer Posted / 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 |
Post New Answer View All Answers
How do I find sql server instance name?
Differentiate between a having clause and a where clause.
What is the significance of master, tempdb and model databases?
What is a data source or ds? : sql server analysis services, ssas
Can you always create a cache of a report?
Explain the properties of a relational table?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How to implement service broker?
how to trace the traffic hitting a sql server? : Sql server database administration
Write a code to select distinct records without using the DISTINCT keyword.
Explain what is the difference between union and union all?
What is the default order of an order by clause?
Can We Use Data-grids For Our Report In Ssrs?
What does the on update no action do?
What are the types of dml?