What is the difference between Userdefined function and stored procedure? Explain and give the example also
5 10597What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
2362Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
2 10607
What is the difference between createstatement and preparedstatement?
What is a hint?
Can foreign key be deleted?
How do you clear a log file?
What is the difference between clustered index and primary key?
What is the difference between Clustered and Non-Clustered Index?
What is sub-query in sql server? Explain its properties.
Describe triggers features and limitations?
Explain following error properties?
How to create a simple table to test triggers in ms sql server?
What to check if a User database is locked?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
What is Sqlpaging in SqlServer 2005 ?
What are the triggers in sql?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?