Can the “if update (colname)” statement be used in a delete trigger?
What is rtm version in sql server?
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
what is physical sort data and logical sort data in index?
What is a coalesce function?
my problem is tempdb tempdb(dbname) 77752.95 MB(db size) 25345.03 MB (unallocated size) suppose i increased temp db size 10 gb . after increase the temp db showing 87 gb (dbsize) 25346.03MB(unallocated size)--unallocated size is showing same .please clarify.
What is a view? is View updatable?
17 Answers IBM, L&T,
How do you connect 100 files as a flat file sources in one package of SSIS?
What is the use of group by clause?
I have cleared sbi clerk examination. I am Bachelor in computer application (BCA) graduate. so which type of question related bca in sbi clerk interviews. pls answers me at sejalvaghela@yahoo.co.in.. and also tell me which type of question asked in sbi clerk interview.
What is the stored procedure?
Can we rewrite subqueries into simple select statements or with joins? Example?
How to handle errors in Stored Procedures.