Click here to Skip to main content
15,912,665 members
Home / Discussions / Database
   

Database

 
GeneralRe: trigger when updation occur Pin
Eric Dahlvang9-Nov-06 3:02
Eric Dahlvang9-Nov-06 3:02 
QuestionCSV import problem with Money data-type Pin
hasanali008-Nov-06 0:37
hasanali008-Nov-06 0:37 
AnswerRe: CSV import problem with Money data-type Pin
Colin Angus Mackay8-Nov-06 6:05
Colin Angus Mackay8-Nov-06 6:05 
QuestionHow to insert jpeg file into sql server 2000 And how to retrieve to .net form Pin
Parameswar Mal8-Nov-06 0:21
Parameswar Mal8-Nov-06 0:21 
AnswerRe: How to insert jpeg file into sql server 2000 And how to retrieve to .net form Pin
Colin Angus Mackay8-Nov-06 6:02
Colin Angus Mackay8-Nov-06 6:02 
QuestionTrigger Problem in sql server 2000 Pin
monika_vasvani7-Nov-06 20:12
monika_vasvani7-Nov-06 20:12 
AnswerRe: Trigger Problem in sql server 2000 Pin
Mairaaj Khan7-Nov-06 20:36
professionalMairaaj Khan7-Nov-06 20:36 
AnswerRe: Trigger Problem in sql server 2000 Pin
PavanPareta7-Nov-06 22:17
PavanPareta7-Nov-06 22:17 
What is actual use of inserted and deleted temporary system table in triggers in sql server2000?

In trigger fired, you have to know what changes were made as part of the data modification. You can find this information in the inserted and deleted tables. For the AFTER trigger, these tables are actually views of the rows in the transaction log that were modified by the statement.


what is the importance of using it?
In case of Database Rollbacking....!!

Cheer

Pavan Pareta

QuestionSearch creteria based on multiple columns Pin
Ravi Shankar437-Nov-06 20:02
Ravi Shankar437-Nov-06 20:02 
AnswerRe: Search creteria based on multiple columns Pin
PavanPareta9-Nov-06 19:21
PavanPareta9-Nov-06 19:21 
Questiondataware housing Pin
king sunny7-Nov-06 18:47
king sunny7-Nov-06 18:47 
AnswerRe: dataware housing Pin
playout7-Nov-06 18:58
playout7-Nov-06 18:58 
Questionerror browsing reportserver on a sql 2005 64bit machine Pin
playout7-Nov-06 9:16
playout7-Nov-06 9:16 
QuestionConcatenate rows together through SQL query Pin
xoxoxoxoxoxox7-Nov-06 8:04
xoxoxoxoxoxox7-Nov-06 8:04 
JokeRe: Concatenate rows together through SQL query Pin
xoxoxoxoxoxox8-Nov-06 12:21
xoxoxoxoxoxox8-Nov-06 12:21 
AnswerRe: Concatenate rows together through SQL query Pin
Eric Dahlvang9-Nov-06 3:48
Eric Dahlvang9-Nov-06 3:48 
GeneralRe: Concatenate rows together through SQL query Pin
xoxoxoxoxoxox9-Nov-06 13:41
xoxoxoxoxoxox9-Nov-06 13:41 
QuestionHow does sql parameters work? Pin
Genbox7-Nov-06 7:23
Genbox7-Nov-06 7:23 
AnswerRe: How does sql parameters work? Pin
Paul Conrad7-Nov-06 7:26
professionalPaul Conrad7-Nov-06 7:26 
GeneralRe: How does sql parameters work? Pin
Genbox7-Nov-06 7:32
Genbox7-Nov-06 7:32 
GeneralRe: How does sql parameters work? Pin
User 17164927-Nov-06 7:36
professionalUser 17164927-Nov-06 7:36 
GeneralRe: How does sql parameters work? Pin
Genbox7-Nov-06 7:47
Genbox7-Nov-06 7:47 
GeneralRe: How does sql parameters work? Pin
Paul Conrad7-Nov-06 7:47
professionalPaul Conrad7-Nov-06 7:47 
GeneralRe: How does sql parameters work? Pin
Paul Conrad7-Nov-06 7:47
professionalPaul Conrad7-Nov-06 7:47 
GeneralRe: How does sql parameters work? Pin
Genbox7-Nov-06 7:51
Genbox7-Nov-06 7:51 

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.