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
Can we join two tables without primary key?
What is multi-statement table-value user-defined function?
what purpose does the model database serve? : Sql server database administration
What do you mean by authentication modes in sql server?
What are the authentication modes in sql server? How can it be changed?
How can I track the changes or identify the latest insert-update-delete from a table?
Does full backup break log chain?
How to use go command in "sqlcmd"?
What is the default schema of your login session in ms sql server?
How to write a query with a left outer join in ms sql server?
Does a full backup include transaction log?
What do you mean by cardinality?
how would you troubleshoot blocking? : Sql server database administration
What do we need queues in sql service broker?
What is inline table-value user-defined function?