Explain what are db_options used for?
Answer / ravi raj chelluri
Displays or changes database options, and enables the
asynchronous log service feature.
Syntax
sp_dboption [dbname, optname, optvalue [, dockpt]]
Examples:
1) Displays a list of the database options
sp_dboption
2)Allows select into, bcp and parallel sort operations on
tables in the advanturewors database
use Advantureworks
go
master..sp_dboption Advantureworks, "select into", true
go
Is This Answer Correct ? | 3 Yes | 3 No |
What is use of @@ spid in sql server?
What is sql injection? How to protect against sql injection attack?
Explain an incremental backup?
What are the different ways you can create databases in sql server?
What information is maintained within the msdb database?
Explain in brief about Microsoft SQL server?
role of sql sever 2005 in database rather than any other database
What happens if you are trying to access a schema not owned by you?
What are the various Isolation levels?
Which TCP/IP port does SQL Server run on?
Why functions are used in sql server?
How to Check Whether a Global Temporary Exists in a SQL Database or not?