Viewing 15 posts - 6,196 through 6,210 (of 9,643 total)
I don't believe there is any difference in licensing between 32 and 64 bit editions of SQL Server. For licensing details you can download the MS Licensing guide here
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
January 19, 2009 at 11:48 pm
What is the script doing? The devil is in the details.
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
January 19, 2009 at 11:43 pm
I still don't understand your question.
Let's see if we can narrow things down a bit.
You have developed a report using SQL Server Reporting Services, correct?
This report retrieves data from 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
January 19, 2009 at 11:42 pm
Here is a blog post on one way to do it: http://blogs.msdn.com/ikovalenko/archive/2007/03/22/how-to-avoid-1000-rows-limitation-when-querying-active-directory-ad-from-sql-2005-with-using-custom-code.aspx
I'm not saying that this is how you should do it, I'm just saying you could do it 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
January 19, 2009 at 11:36 pm
Never seen this happen and I have office installed on all my PC's that I run Profiler from. Are there any errors in the event logs?
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
January 19, 2009 at 11:25 pm
Can you please expand upon your problem?
What is the error you are seeing? Is it the same issue that Josh is seeing?
Are the reports on 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
January 19, 2009 at 11:23 pm
From BOL:
Writing Queries for Multivalue Report Parameters
You can define a multivalue parameter for any report parameter that you create. However, if you want to pass multiple parameter values back 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
January 19, 2009 at 11:20 pm
joeroshan (1/19/2009)
You have written the query right. If you want just the client columns use subqueryYou can use select distinct client.* also
You don't need a subquery or distinct. If...
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
January 19, 2009 at 11:13 pm
This post has the only issues I've seen reported:
I have not done it yet, but will be in the next couple of weeks.
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
January 19, 2009 at 11:09 pm
K. Brian Kelley (1/19/2009)
Jeff Moden (1/19/2009)
Jack Corbett (1/19/2009)
Of course when the typo is still a word you need an editor. My original post "form" instead of "from".
My...
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
January 19, 2009 at 10:51 pm
K. Brian Kelley (1/19/2009)
GilaMonster (1/19/2009)
Jack Corbett (1/19/2009)
That's probably my favorite feature of the google toolbar, spell checking just like in Word.
Firefox has that built in. Why do you think 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
January 19, 2009 at 4:40 pm
The SSIS lookup solution will not perform as well as the set-based T-SQL solution.
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
January 19, 2009 at 3:09 pm
Maxim has pointed you in the right direction. Keep in mind that you can use all comparison operators in join's.
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
January 19, 2009 at 11:30 am
You can search the articles on this site. JumpstartTV is a video site that has a lot of SQL Server content (under 5 minute videos on a lot 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
January 19, 2009 at 11:27 am
Take a look at the SAVE TRANSACTION entry in BOL, it has a pretty good example.
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
January 19, 2009 at 8:36 am
Viewing 15 posts - 6,196 through 6,210 (of 9,643 total)