Explain what are db_options used for?
Answer / 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 |
What is the difference between ‘having’ clause and a ‘where’ clause?
How can you tell if a database object is invalid?
Tell me what are the advantages of using stored procedures?
Do you know what is lock escalation?
What is spid in sql server profiler?
How can you ensure that the database and sql server based application perform well?
What are the diifferences between the ms sql server vs mysql?
What are sql servers used for?
What is normalization and its types?
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
What's new in sql management studio for sql server? : sql server management studio
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)