Difference between revisions of "ALTER DATABASE"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
* <code>ALTER DATABASE your_db OWNER TO your_user;</code>
 
* <code>ALTER DATABASE your_db OWNER TO your_user;</code>
 
   
 
   
 +
[[ALTER DATABASE]] database_name CHARACTER SET character_set_name [[COLLATE]] collation;
 +
 +
== Related ==
 +
* [[Parameter group]]
  
 
== See also ==
 
== See also ==

Revision as of 13:33, 12 August 2022

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;
ALTER DATABASE database_name CHARACTER SET character_set_name COLLATE collation;

Related

See also

Advertising: