Viewing 15 posts - 7,366 through 7,380 (of 9,643 total)
What does won't work mean? You cannot connect, there is an error? Details are important.
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
September 26, 2008 at 7:06 am
In my opinion, if you do not need to use any of the new features in 2008, I'd stick without the upgrade for now. You do realize that unless...
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
September 26, 2008 at 7:03 am
I believe SSMS is using your windows credentials to browse to the folder, so it would be your credentials that do not have access to the folder. I could...
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
September 26, 2008 at 6:59 am
Without seeing the report definition it is very difficult to determine the issue. If SQL Server is returning the data correctly and you have no calculations in the report...
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
September 26, 2008 at 6:57 am
You cannot create server level roles. Maybe a flaw in the security design. I suppose you could do it by creating a role in model.
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
September 26, 2008 at 6:55 am
dpages is the number of 8K data pages the index uses.
You also do not need to include RowNum in the first non-clustered index because the Clustered index key is included...
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
September 26, 2008 at 6:50 am
I agree with Gail, I don't see anything in the trigger itself that would cause an error and with her comment about the trigger not handling a batch/set-based insert.
Ownership chaining...
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
September 26, 2008 at 6:38 am
Go to the Advanced Tab in the Lookup Transformation Editor and check "Enable Memory Restriction", check "Modify the SQL Statement", and click the Parameters button to map your 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
September 26, 2008 at 6:34 am
The first thing you need to determine is if the performance issue is the rendering of the report or the retrieving of data.
If it is the rendering of...
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
September 26, 2008 at 6:27 am
I guess I've been fortunate to have not had an "Eric" in any departments I've worked in, unless I was the "Eric" and didn't know it. I have had...
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
September 26, 2008 at 6:13 am
Chris Harshman (9/25/2008)
I'm suprised that Jeff Moden hasn't jumped all over this. 😉
Based on some of Jeff's other posts, he is pretty busy with work right now, so mainly...
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
September 25, 2008 at 7:58 am
Size and system activity really do matter in this case. Updating/deleting millions of rows while the database is in use is probably not the best idea while batching 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
September 25, 2008 at 7:36 am
I vaguely recall this article as well. I think performance wise they are similar.
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
September 25, 2008 at 7:31 am
It will be very difficult to improve the performance of this query as you are using 2 poor-performing items, a cursor and a linked server.
One thing that I...
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
September 25, 2008 at 7:21 am
Jeff Moden (9/24/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
September 24, 2008 at 7:26 pm
Viewing 15 posts - 7,366 through 7,380 (of 9,643 total)