Viewing 15 posts - 4,411 through 4,425 (of 9,643 total)
Are you sure that you are deploying to a 2008 report server and not a 2005 report server?
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 13, 2009 at 8:08 am
Have you gone into SQL Server Surface Area Configuration Manager and set the server to allow remote connections via either Named Pipes or TCP/IP Or both?
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 13, 2009 at 8:04 am
Here's a list of resources on this site for Profiler.
We would need more details in order to provide performance optimization tips. Here's a list of optimization resources on this...
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 13, 2009 at 7:59 am
Most, if not all, of these settings are part of the connection. ADO, ADO.NET, and ODBC all have different defaults so sometimes it depends on the method used to...
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 13, 2009 at 7:54 am
Sure you can re-use your data source. When you select New Dataset it gives you the option of selecting a data source or creating a new one.
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 13, 2009 at 7:51 am
I don't see you execute the T-SQL code anywhere. All I see you doing is creating a variable initializing it with a T-SQL string. At some point 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 13, 2009 at 7:25 am
Grant Fritchey (8/13/2009)
"And this article I wrote was plagiarized five times in...
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 13, 2009 at 6:32 am
RBarryYoung (8/12/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
August 12, 2009 at 1:57 pm
Are you returning ALL the rows and ALL the columns? If not, what is your WHERE clause? Have you looked at your execution plan?
Have you checked blocks? ...
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 12, 2009 at 1:54 pm
There are a whole lot of resources out there.
http://www.jumpstarttv.com - short (3-5 minute), specific how-to videos
http://channel9.msdn.com/Tags/ - videos on just about everything microsoft. Over 200 on SQL Server 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 12, 2009 at 1:34 pm
I'm not sure that there is a tool out there that will do what you want. Any comparison tool is going to be looking to compare the same schemas.
One...
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 12, 2009 at 1:19 pm
I pretty much always point people to Michelle Ufford's Index Defrag Script[/url] for index maintenance.
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 12, 2009 at 8:15 am
Just be sure you didn't use any Enterprise Edition only features when developing using Developer Edition.
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 12, 2009 at 8:10 am
Typically if you have a View that you need to pass parameters to, you would create a table-valued function. You should be okay with that performance-wise as long as...
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 12, 2009 at 8:08 am
I'm not sure you can have truncate permissions without having DROP.
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 11, 2009 at 8:39 am
Viewing 15 posts - 4,411 through 4,425 (of 9,643 total)