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
Why are views required in the sql server or in any other database?
How to write a query with a right outer join in ms sql server?
What is a partition function in sql server?
What is the difference between the 2 operating modes of database mirroring?
what is the maximum size of a row? : Sql server database administration
How we can compare two database data?
Do you know what is normalization of database? What are its benefits?
How will you add a dimension to cube? : sql server analysis services, ssas
Write an SQL query to obtain the 2nd highest salary.
What do you understand by hotfixes and patches in sql server?
What is standby servers? Explain types of standby servers.
what is blocking? : Sql server database administration
Explain different types of Normalization.
What is a rollup clause?
What is query optimizer in sql server?