Design considerations on JSON schema for scalars with a consistent attachment property
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I’m trying to create a JSON schema for the results of doing statistical analysis based on disparate pieces of data. The current schema I […]
Database Schema Usage
I have a question regarding the appropriate use of SQL Server database schemas and was hoping that some database gurus might be able to offer some guidance around best practice.
Is there a well grounded theory on backward and forward compatibility of formats, languages, grammars and vocabularies?
I have a friend who has the specific problem of building a case against the use of a custom HTML <wrapper> tag in some site’s markup. Now, intuitively we can answer that use of such a tag is risky, as future HTML specs may define a wrapper tag with semantics that conflict with its use on the site. We can also appeal to a particular section of the HTML5 spec which also recommends against the use of custom tags for this reason.
Copyright in a database schema using a licenced windows application [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Working with Multiple XML Schema Classes in C#
I’m working with a data import process in C#, which takes a zip file filled with XML files and saves specific data points into a database. This is accomplished by loading the XML data into classes compiled from the schema. The import logic retrieves the data by digging down into the right classes and fields.
Working with Multiple XML Schema Classes in C#
I’m working with a data import process in C#, which takes a zip file filled with XML files and saves specific data points into a database. This is accomplished by loading the XML data into classes compiled from the schema. The import logic retrieves the data by digging down into the right classes and fields.
Working with Multiple XML Schema Classes in C#
I’m working with a data import process in C#, which takes a zip file filled with XML files and saves specific data points into a database. This is accomplished by loading the XML data into classes compiled from the schema. The import logic retrieves the data by digging down into the right classes and fields.
Database model for keeping track of likes/shares/comments on blog posts over time
My goal is to keep track of the popular posts on different blog sites based on social network activity at any given time. The goal is not to simply get the most popular now, but instead find posts that are popular compared to other posts on the same blog.
What to do if Auto Detect Schema doesn’t properly detect a data type
I am creating tables in Big Query for the Google Data Analytics Project. I am using auto detect schema. I have 12 google sheets representing 12 months of data. The format of the 12 sheets is identical.
Tracking correct order details in commerce database when modifying ‘products’
I am implementing an ecommerce database. This is slightly different than most as the ‘products’ that are for sale are for services provided. For example a user (vendor) of the system may define a service to ‘wash your car’.