How to perform key word search in tables?
No Answer is Posted For this Question
Be the First to Post Answer
What happens if you add a new index to large table?
How do you create a clustered index?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 as it is,how?
what is raid and what are different types of raid configurations? : Sql server database administration
Why it is recommended to avoid referencing a floating point column in the where clause?
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
What do you know about system database? : SQL Server Architecture
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.
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
Does the order of columns in update statements matter?
What is difference between primary key and foreign key?
Oracle (3253)
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)