Nikki

Nikki

  • NA
  • 103
  • 2.8k

Increase column in temp table by another table

Sep 16 2018 7:48 PM
In a stored procedure , I have 2 temp tables. I created these 2 tables from database dynamically.
 
First Table  #Students(Name NVARCHAR(50))
Second Table #Subjects(Subject NVARCHAR(50))
 
Rows in #students and #subjects may increase. Kindly suggest me any solution.
I attached a excel file for this
 
 
 
 
 

Attachment: Record.zip

Answers (3)