Consider the table T1 it consits A,2,3,4 consider another table t2 it contain 1,2a,3a,4a now i need o get the upadted answer
3 4701How to fetch records from a One to Many relationship table. eg: wanna get details of all orders for a specific customer. (do not want repeatation of master table records for child table records)
2 4883statement (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
1 3271can i write function in stored procedure and stored procedure in function and nested procedure.Give one example for each question?
1 9138what is package configuration variable?How to change file name in folder dynamically?Plz help me
1 3270
mention different types of relationships in the dbms?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
What is isolation levels?
What does the on update no action do?
What is a file group?
How to execute function in stored procedure sql server?
What is format parameter in ssrs?
What is SQL Server?
Can we hide the definition of a stored procedure from a use?
Where is my database stored on the hard disk in ms sql server?
How exceptions can be handled in sql server programming?
Do you know what are various aggregate functions that are available?
What are the types of processing and explain each? : sql server analysis services, ssas
What gets stored inside msdb database?
What do you understand by a stored procedure?