What is sp_dboption in SQL?

What is sp_dboption within SQL How to use it Next time i tried to execute choose into receive in master database, manged to get an error that we cannot run as db and also the db seller must operate sp_dboption that will enable this specific option.How does someone run sp_dboption

Use these kind of link-

msdn.microsoft.com/en-us/library/
aa933268(SQL.80).aspx

msdn.microsoft.com/en-us/
library/ms187310

manuals.sybase.com/onlinebooks/group-as
Generic__BookTextView/36050;…

DON’T work with it…use ADJUST DATABASE as a substitute.
You simply can’t use it for that master data source anyways.

Leave a Reply