Click here to Skip to main content
15,888,461 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to update Oracle DB from SQL server through link server? Pin
Richard MacCutchan22-Sep-16 20:53
mveRichard MacCutchan22-Sep-16 20:53 
GeneralRe: How to update Oracle DB from SQL server through link server? Pin
hmanhha22-Sep-16 21:28
hmanhha22-Sep-16 21:28 
GeneralRe: How to update Oracle DB from SQL server through link server? Pin
Richard MacCutchan22-Sep-16 21:30
mveRichard MacCutchan22-Sep-16 21:30 
GeneralRe: How to update Oracle DB from SQL server through link server? Pin
Mycroft Holmes22-Sep-16 21:33
professionalMycroft Holmes22-Sep-16 21:33 
GeneralRe: How to update Oracle DB from SQL server through link server? Pin
Jörgen Andersson22-Sep-16 21:38
professionalJörgen Andersson22-Sep-16 21:38 
AnswerRe: How to update Oracle DB from SQL server through link server? Pin
hmanhha25-Sep-16 21:25
hmanhha25-Sep-16 21:25 
QuestionSQL Server Stored Procedure - Wait for a Table to be Created Pin
David_4122-Sep-16 9:29
David_4122-Sep-16 9:29 
Question[Help] How to create database for control Process in manufacturing company Pin
VaTo Tran21-Sep-16 2:05
VaTo Tran21-Sep-16 2:05 
Dear all,
Currently, I need to create a database for control Process in manufacturing.

One Item have got many LotNo,
One LotNo thought many Process(ex: Process A, Process B,Process C...)

with every Process maybe yes or maybo no use Material

How can I build database for:

Select all Lot no and Process by ItemNo
Slect all Process and status in every Process by LotNo
Input ItemNo show all information about Material used on every Process

This is my database:

C#
Item(Id_Item,ItemNo,ItemName)
 Lot(Id_Lot,Item_Id,LotNo)
 Process(Id_Process, ProcessNo, ProcessName)
 Lot_Process(Id,Lot_Id,Process_Id)
 Material(Id,Process_Id,MaterialName, Quantity)

QuestionIssue on communicating data from two difference system with different names Pin
chaurasiashankar19-Sep-16 19:47
chaurasiashankar19-Sep-16 19:47 
AnswerRe: Issue on communicating data from two difference system with different names Pin
Mycroft Holmes19-Sep-16 20:17
professionalMycroft Holmes19-Sep-16 20:17 
AnswerRe: Issue on communicating data from two difference system with different names Pin
Jörgen Andersson19-Sep-16 20:17
professionalJörgen Andersson19-Sep-16 20:17 
QuestionMariaDB und Updates with select same table Pin
RMolino17-Sep-16 8:33
RMolino17-Sep-16 8:33 
AnswerRe: MariaDB und Updates with select same table Pin
Mycroft Holmes17-Sep-16 11:22
professionalMycroft Holmes17-Sep-16 11:22 
GeneralRe: MariaDB und Updates with select same table Pin
RMolino18-Sep-16 0:42
RMolino18-Sep-16 0:42 
QuestionMajor differences between sql server express and sql server localdb Pin
Tridip Bhattacharjee5-Sep-16 23:20
professionalTridip Bhattacharjee5-Sep-16 23:20 
AnswerRe: Major differences between sql server express and sql server localdb Pin
Eddy Vluggen6-Sep-16 0:29
professionalEddy Vluggen6-Sep-16 0:29 
QuestionSQL While loop Pin
Mphirana31-Aug-16 4:40
Mphirana31-Aug-16 4:40 
AnswerRe: SQL While loop Pin
Victor Nijegorodov31-Aug-16 21:57
Victor Nijegorodov31-Aug-16 21:57 
AnswerRe: SQL While loop Pin
jschell1-Sep-16 7:10
jschell1-Sep-16 7:10 
GeneralRe: SQL While loop Pin
Mphirana1-Sep-16 9:40
Mphirana1-Sep-16 9:40 
QuestionExposing API VS Stored Procedure Pin
Java Lead31-Aug-16 4:29
Java Lead31-Aug-16 4:29 
AnswerRe: Exposing API VS Stored Procedure Pin
Richard MacCutchan31-Aug-16 4:46
mveRichard MacCutchan31-Aug-16 4:46 
Question.mdf file not updated? Pin
kmllev26-Aug-16 16:59
kmllev26-Aug-16 16:59 
GeneralRe: .mdf file not updated? Pin
Richard MacCutchan26-Aug-16 21:07
mveRichard MacCutchan26-Aug-16 21:07 
AnswerRe: .mdf file not updated? Pin
Eddy Vluggen29-Aug-16 4:06
professionalEddy Vluggen29-Aug-16 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.