Click here to Skip to main content
15,890,557 members
Home / Discussions / Database
   

Database

 
GeneralRe: Damn database wizard! Pin
Muammar©7-Feb-09 4:15
Muammar©7-Feb-09 4:15 
QuestionHow to pass table name dynamically for stored procedure Pin
ashok_rgm30-Jan-09 19:12
ashok_rgm30-Jan-09 19:12 
AnswerRe: How to pass table name dynamically for stored procedure Pin
Wendelius30-Jan-09 19:36
mentorWendelius30-Jan-09 19:36 
GeneralRe: How to pass table name dynamically for stored procedure Pin
Colin Angus Mackay31-Jan-09 1:20
Colin Angus Mackay31-Jan-09 1:20 
GeneralRe: How to pass table name dynamically for stored procedure Pin
Wendelius31-Jan-09 1:40
mentorWendelius31-Jan-09 1:40 
GeneralRe: How to pass table name dynamically for stored procedure Pin
ashok_rgm31-Jan-09 3:20
ashok_rgm31-Jan-09 3:20 
GeneralRe: How to pass table name dynamically for stored procedure Pin
Wendelius31-Jan-09 3:28
mentorWendelius31-Jan-09 3:28 
GeneralRe: How to pass table name dynamically for stored procedure Pin
ashok_rgm1-Feb-09 23:57
ashok_rgm1-Feb-09 23:57 
My issue is something like this
i have a table Master_Info with columns(RecId(PK),Emp_Name,DOB) where RecId is primary key and increments by 1 for each entry.

RecId Emp_Name DOB
1 abc 01/01/2009
2 xyz 02/02/2009

Now for each Employee I have separate table to track hi daily details Employee_Details_(RecId) with columns (Working_Date,No_of_Hours)
So for user "abc" the table name will be Employee_Details_1,for "xyz" it will be Employee_Details_2

Now I want to insert the records for particular user in Employee_Details_(RecId) table using the stored procedure.

What are the suggested ways to do this task?

Thanks,
Ashok

ashok

GeneralRe: How to pass table name dynamically for stored procedure Pin
Wendelius2-Feb-09 5:36
mentorWendelius2-Feb-09 5:36 
QuestionVista ODBC Questions Pin
Richard Andrew x6430-Jan-09 17:06
professionalRichard Andrew x6430-Jan-09 17:06 
AnswerRe: Vista ODBC Questions Pin
Aman Bhullar31-Jan-09 5:34
Aman Bhullar31-Jan-09 5:34 
QuestionAudit Log In and Audit logout problems in sql server 2005 after XML import to sql server 2005 Pin
Pankaj Garg30-Jan-09 2:21
Pankaj Garg30-Jan-09 2:21 
AnswerRe: Audit Log In and Audit logout problems in sql server 2005 after XML import to sql server 2005 Pin
Wendelius30-Jan-09 3:08
mentorWendelius30-Jan-09 3:08 
Questionsaving/recalling image to/from sql server 2005 using asp.net Pin
roachae29-Jan-09 10:38
roachae29-Jan-09 10:38 
AnswerRe: saving/recalling image to/from sql server 2005 using asp.net Pin
Wendelius29-Jan-09 10:51
mentorWendelius29-Jan-09 10:51 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
roachae29-Jan-09 12:21
roachae29-Jan-09 12:21 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
Wendelius29-Jan-09 12:30
mentorWendelius29-Jan-09 12:30 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
roachae30-Jan-09 6:19
roachae30-Jan-09 6:19 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
Wendelius30-Jan-09 7:40
mentorWendelius30-Jan-09 7:40 
AnswerRe: saving/recalling image to/from sql server 2005 using asp.net Pin
Giorgi Dalakishvili29-Jan-09 18:51
mentorGiorgi Dalakishvili29-Jan-09 18:51 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
roachae30-Jan-09 6:23
roachae30-Jan-09 6:23 
QuestionHow would you store the ID of a product? (a little bit long question) Pin
Joan M29-Jan-09 8:13
professionalJoan M29-Jan-09 8:13 
AnswerRe: How would you store the ID of a product? (a little bit long question) Pin
Wendelius29-Jan-09 8:56
mentorWendelius29-Jan-09 8:56 
GeneralRe: How would you store the ID of a product? (a little bit long question) Pin
Joan M29-Jan-09 21:26
professionalJoan M29-Jan-09 21:26 
GeneralRe: How would you store the ID of a product? (a little bit long question) Pin
Wendelius30-Jan-09 8:31
mentorWendelius30-Jan-09 8:31 

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.