Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain what are db_options used for?

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


Please Help Members By Posting Answers For Below Questions

How to truncate the log in sql server 2012? : sql server database administration

1344


How to concatenate two strings in SQL Server.

1203


What are indexers?

1131


What is the difference between ddl,dml and dcl commands?

1153


What is the process of normalising?

1042


What is the stuff and how does it differ from the replace function?

1223


what data regions are and what are the different data regions?

146


can an automatic recovery be initiated by a user? : Sql server administration

991


What is the difference between implicit and explicit transaction?

1052


Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.

2568


How to use "if ... Else if ... Else ..." Statement structures in ms sql server?

1139


Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?

998


What is exporting utility?

1086


What do you mean by stored techniques? How would we use it?

1079


What does asynchronous call backs means?

1223