Viewing 15 posts - 3,226 through 3,240 (of 5,111 total)
August 24, 2017 at 1:34 am
August 23, 2017 at 9:06 am
Do you have to do this in SQL, or could you use a different tool? SSRS and a Matrix would be much easier, or even Excel and a Pivot Table.
August 23, 2017 at 8:09 am
That point where you write out quite a long topic and are about to post, to realise all you've done is rant and not ask a question... Back to the...
August 23, 2017 at 7:49 am
August 23, 2017 at 7:06 am
Do you have a different collation on the specific column, as this can be different to the database's. Does this return any results?USE [YourDatabase];
GO
SELECT *
August 23, 2017 at 6:45 am
SSRS sometimes has a bad habit of resolving both sides of an expression inside an iif. That means that even though you're checking for a 0, it's still calculating that...
August 23, 2017 at 6:14 am
August 23, 2017 at 5:59 am
If the login was mapped to a user with the db_reader role, you wouldn't be seeing that error.
I assume that the query is not cross database? Can the...
August 23, 2017 at 5:25 am
Ok, for the moment I've implemented a bit of a "dirty" solution. I've created a VB.Net script which I've linked to an Outlook rule. Then, on a little VM we've...
August 23, 2017 at 2:42 am
I might have found the answer for you and, believe it or not and...
August 23, 2017 at 1:37 am
August 23, 2017 at 1:19 am
August 22, 2017 at 8:49 am
Viewing 15 posts - 3,226 through 3,240 (of 5,111 total)