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

Database

 
AnswerRe: Group By 30 Minutes Pin
J4amieC24-Jun-10 3:31
J4amieC24-Jun-10 3:31 
GeneralRe: Group By 30 Minutes Pin
It_tech24-Jun-10 3:56
It_tech24-Jun-10 3:56 
GeneralRe: Group By 30 Minutes Pin
J4amieC24-Jun-10 6:15
J4amieC24-Jun-10 6:15 
GeneralRe: Group By 30 Minutes Pin
It_tech24-Jun-10 6:20
It_tech24-Jun-10 6:20 
GeneralRe: Group By 30 Minutes Pin
Mycroft Holmes24-Jun-10 11:49
professionalMycroft Holmes24-Jun-10 11:49 
GeneralRe: Group By 30 Minutes Pin
It_tech25-Jun-10 0:50
It_tech25-Jun-10 0:50 
QuestionTrigger Issue Pin
Elizma23-Jun-10 23:08
Elizma23-Jun-10 23:08 
AnswerRe: Trigger Issue Pin
Mycroft Holmes24-Jun-10 1:09
professionalMycroft Holmes24-Jun-10 1:09 
It seems likely that linked servers do not support triggers (spit - I hate triggers) so I would do the following.

Do some reading on linked server/triggers (you mey get a definitive answer here).

Move the insert to Access out of the trigger and into the proc that inserts into your SQL table. You will miss any inserts that do not go through the proc but is will work.

If you have data inserting from another source then track it down and nail it.
Never underestimate the power of human stupidity
RAH

QuestionHow to deny accessing from OleDb Provider when Excel is opening? Pin
[N][Q][H]23-Jun-10 16:35
[N][Q][H]23-Jun-10 16:35 
AnswerRe: How to deny accessing from OleDb Provider when Excel is opening? Pin
Mycroft Holmes23-Jun-10 17:25
professionalMycroft Holmes23-Jun-10 17:25 
AnswerRe: How to deny accessing from OleDb Provider when Excel is opening? Pin
_Damian S_23-Jun-10 17:28
professional_Damian S_23-Jun-10 17:28 
AnswerRe: How to deny accessing from OleDb Provider when Excel is opening? Pin
[N][Q][H]23-Jun-10 17:37
[N][Q][H]23-Jun-10 17:37 
QuestionOnly one expression can be specified in the select list when the subquery is not introduced with EXISTS. Pin
Naunt22-Jun-10 16:01
Naunt22-Jun-10 16:01 
AnswerRe: Only one expression can be specified in the select list when the subquery is not introduced with EXISTS. Pin
thatraja22-Jun-10 17:50
professionalthatraja22-Jun-10 17:50 
AnswerRe: Only one expression can be specified in the select list when the subquery is not introduced with EXISTS. PinPopular
Mycroft Holmes22-Jun-10 19:23
professionalMycroft Holmes22-Jun-10 19:23 
AnswerRe: Only one expression can be specified in the select list when the subquery is not introduced with EXISTS. Pin
Ganu Sharma22-Sep-11 2:57
Ganu Sharma22-Sep-11 2:57 
QuestionTechnical Aspect of SQL 2k or 2k5 Replication Pin
Abdul Rahman Hamidy20-Jun-10 19:52
Abdul Rahman Hamidy20-Jun-10 19:52 
AnswerRe: Technical Aspect of SQL 2k or 2k5 Replication Pin
Eddy Vluggen21-Jun-10 4:58
professionalEddy Vluggen21-Jun-10 4:58 
QuestionGenerate Script Wizard in SQL 2005/2008 Pin
Vimalsoft(Pty) Ltd19-Jun-10 3:36
professionalVimalsoft(Pty) Ltd19-Jun-10 3:36 
AnswerRe: Generate Script Wizard in SQL 2005/2008 Pin
Mycroft Holmes20-Jun-10 14:52
professionalMycroft Holmes20-Jun-10 14:52 
GeneralRe: Generate Script Wizard in SQL 2005/2008 Pin
Vimalsoft(Pty) Ltd20-Jun-10 20:07
professionalVimalsoft(Pty) Ltd20-Jun-10 20:07 
QuestionFast query, slow fetch in SQL Server 2008 Pin
jan larsen17-Jun-10 2:18
jan larsen17-Jun-10 2:18 
AnswerRe: Fast query, slow fetch in SQL Server 2008 Pin
Chris Meech17-Jun-10 3:14
Chris Meech17-Jun-10 3:14 
GeneralRe: Fast query, slow fetch in SQL Server 2008 Pin
jan larsen17-Jun-10 19:26
jan larsen17-Jun-10 19:26 
GeneralRe: Fast query, slow fetch in SQL Server 2008 Pin
Chris Meech18-Jun-10 1:04
Chris Meech18-Jun-10 1:04 

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.