database-schema
How can I extract sprocs/tables/functions from a specific schema?
I need to extract all the tables, stored procs and functions from an SQL Server 08 db that are under a particular schema. I could filter the displayed items in Management Studio and then do Script As[详细]
2023-04-09 04:55 分类:问答schema and table design with auto_increment field that is not a key
I\'ve an invoice number, this number is associated to a spec开发者_如何学JAVAial document. This document has an id, formed by a progressive number and the current year, like this[详细]
2023-04-08 13:15 分类:问答database schema of "don't show me again what I saw before" in mysql
I\'m making a website that shows you images. And special feature of site is \"don\'t show me again what I saw before\". It means, if you see a image, it goes to your \"archive\" category. There will b[详细]
2023-04-07 15:45 分类:问答How to create record and assign to 1 of 3 sub-types, each sub-type with different properties
I\'m constructing a schema for a MySQL database. I have a table called \'entry\' (the supertype). An entry can be either a \'photo\', \'essay\', or \'video\' (subtype). Each subtype has different prop[详细]
2023-04-07 07:21 分类:问答Best Way to move an Existing MsSQL database to MySql?
Whats the best method and or tools to move a MsSQL database to MySQL ? Please be as literal as possible as I hav开发者_开发技巧e limited experience with databases and next to none with moving them.My[详细]
2023-04-06 16:18 分类:问答How can I combine Schema and noSchema with Mongoose?
I know I have to define Schema\'s in Mongoose, but I have a case where I\'m connecting to a MongoDB via[详细]
2023-04-06 12:29 分类:问答Mongodb 1 to 1 embedding
I am new to developing with mongodb.This may be a noobish question but I was wondering what the benefit in creating a 1:1 embedding is in mongodb? Why is usef开发者_运维问答ul over attributes which ho[详细]
2023-04-06 02:57 分类:问答Help with Grocery List Database design
I want to create a Grocery List Table that will accept both the Category and the Specific Products. For Example: I add to my grocery list:[详细]
2023-04-06 01:01 分类:问答How to compare/update two mySQL databases' schema
Okay, I\'ve got two databases, the second one being a开发者_Python百科 more up to date version of the first one.It has new columns, tables, constraints, and whatnot.[详细]
2023-04-05 19:38 分类:问答SQLite create pre-populated FTS table
Is there a way to create an FTS table in SQLite that is pre-populated with data from a SELECT query? I know it’s possible to create a regular table that is prepopulated with data from a SELECT:[详细]
2023-04-05 19:14 分类:问答