Viewing 15 posts - 7,876 through 7,890 (of 9,643 total)
Rack,
If you need a SQL 2000 solution you should post in SQL 2000 forum. Many posters, like myself, will base our answers on the forum we are in.
Here you...
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
August 18, 2008 at 12:56 pm
Never having had the pleasure of working with Oracle, could explain what PERCENTILE_CONT does? Then even a neophyte like myself might be able to help.
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
August 18, 2008 at 12:26 pm
I've been working with SQL Server since 1999 and know next to nothing about clustering as I've never worked on a database large enough or really, critical enough to warrant...
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
August 18, 2008 at 12:25 pm
You first should attempt to determine what size your TX Log should be. The typically recommended starting point is 20% of the database size. It may be you...
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
August 18, 2008 at 12:19 pm
Yes the developer is right.
A 45.6GB log file shouldn't need to grow if you are doing regular log file backups. I'd even venture to say that you could reduce...
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
August 18, 2008 at 11:51 am
Under SQL Server Agent Properties -> History you can specify how much history you want to keep for job execution. By default it is 1000 total rows with 100...
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
August 18, 2008 at 11:49 am
Here is my list in order of importance (my opinion only of course):
1. Backup and Restore. If you can't get the data back after a problem you aren't...
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
August 18, 2008 at 11:41 am
Steve Jones - Editor (8/18/2008)
Troy, that sounds great, but now you get the great view of the Rockies! Not sure which one I prefer.
I know in December I prefer 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
August 18, 2008 at 10:47 am
J (8/18/2008)
In my opinion, code clarity is more important that hoping the squeeze out a minuscule improvement in performance.
For instance, I was told, when joining two tables that this code:
[font="Courier...
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
August 18, 2008 at 8:59 am
[rsCompilerErrorInCode] There is an error on line 5 of custom code: [BC42021] Function without an 'As' clause; return type of Object assumed.
This error is in VB.NET Code that is embedded...
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
August 18, 2008 at 8:54 am
psmith (8/18/2008)
Steve Jones - Editor (8/18/2008)
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
August 18, 2008 at 8:46 am
I don't know of a simple way to change the language of a report, but here is an option, albeit not necessarily the best or possibly the easiest. You...
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
August 18, 2008 at 8:39 am
diana.rhoades (8/18/2008)
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
August 18, 2008 at 8:33 am
What it really does it iterate over the list of databases and replaces the "?" with the database name, so for your query you would want to do this:
EXEC sp_msforeachdb...
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
August 18, 2008 at 8:28 am
Well, which column is the branch? Just modify my query to add the branch to the output and then add a group by branch.
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
August 18, 2008 at 8:10 am
Viewing 15 posts - 7,876 through 7,890 (of 9,643 total)