Click here to Skip to main content
15,901,666 members
Home / Discussions / Database
   

Database

 
AnswerRe: Help with T-SQL Statement?? Pin
Don Burton30-Mar-10 10:23
Don Burton30-Mar-10 10:23 
GeneralRe: Help with T-SQL Statement?? Pin
ostinoh30-Mar-10 15:21
ostinoh30-Mar-10 15:21 
AnswerRe: Help with T-SQL Statement?? Pin
Mycroft Holmes30-Mar-10 23:03
professionalMycroft Holmes30-Mar-10 23:03 
QuestionDynamic stored procedure returns error and can't find culprit Pin
DeepToot30-Mar-10 3:52
DeepToot30-Mar-10 3:52 
AnswerRe: Dynamic stored procedure returns error and can't find culprit Pin
R. Giskard Reventlov30-Mar-10 4:09
R. Giskard Reventlov30-Mar-10 4:09 
GeneralRe: Dynamic stored procedure returns error and can't find culprit Pin
DeepToot30-Mar-10 4:28
DeepToot30-Mar-10 4:28 
GeneralRe: Dynamic stored procedure returns error and can't find culprit Pin
DeepToot30-Mar-10 4:30
DeepToot30-Mar-10 4:30 
GeneralRe: Dynamic stored procedure returns error and can't find culprit Pin
J4amieC30-Mar-10 5:57
J4amieC30-Mar-10 5:57 
QuestionDynamic CrystalReports Pin
Enobong Adahada30-Mar-10 1:20
Enobong Adahada30-Mar-10 1:20 
AnswerRe: Dynamic CrystalReports Pin
David Mujica30-Mar-10 3:22
David Mujica30-Mar-10 3:22 
GeneralRe: Dynamic CrystalReports Pin
Enobong Adahada30-Mar-10 22:01
Enobong Adahada30-Mar-10 22:01 
QuestionSQL IN statement or exists Pin
programmervb.netc++29-Mar-10 18:32
programmervb.netc++29-Mar-10 18:32 
AnswerRe: SQL IN statement or exists Pin
_Damian S_29-Mar-10 18:46
professional_Damian S_29-Mar-10 18:46 
AnswerRe: SQL IN statement or exists Pin
Mycroft Holmes29-Mar-10 19:11
professionalMycroft Holmes29-Mar-10 19:11 
AnswerRe: SQL IN statement or exists Pin
PIEBALDconsult31-Mar-10 8:38
mvePIEBALDconsult31-Mar-10 8:38 
GeneralRe: SQL IN statement or exists Pin
programmervb.netc++31-Mar-10 9:28
programmervb.netc++31-Mar-10 9:28 
We are joining the tables.
The values are not really hard coded...
The user is presented with a grid with checkboxes they can choose one or as many "clients" as they want in the grid.
Then we use the primary key for the record on the grid to create the new sql statement.
So user selects primary key 1,2,3,4 then our IN statement will be `UniqueNumber IN (1,2,3,4)
Humble Programmer

QuestionReusable DataGridView and TableAdapter components in Lookup Tables? Pin
Bert Edens29-Mar-10 11:38
Bert Edens29-Mar-10 11:38 
AnswerRe: Reusable DataGridView and TableAdapter components in Lookup Tables? Pin
Mycroft Holmes29-Mar-10 19:05
professionalMycroft Holmes29-Mar-10 19:05 
GeneralRe: Reusable DataGridView and TableAdapter components in Lookup Tables? Pin
Bert Edens30-Mar-10 4:06
Bert Edens30-Mar-10 4:06 
QuestionGroup ranking or row number Pin
Lash2029-Mar-10 9:29
Lash2029-Mar-10 9:29 
AnswerRe: Group ranking or row number Pin
programmervb.netc++29-Mar-10 9:36
programmervb.netc++29-Mar-10 9:36 
AnswerRe: Group ranking or row number Pin
Mycroft Holmes29-Mar-10 18:48
professionalMycroft Holmes29-Mar-10 18:48 
QuestionHow do you handle Dev DB vs Production DB? Pin
programmervb.netc++29-Mar-10 9:22
programmervb.netc++29-Mar-10 9:22 
AnswerRe: How do you handle Dev DB vs Production DB? Pin
PIEBALDconsult29-Mar-10 18:09
mvePIEBALDconsult29-Mar-10 18:09 
GeneralRe: How do you handle Dev DB vs Production DB? Pin
programmervb.netc++29-Mar-10 18:35
programmervb.netc++29-Mar-10 18:35 

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.