What are the lambda triggers?
Explain left outer join and right outer join?
Can you explain important index characteristics?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
How to find Duplicate Records In table?
What should be the fill factor for indexes created on tables? : sql server database administration
What is a self join in sql server?
How To Find That One Week Change in My DataBase we Have Done Like We Have A database Test I Change Table,Stored Procd. Then I Find Which SP,Table We Have Edit/Change in Seven Dayes
What is primary key and example?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is the difference between varchar and nvarchar datatypes?
statement (of account) Receive ID_receive Date_receive Amount_receive TO_receive From_receive Description_receive 1 2010/01/01 500 Bank Ahmed Payment from the account 2 2010/02/01 700 Bank Ahmed Payment from the account Payment ID_payment Date_payment Amount_payment From_payment To_payment Description_payment 1 2010/03/01 1000 Ahmed Sales Sale goods 2 2010/04/01 1500 Ahmed Sales Sale goods How can crate Stored Procedures for the statement (of account) from these tables? I want statement (of account) like this: (in sql 2005) ID_ name description debit account credit account balance