In Sql Server, both functions and stored procedures can be defined as the logically grouping of Sql statements formed to
Continue readingMonth: December 2009
Difference between Delete and Truncate Command
Although the Delete and Truncate Commands logically does the same work of deleting the rows from the table but still
Continue readingSql Server – How to write a Stored procedure in Sql server
Stored Procedure:- Stored Procedure In Sql server can be defined as the set of logically group of sql statement which
Continue reading