Viewing 15 posts - 4,171 through 4,185 (of 5,111 total)
I am glad for message, but when there is no data associated, the...
February 28, 2017 at 2:39 am
I can't actually see a details group on your Tablix 5, only the Group Rodzaj.
I'm not entirely sure on what your aim is here, so I've giving two...
February 28, 2017 at 2:34 am
Sergiy - Monday, February 27, 2017 6:01 PMThat would be an additional filter:AND Department = 'Catering'
And if the Customer...
February 28, 2017 at 1:52 am
Does the account that the SQL Agent is running under have permission to access that database and drop indexes on it?
February 27, 2017 at 12:55 pm
That isn't my query, at all. I don't refer to i.[Time at Call] > '2017-02-27 14:35:32.697' in my where clause, and my reference to the country is in...
February 27, 2017 at 12:22 pm
Do you mean the Rim colour? No, you can't change it. The traffic lights are effectively just an image, the rimmed ones just have a black surround.
You can,...
February 27, 2017 at 11:36 am
February 27, 2017 at 10:48 amInsert into @Emp (ms,'Function')
Select datediff(ms,@sttime,@etime)
Your error message is really telling you the problem here, you're trying to insert data into the columns ms and
February 27, 2017 at 9:14 am
lukaszpiech - Monday, February 27, 2017 8:55 AM.rdl file won't give you any data, right? I can't reveal any data.
Not unless you've...
February 27, 2017 at 9:05 am
Without DDL, this should work:WITH DaySplit AS (
SELECT * FROM (
VALUES ('AM', '09:00', '13:00'),
('PM', '13:00', '17:00')
...
February 27, 2017 at 8:55 am
Could you instead provide the .rdl file, rather than an export from Excel? We'll know what your report looks like then, and what your object names are, etc.
February 27, 2017 at 8:35 am
I don't understand sorry..this is an example of the data I am using
I am...
February 27, 2017 at 6:51 am
February 27, 2017 at 6:36 am
Viewing 15 posts - 4,171 through 4,185 (of 5,111 total)