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
What is an expensive query?
What is table-valued sub query?
Is it true, that there is no difference between a rule and a check constraint?
Tell me the difference between clustered and non-clustered index?
How does a profiler work?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
List the different index configurations possible for a table?
How many types of triggers are there?
What are points to remember while using the fillfactor argument?
Explain mixed authentication mode of sql server?
What is sql server profiler?
Which command is used for user defined error messages?
What is the difference between local and global temporary tables?
What are sparse columns?
What are different replication agents and what's their purpose? : sql server replication