Click here to Skip to main content
16,016,249 members
Home / Discussions / Database
   

Database

 
QuestionMulti Platform Database Pin
urbane.tiger10-Feb-09 14:57
urbane.tiger10-Feb-09 14:57 
AnswerRe: Multi Platform Database Pin
Wendelius10-Feb-09 18:48
mentorWendelius10-Feb-09 18:48 
GeneralRe: Multi Platform Database Pin
urbane.tiger10-Feb-09 23:08
urbane.tiger10-Feb-09 23:08 
GeneralRe: Multi Platform Database Pin
Wendelius11-Feb-09 1:03
mentorWendelius11-Feb-09 1:03 
GeneralRe: Multi Platform Database Pin
urbane.tiger11-Feb-09 1:47
urbane.tiger11-Feb-09 1:47 
Questioninstructor allocation! Pin
Learner52010-Feb-09 2:02
Learner52010-Feb-09 2:02 
AnswerRe: instructor allocation! Pin
J4amieC10-Feb-09 4:11
J4amieC10-Feb-09 4:11 
GeneralRe: instructor allocation Automatically! Pin
Learner52010-Feb-09 4:29
Learner52010-Feb-09 4:29 
thnx for your response
actually it is my fault that i didn't explain properly. Allocation table is only the format that how i need to display it but I'm not sure how can I get this format as (Allocation Table)
cos I got double minded that I should use joins or should i do mathematical calculation first like this

create proc AllocatIns
as
Declare @NumOfRec int,@NumOfRe int, @Result float

select @NumOfRec= count(*) from Student
select @NumOfRe= count(*) from Instructor
Print @NumOfRec
Print @NumOfRe
select @Result =@NumOfRec % @NumOfRe
Print @Result

if you give me the idea how to allocate instructor to students that would be helpful. cos it is all automated process no need for operator to allocate one by one. as we do in GUI Number of students should be assigned from dropdownlist. may be I m not thinking in right direction.
thanx in adv.
regards
learner


GeneralRe: instructor allocation Automatically! Pin
J4amieC10-Feb-09 5:18
J4amieC10-Feb-09 5:18 
GeneralRe: instructor allocation Automatically! Pin
Learner52010-Feb-09 11:03
Learner52010-Feb-09 11:03 
QuestionStored procedure Pin
Karthick_gc10-Feb-09 0:34
Karthick_gc10-Feb-09 0:34 
AnswerRe: Stored procedure Pin
Rupesh Kumar Swami10-Feb-09 1:19
Rupesh Kumar Swami10-Feb-09 1:19 
AnswerRe: Stored procedure Pin
Wendelius10-Feb-09 1:23
mentorWendelius10-Feb-09 1:23 
AnswerRe: Stored procedure Pin
Ashfield10-Feb-09 1:38
Ashfield10-Feb-09 1:38 
QuestionSSIS-Need to create folder and move file programatically. Pin
Tarini Singh10-Feb-09 0:32
Tarini Singh10-Feb-09 0:32 
QuestionSQL2008 installation Pin
Member 45581399-Feb-09 22:53
Member 45581399-Feb-09 22:53 
AnswerRe: SQL2008 installation Pin
Wendelius9-Feb-09 23:19
mentorWendelius9-Feb-09 23:19 
QuestionQuery still returning NOT EQUAL Fields Pin
Sunset Towers9-Feb-09 14:26
Sunset Towers9-Feb-09 14:26 
AnswerRe: Query still returning NOT EQUAL Fields Pin
Wendelius9-Feb-09 18:24
mentorWendelius9-Feb-09 18:24 
GeneralRe: Query still returning NOT EQUAL Fields Pin
Sunset Towers9-Feb-09 18:58
Sunset Towers9-Feb-09 18:58 
GeneralRe: Query still returning NOT EQUAL Fields Pin
Wendelius9-Feb-09 20:13
mentorWendelius9-Feb-09 20:13 
QuestionAllocation! Pin
Learner5209-Feb-09 12:40
Learner5209-Feb-09 12:40 
QuestionSQL Foreign Key Issue Pin
Harvey Saayman9-Feb-09 10:02
Harvey Saayman9-Feb-09 10:02 
AnswerRe: SQL Foreign Key Issue Pin
Wendelius9-Feb-09 18:14
mentorWendelius9-Feb-09 18:14 
GeneralRe: SQL Foreign Key Issue Pin
Harvey Saayman9-Feb-09 19:34
Harvey Saayman9-Feb-09 19:34 

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.