What program is used to store the data source file?
No Answer is Posted For this Question
Be the First to Post Answer
Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz
Which database stores information about replication?
how to control the amount of free space in your index pages? : Sql server database administration
Can we create nonclustered index in a table without creating a clustered index
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 views contain data ?
Tell me what is normalization? Explain different forms of normalization?
What do you understand by the analysis services in sql server?
Will the writetext statement activate a trigger?
What is blocking in SQL Server? If this situation occurs how to troubleshoot this issue
Where are stored procedures in sql server?
can i write function in stored procedure and stored procedure in function and nested procedure.Give one example for each question?
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)