Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a non-clustered index?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How you would rewrite the sql query to return the customerid sorted numerically?

0 Answers  


Tell me what are the essential components of sql server service broker?

0 Answers  


How to concatenate two character strings together?

0 Answers  


What are secondary xml indexes?

0 Answers  


How do you start single user mode in clustered installations?

0 Answers  


Relational calculus is what type of language?

0 Answers   HCL,


Explain atomicity?

0 Answers  


What is a transact-sql statement?

0 Answers  


How to write character string constants or literals in ms sql server?

0 Answers  


Write a query to delete duplicate records in SQL SERVER

36 Answers   Infosys,


CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.

2 Answers  


What are constraints?

0 Answers  


Categories