Top "Schema" questions

Schema means shape, or more generally, plan.

Possible to set default schema from connection string?

With SQL Server 2005 and 2008 is it possible to set the default schema from the connection string? It'd be a lot …

sql-server schema connection-string
SQL server schema and default schema

I have a schema define in my database. Except now everytime I do a sql statement I have to provide …

sql-server sql-server-2005 tsql schema
What does the ref attribute on an element in an XSD do?

Documentation seems to say that it references another element in the schema, but how could it be used - I've …

xml xsd schema
targetNamespace and xmlns without prefix, what is the difference?

In an xml schema document, if I have both the targetNamespace and the xmlns without a prefix. <xsd:schema …

xml xsd schema xml-namespaces prefix
where to find xsd.exe in visual studio 2013 on windows 8

I have used the xsd.exe utility in Visual Studio 2003 and 2008 to generate typed datasets from a 3rd party XSD …

xml visual-studio visual-studio-2013 schema xsd.exe
Automatically Generate SQL from existing MS Access table

I've just designed a large database by playing around in MS Access. Now that I'm happy with the design, I …

sql ms-access schema
PostgreSQL: Create schema in specific database

I need to write an sql script that creates both a new database AND a new schema in the database …

sql database schema postgresql
Seed multiple rows at once laravel 5

I'm currently trying to seed my users table. If I try it like this with 2 rows, it fails. It works …

php laravel schema eloquent seed
SQL Server: How to permission schemas?

Inspired by various schema related questions I've seen... Ownership chaining allows me to GRANT EXECUTE on a stored procedure without …

sql-server-2005 sql-server-2008 permissions schema encapsulation
How to change schema name?

I have created a user: CREATE USER gds_map IDENTIFIED BY gds_map; And now I need to change a …

oracle plsql schema oracle11gr2