Difference between aggregate functions of sql?
No Answer is Posted For this Question
Be the First to Post Answer
explain different types of backups avaialabe in sql server? : Sql server database administration
Define tool Manage Statistics in SQL Server 2000 query ?
How sql server enhances scalability of the database system?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How to store pdf file in sql server?
1 Answers CarrizalSoft Technologies, College School Exams Tests, TATA,
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.
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
What is transaction server consistency?
List out some of the requirements to set up a sql server failover cluster?
What languages bi uses to achieve the goal?
What is normalization and denormalization in sql server?
What is measure group, measure? : sql server analysis services, ssas
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)