Click here to Skip to main content
15,896,269 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL database works on IIS but not in client machines Pin
Eddy Vluggen4-Dec-10 2:18
professionalEddy Vluggen4-Dec-10 2:18 
AnswerRe: SQL database works on IIS but not in client machines Pin
G-Tek4-Dec-10 5:41
G-Tek4-Dec-10 5:41 
QuestionMaintain max x records Pin
Eduard Keilholz29-Nov-10 22:45
Eduard Keilholz29-Nov-10 22:45 
AnswerRe: Maintain max x records Pin
Mycroft Holmes30-Nov-10 0:05
professionalMycroft Holmes30-Nov-10 0:05 
GeneralRe: Maintain max x records Pin
PIEBALDconsult30-Nov-10 2:18
mvePIEBALDconsult30-Nov-10 2:18 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 2:45
Eduard Keilholz30-Nov-10 2:45 
GeneralRe: Maintain max x records Pin
David Skelly30-Nov-10 6:14
David Skelly30-Nov-10 6:14 
GeneralRe: Maintain max x records Pin
Chris Meech30-Nov-10 7:19
Chris Meech30-Nov-10 7:19 
This would be a good example of when to *not* use a trigger. Likely your trigger code is going to select on the very table table that fired the trigger in the first place. Ensuring that this doesn't open the door for unlimited recursion could become difficult. If there is a high water mark of how many rows are allowed, making use of a procedure to enforce that is your best bet. I've seen circular logs where the procedure will update existing records, instead of deleting and inserting something new. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

GeneralRe: Maintain max x records Pin
Jason Christian1-Dec-10 6:52
Jason Christian1-Dec-10 6:52 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 20:16
Eduard Keilholz30-Nov-10 20:16 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 2:43
Eduard Keilholz30-Nov-10 2:43 
GeneralRe: Maintain max x records Pin
Mycroft Holmes30-Nov-10 11:25
professionalMycroft Holmes30-Nov-10 11:25 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 20:14
Eduard Keilholz30-Nov-10 20:14 
GeneralRe: Maintain max x records Pin
Spectre_0011-Dec-10 1:41
Spectre_0011-Dec-10 1:41 
AnswerRe: Maintain max x records Pin
Pete O'Hanlon30-Nov-10 4:55
mvePete O'Hanlon30-Nov-10 4:55 
AnswerRe: Maintain max x records Pin
PIEBALDconsult30-Nov-10 17:57
mvePIEBALDconsult30-Nov-10 17:57 
AnswerRe: Maintain max x records Pin
Dwayne J. Baldwin30-Nov-10 20:40
Dwayne J. Baldwin30-Nov-10 20:40 
AnswerRe: Maintain max x records Pin
Member 40648382-Dec-10 0:31
Member 40648382-Dec-10 0:31 
GeneralRe: Maintain max x records Pin
Eduard Keilholz2-Dec-10 1:05
Eduard Keilholz2-Dec-10 1:05 
Questionbest way to return is_exists Pin
Jassim Rahma29-Nov-10 22:35
Jassim Rahma29-Nov-10 22:35 
Questiondefault blob Pin
Jassim Rahma29-Nov-10 22:30
Jassim Rahma29-Nov-10 22:30 
AnswerRe: default blob Pin
David Skelly30-Nov-10 1:45
David Skelly30-Nov-10 1:45 
Questionmysql problem Pin
mylogics28-Nov-10 23:16
professionalmylogics28-Nov-10 23:16 
AnswerRe: mysql problem Pin
Jörgen Andersson28-Nov-10 23:49
professionalJörgen Andersson28-Nov-10 23:49 
AnswerRe: mysql problem Pin
RaviRanjanKr29-Nov-10 0:07
professionalRaviRanjanKr29-Nov-10 0:07 

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.