Viewing 15 posts - 3,016 through 3,030 (of 5,111 total)
You could use a expression on the format of the textbox. YOu'll need to likely tweak this a bit, maybe use a Row Number function instead of the ID's value,...
October 2, 2017 at 2:43 am
This doesn't look like the logins are "disappearing", but that the there is no user linked to that login on the database. When creating the login, are you also creating...
October 2, 2017 at 2:37 am
GG_BI_GG - Friday, September 29, 2017 4:44 AMMicrosoft SQL Server Business Intelligence (64-bit)SQL Server 2014 database
As stated in that page that...
September 29, 2017 at 4:54 am
Although it is still a...
September 29, 2017 at 4:42 am
I will check.
Goal is that I would like to have select of all...
September 29, 2017 at 4:05 am
Here's a very quick "introduction" that I wrote up while waiting for the coach. This might give you some idea on what you can do with powershell:[CmdletBinding()]
Param(
...
September 29, 2017 at 3:50 am
Add an expression to the colour on the text box which returns the colour. To start you off:=iif((Fields!YourField.Value = "TOP RAIL") Or (Fields!YourField.Value = "BOTTOM RAIL"), "Red", iif((Fields!YourField.Value =...
September 29, 2017 at 2:44 am
When you say query, what is your goal? To run the same query on multiple instances, which will return many resultsets, or are you aiming to run one query/process that...
September 29, 2017 at 2:23 am
With LAG([FieldName],2), I'd also expect the 2nd row to return a NULL as well. The 2 is telling SQL Server to return the result from 2 rows prior....
September 29, 2017 at 2:21 am
A Calendar table is the right method, so if it's not working I would guess you're SQL isn't right.
You need to use the dates in your Calendar table...
September 29, 2017 at 2:10 am
September 28, 2017 at 3:39 pm
Yes, it does (as shown in the picture in the highlighted text).
https://www.microsoft.com/en-us/sql-server/sql-server-downloads
September 28, 2017 at 2:31 pm
But in Microsoft site and most of...
September 28, 2017 at 1:04 pm
jasona.work - Thursday, September 28, 2017 10:47 AMHeh
One of my customers still pulls in data, in flat files, from a mainframe...
Shush,...
September 28, 2017 at 11:39 am
Viewing 15 posts - 3,016 through 3,030 (of 5,111 total)