Viewing 15 posts - 31 through 45 (of 248 total)
You mentioned the following, "In Edge, you can experiment with different document compatibility models". Can you tell...
January 14, 2018 at 7:32 pm
The following pertains to what you mentioned above:
1. 'You could use WHERE EXISTS and correlated subqueries,. Would you show me an example of using the where exists? Would you...
January 7, 2018 at 8:31 pm
How about what is wrong with what I just submitted? The splitter function works for everything else at my company. I would like to know why it does not work...
December 19, 2017 at 2:02 pm
I like the idea of having a third report that lets you select 1 report or the other report. However how about if the user wants to select both reports...
October 11, 2017 at 1:31 pm
So the only thing I can do is on each parameter is to say this parameter value is only used for the 'new' report as part of the parameter name...
October 4, 2017 at 3:16 pm
I have a tablix at the bottom of the report that contains only two columns that displays the report parameters and this works. Thus are you saying that if I...
September 15, 2017 at 8:49 am
Depending upon the rdl the report comes from, the report takes 1 minute and 30 seconds to display. There is no stored procedure. The sql is embedded in the report....
July 27, 2017 at 8:02 am
Would you show me how to use a switch statement?
June 2, 2017 at 8:09 am
Yes I did read his answer. However my IT manager does not want me to use that code.
Thus would you show me what you mean by 'table-valued parameter'?
June 2, 2017 at 8:07 am
Can you show me how to do both of your options? The table-valued parameter and/or use something like DelimitedSplit8K ?
June 1, 2017 at 4:14 pm
Where can I access NGrams8K or DelimitedSplit8K in the sql server 2012 database?
I want to use either NGrams8K or DelimitedSplit8K as you suggested but I cannot find them in the...
May 22, 2017 at 3:58 pm
Thanks for showing me the sql:
Here is the table with the canned 'comments' listed below:
CREATE TABLE [dbo].[GradingCommentTemplate](
[commentID] [int] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
[schoolID] [int] NULL,
[comment]...
May 22, 2017 at 8:56 am
May 20, 2017 at 8:29 pm
Yes there is a table where the canned statements are stored at. The problem is the unique identifier stored in the canned table are not passed along to the table...
May 20, 2017 at 8:22 pm
Viewing 15 posts - 31 through 45 (of 248 total)