What are the differences between stored procedure and
functions in SQL Server 2000?
Answer Posted / sandeep
Function retun value while storeprocedure nor return value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
How to override dml statements with triggers?
Write a SQL query to make a column as unique?
Explain temporary table vs table variable by using cursor alternative?
List down some advantages of sql stored procedure?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
Tell me what is fill factor?
Which trace flags are enabled in sql server?
Describe triggers features and limitations?
Explain primary key and foreign key constraints?
Explain the different types of backups available in sql server? : sql server database administration
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What are subquery and its properties?
Mention the differences between having and where clause.
What is the use of partition by in sql server?