Viewing 15 posts - 5,821 through 5,835 (of 9,643 total)
GilaMonster (2/26/2009)
A re-read and summary of the entire Wheel of Time, reducing each chapter to what looks like 500-700 words. At...
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
February 26, 2009 at 11:43 am
But it reduces the the added characters from 50 to 25, which I would consider an improvement.
Have you tried doing an RTRIM in the query?
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
February 26, 2009 at 9:17 am
Through the web-based report manager interface (http://servername/reports if you stuck with the defaults in install) you need to go to properties and add windows users or groups to a SSRS...
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
February 26, 2009 at 9:15 am
You may want to check out this article: http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1299068,00.html.
I also believe you are not leaving enough memory for the OS. I have rad somewhere, and I can't find where,...
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
February 26, 2009 at 9:01 am
It's been awhile since I've worked with ADO, but I think you might be better off using a commandType of stored procedure and use parameters. Then you can get...
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
February 26, 2009 at 8:48 am
Based on what I read in BOL, your only option for this is to use the @width parameter which you seem to think you can't use. HAve you tried...
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
February 26, 2009 at 8:38 am
You may be interested in this blog post by Brian Kelley: http://www.sqlservercentral.com/blogs/brian_kelley/archive/2009/02/20/you-must-trust-your-dbas.aspx
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
February 26, 2009 at 8:26 am
Is this a database that was upgraded from SQL Server 7, 2000? Check the compatibility setting of the database.
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
February 26, 2009 at 8:17 am
If you are running a desktop application then Trusted Connections are the way to go. With web applications they are a little more difficult to implement, but still, IMO,...
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
February 26, 2009 at 7:36 am
It could be that your email administrator has put a limit on the size of attachments. I'd check there first.
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
February 26, 2009 at 7:34 am
I have not used EF yet, but have done a little with Linq to SQL which is somewhat similar, although not as robust. One of the issues with Linq...
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
February 26, 2009 at 7:31 am
We need a little more information.
What is "the system"?
What is the new operating system?
What is the old operating system?
What is the operation you are trying to perform?
Can 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
February 26, 2009 at 7:14 am
This is a problem I have dealt with as well. Since you are not writing to the ID variable you should not include it in the ReadWrite Variables property...
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
February 26, 2009 at 7:06 am
Yes, this would work, but you would have some overhead creating the query and you also, depending on your implementation, open yourself up to SQL Injection.
Couldn't you set up a...
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
February 26, 2009 at 6:57 am
Are you calling a stored procedure or is the query embedded in the report dataset?
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
February 26, 2009 at 6:25 am
Viewing 15 posts - 5,821 through 5,835 (of 9,643 total)