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
Define clusters?
what is blocking? : Sql server database administration
How to name query output columns in ms sql server?
What is raiseerror? What is raiseerror?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Explain about system database?
Explain the concepts and capabilities of sql server?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
What are the advantages of having an index on the sql server?
How exceptions can be handled in sql server programming?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
State the difference between union and union all?
What is lookup override?
Can you force a query to use a specific index?