Viewing 15 posts - 1 through 15 (of 17 total)
I ran into a similar issue recently using OpenQuery to connect to an Oracle instance. The failure was being caused by comments being inside the string that was passed thru...
March 6, 2012 at 10:30 am
I think you've misunderstood. This sp has 25 separate inserts that are all executed individually by setting the Query to a string and executing sp_executesql. Each insert is set to...
March 12, 2010 at 8:48 am
As long as you're using SSRS 2008 and you know the parent id this should be possible. In your report, go to the group properties for the Detail level of...
June 18, 2009 at 2:11 pm
I think you could make an argument for any of the answers. There wasn't enough information given in the question to choose a truly clear-cut best answer. char(1) and varchar(1)...
June 5, 2009 at 9:05 am
BOL lists Reporting Services as only being available on Enterprise, Standard, Workgroup, Web, and Express Advanced, not for regular Express edition. So shouldn't the You cannot have an Express edition...
April 20, 2009 at 9:38 am
It's finally starting to make sense. Thanks for taking the time to help me out!
March 12, 2009 at 1:04 pm
Could you expand a little on what makes rdl's impossible to apply styles to and the difference in rdl's and traditional xml? I'm still confused on what the differences actually...
March 12, 2009 at 12:49 pm
Thanks for your help. I've read the articles and I am investigating whether or not utilizing workaround custom assembly driven "style sheets" is the best solution but what I want...
March 12, 2009 at 12:31 pm
Thanks, I think that will accomplish what I need.
March 10, 2009 at 6:44 am
I was afraid that was the case. Thanks for all your help! I appreciate it.
February 12, 2009 at 1:30 pm
Here's the xml attached in a text file for better viewing.
February 12, 2009 at 12:37 pm
Sorry, here's the code snippet I meant to include in the previous post(with {} replacing <>):
{questionset}
{question vo="" id="1" returnOnIncorrect="false"}Will this work?{answer id="1" correct="0"}{input}Maybe{/input}{output vo=""}That is correct.{/output}{/answer}{/question}
{question vo="" id="2" returnOnIncorrect="false"}What time...
February 12, 2009 at 12:34 pm
I have encountered a new issue that I think may be due to poorly formatted xml but I'm not sure. I have this snippet of code:
...
February 12, 2009 at 12:25 pm
Thanks, it worked just fine. I'm still very new to using xml in sql so this helped out tremendously. Thanks again.
February 12, 2009 at 8:27 am
I think the answers should have been more detailed(for once). 32 Bit SQL Server 2008 alone does not support hot-add memory. It has to be Enterprise Edition and have AWE...
February 8, 2008 at 6:44 am
Viewing 15 posts - 1 through 15 (of 17 total)