Click here to Skip to main content
15,890,399 members
Home / Discussions / Database
   

Database

 
AnswerRe: automatically Run an Sql statement Pin
Colin Angus Mackay27-Sep-05 9:49
Colin Angus Mackay27-Sep-05 9:49 
AnswerRe: automatically Run an Sql statement Pin
Bigfootguy27-Sep-05 20:53
Bigfootguy27-Sep-05 20:53 
AnswerRe: automatically Run an Sql statement Pin
achrafus28-Sep-05 10:20
achrafus28-Sep-05 10:20 
GeneralRe: automatically Run an Sql statement Pin
Member 219430729-Sep-05 7:35
Member 219430729-Sep-05 7:35 
GeneralRe: automatically Run an Sql statement Pin
Anonymous29-Sep-05 7:40
Anonymous29-Sep-05 7:40 
QuestionDifference between FOR and UPDATE Pin
pssuresh27-Sep-05 8:45
pssuresh27-Sep-05 8:45 
AnswerRe: Difference between FOR and UPDATE Pin
ankur61127-Sep-05 23:25
ankur61127-Sep-05 23:25 
AnswerRe: Difference between FOR and UPDATE Pin
Bigfootguy29-Sep-05 21:58
Bigfootguy29-Sep-05 21:58 
You CREATE TRIGGER [TRIGGER NAME] ON [dbo].[AddressMenuItems]
FOR INSERT, UPDATE, DELETE [choose one of those].
AS ...
That's the syntax, and it is prompted by the SQL Server when you create a new trigger.
There is no such thing as "Trigger FOR" without either INSERT / UPDATE or DELETE.
I hope that helps.


Best

Bigfootguy
QuestionExtra Spaces when Generating a text file using OSQL Pin
Daredeviljpr27-Sep-05 8:34
Daredeviljpr27-Sep-05 8:34 
AnswerRe: Extra Spaces when Generating a text file using OSQL Pin
Edbert P27-Sep-05 18:03
Edbert P27-Sep-05 18:03 
GeneralRe: Extra Spaces when Generating a text file using OSQL Pin
Daredeviljpr28-Sep-05 7:39
Daredeviljpr28-Sep-05 7:39 
QuestionHow to create a copy of databse using SQLDMO Pin
Asmakhan27-Sep-05 7:13
Asmakhan27-Sep-05 7:13 
AnswerRe: How to create a copy of databse using SQLDMO Pin
miah alom27-Sep-05 8:51
miah alom27-Sep-05 8:51 
QuestionSQL Server in US, client in asia - how to? Pin
chuckoc27-Sep-05 3:19
chuckoc27-Sep-05 3:19 
AnswerRe: SQL Server in US, client in asia - how to? Pin
oskardiazdeleon3-Oct-05 17:47
oskardiazdeleon3-Oct-05 17:47 
QuestionMTXOCI Access Violation Pin
grinder27-Sep-05 1:37
grinder27-Sep-05 1:37 
QuestionHow to send files stored in Sql server database as an attachment with Email?? Pin
Nilesh Gambhava26-Sep-05 21:45
Nilesh Gambhava26-Sep-05 21:45 
QuestionSQL JOB (DTS PACKAGE) NOT RUNNING. Pin
Bigfootguy26-Sep-05 14:56
Bigfootguy26-Sep-05 14:56 
AnswerRe: SQL JOB (DTS PACKAGE) NOT RUNNING. Pin
Bigfootguy27-Sep-05 21:26
Bigfootguy27-Sep-05 21:26 
QuestionINSERT vs SELECT Pin
shoaibnawaz26-Sep-05 11:37
shoaibnawaz26-Sep-05 11:37 
AnswerRe: INSERT vs SELECT Pin
miah alom26-Sep-05 11:55
miah alom26-Sep-05 11:55 
AnswerRe: INSERT vs SELECT Pin
Colin Angus Mackay26-Sep-05 12:11
Colin Angus Mackay26-Sep-05 12:11 
QuestionRe: INSERT vs SELECT Pin
shoaibnawaz26-Sep-05 19:23
shoaibnawaz26-Sep-05 19:23 
AnswerRe: INSERT vs SELECT Pin
Colin Angus Mackay27-Sep-05 9:36
Colin Angus Mackay27-Sep-05 9:36 
AnswerRe: INSERT vs SELECT Pin
Edbert P27-Sep-05 17:54
Edbert P27-Sep-05 17:54 

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.