Viewing 15 posts - 1 through 15 (of 148 total)
Hi Drew, tried this ........
ALTER PROC MyTest1
AS
DECLARE
@i INT = 1
,@IncidentValueRecordCount INT
,@NetLossesListPrev12Months [dbo].[Net Losses List]
February 21, 2018 at 4:18 pm
Thanks, works for column Net Losses Prev 12 months,
Now to get it working for Risk Grading column. Can you help me?
February 21, 2018 at 8:23 am
Hi gissah
You said: I am planning to upgrade from SSRS 2005 Report server my goal is to get SSRS 2016 report server. But our database with Dynamic AX 2012R3 is...
March 20, 2017 at 11:47 am
Hi Rofty, Usually IE 11 should not be blank when viewing any SSRS report, the formatting might be a bit bad, which the part below
should fix:
March 20, 2017 at 11:36 am
Hi Maria, if you want to deploy a report (.rdl) from Visual Studio, for TargetServerURL, you need to use <a title="http:///reports" href="http://himalayas/reportserver" target="_blank">http://himalayas/reportserver ,
Himalayas being the...
March 20, 2017 at 11:26 am
Hi Maria, if you click on Connect and you get any errors, Click Find, Select 'Report Server Instance': , click Connect.
If you still get errors, go to Control...
March 20, 2017 at 11:21 am
Hi Maria, just use UNION ALL to join the queries of the 3 parts (State Grants, Federal Grants, Federal Loan) into one query.
For SSRS, it's always best to use...
March 20, 2017 at 11:06 am
Hi RTaylor2208,
We have a web service which pushes some information from many sites (cities or states) into a data-warehouse in another site (city or state). The daily amount of data...
March 20, 2017 at 4:20 am
Hi Phil, I used the section:
Data Warehousing »
Integration Services »
How to prevent disabled Sites in CRM from showing in SSAS and SSRS
So I was looking for...
August 25, 2016 at 1:48 pm
Hi Lowell, I agree, the following will give Catalog Name:
SELECT * FROM openquery([SSASLocal], 'SELECT * FROM $SYSTEM.DBSCHEMA_CATALOGS')
Method 1:
If you connect to Analysis Services via SSMS, then right-click on the...
June 20, 2016 at 4:15 pm
-- Below is based on Theo's script (just modified to run on local server (not remote server)
USE [master]
-- Setup a linked-server first (only need to do once off)
-- I use...
June 20, 2016 at 3:11 pm
Hi celticfire63, did you run the code I posted (which I copied from your post), it returns null.
December 20, 2014 at 2:41 pm
Hi MMartin1, your code works great, even with multiple studentuid.
Thanks.
December 19, 2014 at 4:53 pm
Hi celticfire63, your method below gives same result as michael zrax.
Luis Cazares method gives what michael zrax wanted.
-----------------------------------------------
--DATA:
CREATE TABLE #tbldaysworked(
dayworkeddate,
namevarchar(10))
INSERT #tbldaysworked
SELECT '20140110', 'Harry' UNION ALL
SELECT '20130110', 'Dick' UNION ALL
SELECT...
December 19, 2014 at 3:54 pm
Hi Jeff, I fully agree with cleaning the source. Only problem is it depends if you are responsible for it, if you are an application or sql developer, you can...
December 19, 2014 at 3:18 pm
Viewing 15 posts - 1 through 15 (of 148 total)