Click here to Skip to main content
15,887,344 members
Home / Discussions / Database
   

Database

 
GeneralRe: Error Pin
messages12-Apr-07 21:35
messages12-Apr-07 21:35 
GeneralRe: Error Pin
roel_v12-Apr-07 21:49
roel_v12-Apr-07 21:49 
AnswerRe: Error Pin
Jerry Hammond11-Apr-07 17:23
Jerry Hammond11-Apr-07 17:23 
GeneralRe: Error Pin
messages11-Apr-07 21:00
messages11-Apr-07 21:00 
GeneralRe: Error Pin
Jerry Hammond12-Apr-07 2:46
Jerry Hammond12-Apr-07 2:46 
GeneralRe: Error Pin
messages12-Apr-07 8:19
messages12-Apr-07 8:19 
QuestionCan i include a procedure inside a triger???? Pin
Vimalsoft(Pty) Ltd10-Apr-07 23:17
professionalVimalsoft(Pty) Ltd10-Apr-07 23:17 
AnswerRe: Can i include a procedure inside a triger???? Pin
Pete O'Hanlon11-Apr-07 1:11
mvePete O'Hanlon11-Apr-07 1:11 
Something to think about here. It is rarely a good idea to "fix" data from a trigger - how would you handle it? On an insert only - then what happens if the row is updated; ah, so you include the update. All of a sudden, you've got a cyclic reference, where the record is updated which fires the trigger.

Why not use a SSIS job to accomplish this? It could be run daily, and would take care of records that have been inserted/updated.

Deja View - the feeling that you've seen this post before.

QuestionRe: Can i include a procedure inside a triger???? Pin
Vimalsoft(Pty) Ltd11-Apr-07 20:43
professionalVimalsoft(Pty) Ltd11-Apr-07 20:43 
AnswerRe: Can i include a procedure inside a triger???? Pin
Pete O'Hanlon11-Apr-07 22:23
mvePete O'Hanlon11-Apr-07 22:23 
GeneralRe: Can i include a procedure inside a triger???? Pin
Vimalsoft(Pty) Ltd12-Apr-07 3:16
professionalVimalsoft(Pty) Ltd12-Apr-07 3:16 
QuestionDeallocating variable in SQL Server Pin
rachitdamani10-Apr-07 20:34
rachitdamani10-Apr-07 20:34 
AnswerRe: Deallocating variable in SQL Server Pin
Colin Angus Mackay10-Apr-07 20:41
Colin Angus Mackay10-Apr-07 20:41 
AnswerRe: Deallocating variable in SQL Server Pin
Jaiprakash M Bankolli10-Apr-07 20:57
Jaiprakash M Bankolli10-Apr-07 20:57 
AnswerRe: Deallocating variable in SQL Server Pin
N a v a n e e t h10-Apr-07 22:32
N a v a n e e t h10-Apr-07 22:32 
QuestionNotification when a new column is added to a table Pin
deepakts10-Apr-07 19:17
deepakts10-Apr-07 19:17 
AnswerRe: Notification when a new column is added to a table Pin
Jaiprakash M Bankolli10-Apr-07 20:58
Jaiprakash M Bankolli10-Apr-07 20:58 
QuestionTry/Catch with data acess Pin
Quinten.Miller10-Apr-07 18:47
Quinten.Miller10-Apr-07 18:47 
AnswerRe: Try/Catch with data acess Pin
Colin Angus Mackay10-Apr-07 20:38
Colin Angus Mackay10-Apr-07 20:38 
AnswerRe: Try/Catch with data acess Pin
Svett11-Apr-07 10:54
Svett11-Apr-07 10:54 
QuestionData Access Layer on Web Service Pin
Tuwing.Sabado10-Apr-07 16:36
Tuwing.Sabado10-Apr-07 16:36 
AnswerRe: Data Access Layer on Web Service Pin
Colin Angus Mackay10-Apr-07 20:45
Colin Angus Mackay10-Apr-07 20:45 
QuestionCan we add SQL Server 2000 backup to SQL Server 2005 Database? Pin
pubududilena10-Apr-07 3:44
pubududilena10-Apr-07 3:44 
AnswerRe: Can we add SQL Server 2000 backup to SQL Server 2005 Database? Pin
Krish - KP10-Apr-07 20:45
Krish - KP10-Apr-07 20:45 
GeneralRe: Can we add SQL Server 2000 backup to SQL Server 2005 Database? Pin
Marek Grzenkowicz11-Apr-07 0:38
Marek Grzenkowicz11-Apr-07 0:38 

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.