Viewing 15 posts - 3,541 through 3,555 (of 5,111 total)
Just incase, to quote from Microsoft Docs:
ntext, text and image (Transact-SQL)
IMPORTANT! ntext, text, and image data types will be removed in a future version...
July 11, 2017 at 10:13 am
July 11, 2017 at 10:08 am
The text data type has been deprecated since 2008. This does not mean, however, that it has been removed. Deprecated means that the functionality will be removed in a future...
July 11, 2017 at 10:02 am
I will admit, often SSRS is at least a little slower at returning results than when running a query in SSMS. One of the biggest reasons is due to rendering....
July 11, 2017 at 9:07 am
The above would work. If [Table A] has 3 rows, and [Table B] has 6, then the links would go (A -> B):
1 -> 4
2 -> 5
July 11, 2017 at 8:23 am
If I'm correct, you effectively want to match the Maximum RowNum in Table A to the Maximum RowNum in Table B, and then work your way down, correct? Using a...
July 11, 2017 at 7:27 am
The report you have screenshot only contains one page, however, no, I do not believe you can set up the Report Viewer to automatically scroll to the next page when...
July 11, 2017 at 5:44 am
=DATEADD("h", DATEDIFF("h", "01/01/2000", DateAdd("h",5,Fields!trdtutc2.Value)) - (DATEDIFF("h",...July 11, 2017 at 5:02 am
Ok, you've editted your post, which is actually provides a little more explanation.
You could do this with SSRS expressions. You'll need to group on the value:=Dateadd("h", 2,Dateadd("h",...
July 11, 2017 at 4:57 am
July 11, 2017 at 4:48 am
July 11, 2017 at 4:41 am
Have you tried running the SQL Server Setup like it suggests? What messages do you get when you do?
July 11, 2017 at 4:22 am
Without knowing exactly, what your aim is, providing an expression is hard. For example, if you wanted to group in sets of 2 hours, then something like the following should...
July 11, 2017 at 3:31 am
Viewing 15 posts - 3,541 through 3,555 (of 5,111 total)