(→Installation w/SQLServer)
|
(→Imported Databases Note)
|
Line 37: | |||
<br/> | <br/> | ||
- | === Imported Databases Note === | + | ==== Imported Databases Note ==== |
Imported databases might have a schema & user associated with them already. To change the default schema that is being used (usually '''dbo''' on imports), you can run the following in a new query: | Imported databases might have a schema & user associated with them already. To change the default schema that is being used (usually '''dbo''' on imports), you can run the following in a new query: | ||
<pre>USE [DatabaseName] | <pre>USE [DatabaseName] |