Explain what are db_options used for?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create “dependant” parameter “make, model, year”

91


Can sql servers link to other servers like oracle?

476


Can we add a cpu to sql server?

530


What is replace and stuff function in sql server?

572


Difference between Sql server reporting services and Crystal reports?

124






How to add a new dsn with the odbc driver for sql server?

563


Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration

509


where the connection string store in the database

1534


how would you troubleshoot blocking? : Sql server database administration

527


In how many ways you can invoke ssrs reports?

103


What are the dis_advantages of stored procedures, triggers, indexes?

1700


What are magic tables in sql server?

634


What are the advantages of user-defined functions over stored procedures in sql server?

468


Why do we need normalization?

503


What are the advantages of using third-party tools?

560