Viewing 15 posts - 1 through 15 (of 61 total)
Brian, just to let you know, I got it to work! The client had not been uploading the correct version of the rdl. I had manually changed one to 2010...
April 30, 2024 at 3:52 pm
Thanks but unfortunately I am not using Visual Studio, just using their report builder which is version 12.0.6179.1. Their SSRS version is the same number 12.0.6179.1.
The part I don't understand...
April 30, 2024 at 1:45 pm
My client has version 12.0.6179.1
April 29, 2024 at 6:06 pm
According to my client, both the server and the report builder they have are 2014. My version of Report Builder is 15.0.20073.0. I'll ask them to verify the version number.
I...
April 29, 2024 at 5:40 pm
MadAdmin (3/17/2016)
Frank Cazabon (3/10/2016)
SELECT DISTINCT [PNRStatus] FROM [Transactions] ORDER BY [PNRStatus]SELECT DISTINCT [AgentID] FROM [Transactions] ORDER BY [AgentID]
SELECT DISTINCT [ScriptResult] FROM [Transactions] ORDER BY [ScriptResult]
Are these queries perhaps to populate...
March 18, 2016 at 7:21 am
John Mitchell-245523 (3/10/2016)
Frank Cazabon (3/10/2016)
John Mitchell-245523 (3/10/2016)
I don't know how to turn on/off parallelism, Google here I come.
Be careful - you don't (necessarily) want to turn off parallelism on the...
March 10, 2016 at 11:05 am
Thanks, it's giving me an error when I include the
OPTION (MAXRECURSION 0)
I have left it out, I hope it's not important 🙂
March 10, 2016 at 7:45 am
Thanks Chris, that CTE is incredibly faster!
Is it possible to use CTE in a view definition? All this code relies on this view so it would be easiest if...
March 10, 2016 at 7:18 am
John Mitchell-245523 (3/10/2016)
March 10, 2016 at 6:46 am
This was the errorlog they sent me:
2015-11-28 11:44:33.23 Server Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (Intel X86)
Jun 28 2012 08:42:37
Copyright (c)...
December 4, 2015 at 4:58 am
I'll try to connect to the client today and pull the event log.
December 3, 2015 at 5:48 am
Hmm, nobody ever seen this before or have I not given enough detail?
December 1, 2015 at 12:07 pm
Thanks to all, especially the link to the bug when restarting the service.
June 2, 2015 at 1:05 pm
Thanks,
I'll probably end up doing this in my application rather than in the database.
September 24, 2014 at 6:54 am
Viewing 15 posts - 1 through 15 (of 61 total)