Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mohan123
Constraint Violating Yak Guru
252 Posts |
Posted - 2012-10-15 : 08:37:24
|
| hello all, i had three master tables named (CsetProcedure,Csetloinc,Measures) and there PK Ids are there in 2 tables named ProcedureLoinCode and Loincode measureTable columns like this for CsetProcedure and Csetloinc and MeasuresProcedureID, LoinCOdeId nameProcedureCode, Description DescriptionProcedure name, StatusCode SortorderDescription date now the mapping of Csetprocedure and Csetloincfor this table named ProcedureLoinCOde and LoinCodeMeasurepk ProcedureLoinCOdeID PK LOinCodeMeasureIDProcedureID, MeasureIDLoinCodeID LoinCOdeIDDescription Description Now i need to write store procedure like measuremapping_insertupdate and procedure mapping_insertupdate here the criteria like csetloinc and Csetprocedure are for Procedureloincode tableand measures and csetloinc are for LoinCodemeasure tableoutput like1 11 21 32 1P.V.P.MOhan |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-10-15 : 10:36:45
|
| looks like an assignmentcan we see what you tried yet?Without seeing an attempt, we wont provide help in assignment questions------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|