Difference between revisions of "ALTER DATABASE"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
In [[SQL]] Server, this statement modifies a [[database]], or the [[files]] and [[filegroups]] associated with the database.
 +
 
* <code>ALTER DATABASE your_db OWNER TO your_user;</code>
 
* <code>ALTER DATABASE your_db OWNER TO your_user;</code>
 
   
 
   
 
  
 
== See also ==
 
== See also ==

Revision as of 11:22, 5 August 2021

In SQL Server, this statement modifies a database, or the files and filegroups associated with the database.

  • ALTER DATABASE your_db OWNER TO your_user;


See also

Advertising: