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

Which is the main third-party tool used in sql server?

668


What are the properties of the transactions?

818


What language is sql server written in?

724


What do you understand by intent locks?

748


Explain intellisense for query editing

756






Describe and explain about SQL native client?

789


What is the maximum length of an alert name?

776


What are data resources?

666


Explain what is dbcc?

781


What are the character string functions supported by sql server 2005?

700


Explain go command in sql server?

724


What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

679


When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?

706


How to trouble shoot if unable to connect SQL Server

1683


Do you have any idea about the tcl commands?

721