Click here to Skip to main content
15,888,521 members
Home / Discussions / Database
   

Database

 
GeneralRe: MSSQL : getting data from few tables Pin
Ben Fair3-Dec-08 5:04
Ben Fair3-Dec-08 5:04 
QuestionHow can I store PDB files? Pin
harcaype3-Dec-08 1:00
harcaype3-Dec-08 1:00 
AnswerRe: How can I store PDB files? Pin
Jay Royall3-Dec-08 1:19
Jay Royall3-Dec-08 1:19 
AnswerRe: How can I store PDB files? Pin
Giorgi Dalakishvili3-Dec-08 4:35
mentorGiorgi Dalakishvili3-Dec-08 4:35 
QuestionInsert before update -the first data- in a historical table Pin
foryou3-Dec-08 0:11
foryou3-Dec-08 0:11 
AnswerRe: Insert before update -the first data- in a historical table Pin
Blue_Boy3-Dec-08 0:21
Blue_Boy3-Dec-08 0:21 
GeneralRe: Insert before update -the first data- in a historical table Pin
foryou3-Dec-08 0:50
foryou3-Dec-08 0:50 
GeneralRe: Insert before update -the first data- in a historical table Pin
Blue_Boy3-Dec-08 0:57
Blue_Boy3-Dec-08 0:57 
Use triggers[^].
While updating data in table Table1 (I sugggest you to rename this table 'Table1' and give it any meaningful name) execute trigger which do insert in historical_table1.


I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


GeneralRe: Insert before update -the first data- in a historical table Pin
foryou3-Dec-08 1:22
foryou3-Dec-08 1:22 
GeneralRe: Insert before update -the first data- in a historical table Pin
Blue_Boy3-Dec-08 1:41
Blue_Boy3-Dec-08 1:41 
GeneralRe: Insert before update -the first data- in a historical table Pin
foryou3-Dec-08 2:50
foryou3-Dec-08 2:50 
GeneralRe: Insert before update -the first data- in a historical table Pin
Blue_Boy3-Dec-08 5:06
Blue_Boy3-Dec-08 5:06 
QuestionCreate A USER in Databse Pin
kibromg3-Dec-08 0:01
kibromg3-Dec-08 0:01 
AnswerRe: Create A USER in Databse Pin
Ashfield3-Dec-08 7:13
Ashfield3-Dec-08 7:13 
QuestionReplace function Pin
Jay Royall2-Dec-08 23:47
Jay Royall2-Dec-08 23:47 
AnswerRe: Replace function Pin
RGTuffin3-Dec-08 1:19
RGTuffin3-Dec-08 1:19 
GeneralRe: Replace function Pin
Jay Royall3-Dec-08 1:35
Jay Royall3-Dec-08 1:35 
GeneralRe: Replace function Pin
Ben Fair3-Dec-08 3:54
Ben Fair3-Dec-08 3:54 
GeneralRe: Replace function Pin
Jay Royall3-Dec-08 4:17
Jay Royall3-Dec-08 4:17 
QuestionDuplicate in join Pin
gnjunge2-Dec-08 2:25
gnjunge2-Dec-08 2:25 
AnswerRe: Duplicate in join Pin
Wendelius2-Dec-08 2:52
mentorWendelius2-Dec-08 2:52 
GeneralRe: Duplicate in join Pin
gnjunge2-Dec-08 2:57
gnjunge2-Dec-08 2:57 
GeneralRe: Duplicate in join Pin
Wendelius2-Dec-08 3:11
mentorWendelius2-Dec-08 3:11 
AnswerRe: Duplicate in join [modified] Pin
Blue_Boy2-Dec-08 9:11
Blue_Boy2-Dec-08 9:11 
GeneralRe: Duplicate in join Pin
gnjunge2-Dec-08 20:21
gnjunge2-Dec-08 20:21 

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.