Viewing 15 posts - 5,131 through 5,145 (of 9,643 total)
Thanks for posting the link Lutz. Looks like I only wasted a little time on this thread.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 11, 2009 at 2:36 pm
Brent Ozar has series of blog posts on How to Get Junior DBA job that is pretty good found here[/url]. You probably aren't looking for a junior position, but...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 11, 2009 at 2:33 pm
I've been involved in a similar project where we used an EAV method. We had category and type tables and then defined the EAV values base don category and...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 11, 2009 at 2:22 pm
I'm going to ask some questions to clarify the problem. All of the questions would be answered if you had posted the question using th emethod suggested in the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 11, 2009 at 2:12 pm
Nice and article and an interesting concept. I'd also be concerned about overhead and space issues. Although space issues could easily be dealt with by purging the table...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 11, 2009 at 2:00 pm
Wouldn't part of processing the file be moving/renaming/deleting it?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 1:59 pm
I recommend against doing something like creating a file from a trigger. Why? Because the trigger is part of the transaction and if your trigger fails for any...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 1:32 pm
So maybe the despite should be because. 😛
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 12:21 pm
Paul White (5/8/2009)
Jack,The three of us are agreeing - though the casual observer might be hard pressed to spot it :laugh:
Paul
No doubt as it took me a minute to figure...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 12:06 pm
Barry,
Yes your examples are actually the "safer" version of using select. The issue I have, and I use both Set and Select is that
Select @i = object_from sys.all_objects
Will work...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 11:57 am
JuanBob (5/8/2009)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 11:48 am
Why not just schedule a job to run hourly and if the file exists process it.
Then the code in one job is:
If file exists THen
run job...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 10:04 am
I am a firm believer in defining all foreign keys in the database. Yes, there is a small performance hit in verifying the key, but you have to verify...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 9:58 am
Are you setting it up using the properties of the textbox using Jump to Report on the navigation tab? Once you pick the report you can set the parameters...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 9:14 am
Check out this MS Support Article, http://support.microsoft.com/kb/842014. It is not about Profiler, but addresses similar issue with Outlook connecting to the BCM database in SQL Server. The dll is...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 7:00 am
Viewing 15 posts - 5,131 through 5,145 (of 9,643 total)