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 |
haroon2k9
Constraint Violating Yak Guru
328 Posts |
Posted - 2010-11-04 : 01:09:37
|
hi,table name :tbldetailshelpdeskid casename originid 1 issue1 12 issue2 23 issue3 24 issue4 25 issue5 36 issue6 2reslut set expected is:if i pass the parameter as 2..output:helpdeskid casename originid2 issue2 23 issue3 24 issue4 26 issue6 2 |
|
Sachin.Nand
2937 Posts |
Posted - 2010-11-04 : 01:39:23
|
Is it this simple or am I missing something?select * from tbldetails where originid=@parametervalue PBUH |
 |
|
haroon2k9
Constraint Violating Yak Guru
328 Posts |
Posted - 2010-11-04 : 07:36:00
|
thnaks |
 |
|
|
|
|