Top "Schema" questions

Schema means shape, or more generally, plan.

Visual Studio 2010 : XML XSD Schema to Classes within the IDE

Whenever I have needed to create a class file from an XML XSD schema, I use the .NET xsd.exe …

xml visual-studio-2010 class xsd schema
Get GraphQL whole schema query

I want to get the schema from the server. I can get all entities with the types but I'm unable …

schema graphql
MS SQL 2008 - Create a copy of the database without the data

In MS SQL Server 2008 R2, how do I create a new database based on the schema of the old one, …

sql-server iis schema
JAXB element of type enum

So I know how to create an enum type but when I set an element type to it the element …

enums types schema jaxb element
Rename SQL Server Schema

How can I rename a schema using SQL Server?

sql sql-server sql-server-2005 schema
xjc: Two declarations cause a collision in the ObjectFactory class

Running the following xjc command raises an error : $ xjc "ftp://ftp.ncbi.nih.gov/bioproject/Schema/Core.xsd" parsing a …

java binding xsd schema xjc
Json Schema example for oneOf objects

I am trying to figure out how oneOf works by building a schema which validates two different object types. For …

json schema jsonschema
How to change the name of the active scheme in Xcode?

I managed to change my project name, but how do I change the name displayed directly to the left of "…

xcode schema
Easiest Way To Diff Two Table Schemas In SQL Server 2008?

I have to do checks between a development and release database and do this manually, which is both slow and …

sql database sql-server-2008 schema diff
Pros and Cons of using MongoDB instead of MS SQL Server

I am new to NoSQL world and thinking of replacing my MS Sql Server database to MongoDB. My application (written …

sql mongodb schema