Do you know what is user defined datatypes and when you should go for them?
No Answer is Posted For this Question
Be the First to Post Answer
How to create a simple stored procedure in ms sql server?
what is the difference between delete,drop and truncate
How can you insert values in multiple rows using one Insert statement?
0 Answers Flextronics, Thomson Reuters, Virtusa,
Differences between Standby Vs No recovery?
How to access the deleted record of an event?
What is sql stored procedure?
Explain the storage models of OLAP?
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.
Where sql server user names and passwords are stored in sql server? : sql server database administration
How can we improve performance by using SQL Server profiler?
Can you create UNIQUE and PRIMARY KEY constraints on computed columns in SQL Server 2000?
What are the different ways of moving data/databases between servers and databases in SQL Server?
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)