Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

Error in preview of a report in VS 2012 4.5 Reporting Service

$
0
0

I went through the Report wizard and change my report server now I get this error.

===================================

An error prevented the view from loading. (Microsoft Visual Studio)

===================================

An error occured while attempting to start the report preview worker process. (Microsoft.ReportingServices.Designer.11.0)

------------------------------
Program Location:

   at Microsoft.ReportDesigner.Design.ProcessingHostProcess.StartProcess()
   at Microsoft.ReportDesigner.Design.ProcessingHostProcess.GetProcessingClient(IPreviewProcessingCallback callback)
   at Microsoft.ReportDesigner.Design.WCFProcessingHost..ctor(ProcessingHostProcess hostProcess, ILocalCatalog catalog)
   at Microsoft.ReportDesigner.Design.PreviewFrame.<>c__DisplayClass1.<CreateLocalReport>b__0()
   at Microsoft.Reporting.WinForms.LocalReport..ctor(Func`1 getNewProcessingHostInstance)
   at Microsoft.ReportDesigner.Design.PreviewFrame.CreateLocalReport()
   at Microsoft.Reporting.WinForms.ReportViewer.Reset()
   at Microsoft.ReportDesigner.Design.PreviewFrame.Initialize(ProjectReportDesigner designer)
   at Microsoft.ReportDesigner.Design.ProjectReportDesigner.CreatePreviewFrame(VsStyleToolBar pageViewToolBar)
   at Microsoft.DataWarehouse.Design.EditorWindow.EnsureViewIsLoaded(EditorView view)

===================================

CreateProcess failed with Error Code: 5 (Microsoft.ReportingServices.Designer.11.0)

------------------------------
Program Location:

   at Microsoft.ReportDesigner.Design.DependentProcessMonitor.TraceAndThrowLastError(String functionName)
   at Microsoft.ReportDesigner.Design.DependentProcessMonitor.CreateDependentProcess(String exePath, String commandLineArgs)
   at Microsoft.ReportDesigner.Design.ProcessingHostProcess.StartProcess()


Please help with this query in SCCM SQL 2012 Report builder.

$
0
0

Hi,

I have a simple query that reads some data about machines. I want to expand this so it includes IP adress, computer name, dns record, last logon time and maybe even ipv6 address.

I now use this query:

SELECT
	Name0 AS 'Image naam',
	User_Domain0 AS 'Domein van laatst ingelogde gebruiker',
	User_Name0 AS 'Laatst ingelogde gebruiker',
	Creation_Date0 AS 'Installatie datum'
FROM v_R_System
	WHERE Resource_Domain_OR_Workgr0 = 'ion'
	AND Active0 = '1'
	AND name0 not like 'AISRV%'
	AND name0 not like 'CDC%'
ORDER BY name0

I tried getting the ip and such by inner joins, left joins etc. etc. I cannot get a working query and JOINS in SQL is not my area of expertise, only basic stuff. Can some please create a working query usable in the report viewer or give any help?


Installing SSRS After SQL Server has been installed

$
0
0

Hi guys,

I have been fighting this problem for 2 days now, I'm now at the start of the 3rd day, and I still have no solution.

I have installed SSRS on SQL Express 2012 after we have installed SQL Server 2012 Express about a year ago, so there was no option to auto configure SSRS. So I have setup it up in RS Configuration Manager as always, but an attempt to get into the manager keeps failing with this error:

User 'PC-Name\User' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed.

No matter what I try. I have tried all of the following with absolutely no break-through.

* Run IE as Administrator

* Added pc and localhost to trusted sites in IE

* Turned off UAC (Not ideal option for production, so I turned it back on)

* Manual configuration of the rsreportserver.config file

* Changed service account to run as local Administrator

* Using a different port.

* Deleting the database and setting it up again.

* Changed RS DB credentials

* Deleted Encrypted Content

* Uninstalling RS and re-installing it again.

* Added server name and localhost to trusted sites IN IE.

This server is Windows 2008 R2 Standard, and not joined to a domain nor is it a DC. So "setspn" also wasn't an option.

There is also a 2008 R2 Express instance on the same server, which I have tried first, and it is doing exactly the same thing.

I urgently need some help.

Thanks in advance.


Delete individual reports using rs.DeleteItem

$
0
0

My Company uses RS 2005 at our customer locations. We have developed our own automatic update process for reports using the rs.exe utility to deploy and over write reports. The scenario is I need to be able to delete and redeploy reports due to the fact that if you remove an input parameter from a report and corresponding db objects, overwriting of the report does not pick up these changes, the removed parameters will persist until the report is deleted and re deployed.

I find several examples that use rs.deleteItem to delete all items in a folder.

I have been trying to use this technique for an individual report with no luck.

 

How to remove duplicate rows in SSRS 2008

$
0
0
I have a dataset in my report that pulls 10 fields. One of the tablixes on report should display only 8 of the 10 fields and this is causing the duplicate records to show up on the tablix.I tried hide duplicates option for the entire details row and have set the scope to "Details". It did not help.I am getting the data from a stored procedure and cannot do much on that.Please let me  know if anything can be done at the reports end.
Aparna

how does subreport plumb dataset to passed params

$
0
0

Hi we run std 2008 r2.  I'm looking right at and running a master and sub report from Visual Studio.  When I rt click the sub report area of the designer pane in the master and choose properties->parameters, I see paired values of name and value.  The entries in the name column match some dataset field names in the master and param values in the sub.  The values just seem to be the same with brackets.  I don't see any reference to a dataset name in the master for this parameter passing linkage.   When the report runs definitely multiple values are passed to the sub .

How does ssrs know these are coming from a dataset?   I would have thought ssrs can source this kind of thing from other objects as well (not just datasets) and there would be some reference somewhere to tell ssrs telling it where these values are coming from (eg dataset, master params, built in fields etc). 

Multiple values for filtering in SSRS

$
0
0

Hello All,

I 've a small question, since i'm new in SSRS.

I'm building a report that has a column in the table called countries of origin, that column can contain data like "USA","China" ( normal countries) but some rows can also contain "USA, China, Australia" ( multiple counties in one row).

I'm trying to build a filter to filter my results :

-I have a data set created with a list of all world countries

-I've Build a Parameter containing a drop down list with all countries

--- My problem is when I want to create the filter in my main data set , I can so it , but when I search for example for "USA" , I don't get the lines where there are multiple countries and "USA" is one of them...

Can anyone help me with this ? There must be an expression in the filter that will be able to search through all the values in the string and return me my correct results.

Thanks a lot in Advance

Tiago

Grouped matrix data not exporting to .csv

$
0
0

Hello ALL,

I am trying to export report to .CSV , but I am unable to export grouped data, instead to grouped data , it exporting detail data, could you please let me know how to work on this?

for example my grouped data in matrix is as below , I need to export below data to .csv 

column1 colum2    year           amount

1             1          2011             $1.0

               2          2012             $2.0

               3          2013             $3.0

                           2014             $4.0

but, I am getting like below-

column1    column2    year           amount

1                  1           2011             $1.0

1                  2           2012             $2.0

1                  3           2013             $3.0

1                  3            2014             $4.0

Please let me know if you have any suggestions.

Thanks


how to change subscriptions the @ReportName and @ExecutionTime to Total or something

$
0
0

Hi,

I have been looking to find a solution to change the subscription subject on the report to Total or a field.

On the subscription Data Driven Subscription does not exist.

Is there any other way to fix it?

Thanks,


Using the IN Operator in SSRS Expressions

$
0
0

Is it possible to use the IN Operator in an expression in an SSRS 2008 R2 report?  For example, to hide a textbox when the value is in a list of values, must one use nested IIFs such as:

=IIF(Fields!EYE_COLOR.Value="Blue",True,IIF(Fields!EYE_COLOR.Value="Green",True,IIF(Fields!EYE_COLOR.Value="Brown",True,False)))   ?

The following would be much more straightforward, especially if the list of values is long, but it gets an error:

=IIF(Fields!EYE_COLOR.Value IN ("Blue","Green","Brown"),True,False)

 

how to get a month value in a year in sql server 2008

$
0
0

Hi,

    I want Month value from recurrence info field for scheduler concept.how i can get it?

Sub-Report Header is not showing inside a Report with a header on it's own

$
0
0

Hi guys,

I am making a book-like report, I am using a report that has a header and calling a sub-report that has it's own header. However the sub-report header is not showing on the parent report. Parent report header is prevailing over the sub-report. Is it possible to have both headers displaying?

Thank you

Border is hiding when exporting the tablix to excel.

$
0
0

Hi ,

I am creating a report in which i have used ranges .

i have used ranges inside a rectangle but when i preview the tablix ranges are coming Perfect concern is that during export to excel border of the rectangle comes only for one row and gets hidden for second row .

and its working perfect when exporting to PDF .

please suggest any solution .

Thanks 

Ravi Shankar

pass selected parameter to store procesure used to populate filter

$
0
0

Hello all,

I am working on a report where some customization is need to be delivered..

situation is , i have some parameter in report @USER_ID , @Report_Type

where i am proving selection to user to select Report Type (Pending Or Completed) and passing USER_ID auto matically from URL string of user login(C# code).

now . i have another parameter @USER_IDS which is multiple selection for user and it will be filled with the users which lie under passed @USER_ID means i just need to add dataset with the query to select users from mapper table where reporting_head =@USER_ID simple,

but i have requirement to populate the underlined users with the selection of @USER_ID and @Report_Type

and it need some TSQL code to populate so i am using Another store procedure and using same parameter as my main store procedure has 

now i am using dataset with this store procedure  to fill my @USER_IDS  parameter 

both parameters value will be passed from main report parameters now , when i am previwing a report i am getting errror

as

and i also tried to write exec statement in dataset query with the main repport paramters but exec is not supported ..

please , guide how to achieve this??

Help must appreciated ..


Dilip Patil..

date and partial time expands in vs preview but not on server

$
0
0

Hi.  We run std 2008 r2.  I downloaded an rdl whose 2 date/partial time cols used to expand on the server to accommodate times with two digits in hr.  When I preview in vs 2008, everything is ok.  But when I copy back to the server, these longer date strings now wrap to next line.  Why is this?  Only change was to a param's drop down ds query.   

expression for one of the cols is

=Format(Fields!LoginDt.Value, "MM/dd/yy"&" "&"h:mm tt") 

height is currently allowed to increase.


2 of my tablix's dont show all columns when there is no data

$
0
0

Hi, we run std 2008 r2.  I have 3 tablix controls on my salesman report and the 1st two show only the leftmost column heading when no data enters the report for a chosen salesman and timeframe.  The 3rd at least shows all of the headings.  There are expressions in headings for all 3 controls but none depend on actual data to resolve.   Its not terrible but I think my user would be more comfortable seeing all the headings.  Since we're talking about it anyway,  is there a technique (short of sending bogus data) for causing these controls to also show one blank row?

BTW, my 3rd control has only row grouping, the other two have both row and column (I believe same columns that diappear when there is no data) grouping.  But this report is a modified version of another report and the column groupings are actually unnecessary now.


Absolutely page-bottom alignment on "report footer": Impossible?

$
0
0

Relative newb to SSRS here, but the answer to this question evades me; answers and insight are appreciated.

Report in question is an invoice form. It requires an absolutely bottom-of-page aligned footer that has databound elements.

This is so that whatever page that footer finally appears on will print in such a way that the address will align in a windowed envelope.

Ironically, Books Online gives this exact scenario in explaining headers and footers in SSRS, but they cleverly don't explain how an absolutely bottom-of-page-aligned and data-bound footer can be made to happen. Headers at absolute page top is obviously no problem. Footers at page bottom, not so much.

So, this is not a "page footer"--page footers are employed in the body. Also this footer is databound, so a page footer as it's known in SSRS is out the window anyway.

Most of the time this will print on a single page, but if it breaks to multiple pages, that footer needs to go all the way to the absolute bottom.

I grasp that the "report footer" for SSRS is just what appears at the end of any repeating controls that you've implemented in your body. Because SSRS uses this kind of repeating-control based idiom rather than a section-based idiom as Crystal does, this kind of (what I would consider very basic) positioning control is looking fairly impossible right now.

Among what I've tried:

--Page footer (can't; databound)

--Specifying a page break after the pre-footer controls, and/or a page break before the controls that make up the footer in their properties. This leads to unpredictable results with blank printed pages (as many as 8 for what previews as a 2-page report, how silly is that?).

--Putting in a page-height rectangle as part of the footer (with and without the page breaks mentioned above), with the idea of forcing a basically blank page at the end of the report so that the footer will go to the bottom. SSRS will go ahead and break the page anyway on long elements like that, which again leads to the "footer" being printed in the middle or top of the final page, or whereever it happens to fall.

I may be having to explain to my client that you can't get there from here, and they may have to redesign their report. Does anyone have any insight?

Thank you for your time in reading this.

 

check box to use as a group by parameter(Optional parameter) in ssrs

$
0
0

Hi All,

I have a ssrs report with Name, phone ,state and city as columns.

I have check box as one of my parameter(optional). If user checks that checkbox then it should group by state, if checkbox is left blank no need to do any grouping.

How can i do this in ssrs 2012.

Thanks,

RH


sql


SSRS Multivalue lkp

$
0
0

Hi,

I have a situation in SSRS to get the common values between the two columns where the values are sored coma separated as below.

Ex: ColumnA :  abc,cde,efg     ColumnB : cde,xyz,abc    the result in    ColumnC should be : cde,abc

similarly Column A and B will have n number records. I need to right an expression or the Code function to get the required result in ColumnC. I am using SharePoint Lists as Datasource. Cannot write SQL query to achieve this requirement.

Let me know if anybody has an idea. I am completely stuck in this situation.

Thanks

Using a GROUP BY with a UNION ALL

$
0
0

Here is my sql code.  I'm using a "union all" to merge Incidents and Service Requests into one table.  This works fine when I don't use the "group by".  When using "group by" to get the total number of tickets per "Area" it is giving me duplicates.  So it is returning a distinct list of "Area" from both select statements.  Thank you.

SELECT
    IRAreaDN.DisplayName			as 'Area'
   ,Count(IR.Id)			  	            as 'Total Requests'
   --,IRSupportGroupDN.DisplayName	as 'Support Group'
   --, CAST(DATEADD(MI,DATEDIFF(mi,GETUTCDATE(),GETDATE()),IR.CreatedDate) AS DATE)		as 'Created Date'
   --, CreatedByUser.UserName		    as 'Created By User ID'
   --, CreatedByUser.DisplayName		as 'Created By User Name'

FROM

	IncidentDimvw IR
	JOIN WorkItemDimvw WI ON WI.BaseManagedEntityId = IR.BaseManagedEntityId

 -- Lists
	-- Area
	LEFT OUTER JOIN DisplayStringDimvw IRAreaDN ON IRAreaDN.BaseManagedEntityId = IR.Custom_Area
	-- Classification
	LEFT OUTER JOIN IncidentClassificationvw IRClassificationEnum ON IRClassificationEnum.IncidentClassificationId = IR.Classification_IncidentClassificationId
	LEFT OUTER JOIN DisplayStringDimvw IRClassificationDN ON IRClassificationDN.BaseManagedEntityId = IRClassificationEnum.EnumTypeId
	-- Source
	LEFT OUTER JOIN IncidentSourcevw IRSourceEnum ON IRSourceEnum.IncidentSourceId = IR.Source_IncidentSourceId
	LEFT OUTER JOIN DisplayStringDimvw IRSourceDN ON IRSourceDN.BaseManagedEntityId = IRSourceEnum.EnumTypeId
	-- Status
	JOIN IncidentStatusvw IRStatusEnum ON IRStatusEnum.IncidentStatusId = IR.Status_IncidentStatusId
	JOIN DisplayStringDimvw IRStatusDN ON IRStatusDN.BaseManagedEntityId = IRStatusEnum.EnumTypeId
	-- Support Group
	LEFT OUTER JOIN IncidentTierQueuesvw IRSupportGroupEnum ON IRSupportGroupEnum.IncidentTierQueuesId = IR.TierQueue_IncidentTierQueuesId
	LEFT OUTER JOIN DisplayStringDimvw IRSupportGroupDN ON IRSupportGroupDN.BaseManagedEntityId = IRSupportGroupEnum.EnumTypeId
	--Impact
	LEFT OUTER JOIN IncidentImpactvw IImp ON IImp.IncidentImpactId = IR.Impact_IncidentImpactId
	--Urgency
	LEFT OUTER JOIN IncidentUrgencyvw IUrg ON IUrg.IncidentUrgencyId = IR.Urgency_IncidentUrgencyId

 -- Relationships
	-- Affected User
	LEFT OUTER JOIN WorkItemAffectedUserFactvw ON WorkItemAffectedUserFactvw.WorkItemDimKey = WI.WorkItemDimKey AND (WorkItemAffectedUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw AffectedUser ON AffectedUser.UserDimKey = WorkItemAffectedUserFactvw.WorkItemAffectedUser_UserDimKey
	-- Assigned User
	LEFT OUTER JOIN WorkItemAssignedToUserFactvw ON WorkItemAssignedToUserFactvw.WorkItemDimKey = WI.WorkItemDimKey AND (WorkItemAssignedToUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw AssignedUser ON AssignedUser.UserDimKey = WorkItemAssignedToUserFactvw.WorkItemAssignedToUser_UserDimKey
	-- Created By User
	LEFT OUTER JOIN WorkItemCreatedByUserFactvw ON WorkItemCreatedByUserFactvw.WorkItemDimKey = WI.WorkItemDimKey AND (WorkItemCreatedByUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw CreatedByUser ON CreatedByUser.UserDimKey = WorkItemCreatedByUserFactvw.WorkItemCreatedByUser_UserDimKey
	-- Resovled By User
	LEFT OUTER JOIN IncidentResolvedByUserFactvw ON IncidentResolvedByUserFactvw.IncidentDimKey = IR.IncidentDimKey AND (IncidentResolvedByUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw ResolvedByUser ON ResolvedByUser.UserDimKey = IncidentResolvedByUserFactvw.TroubleTicketResolvedByUser_UserDimKey

WHERE

	IR.IsDeleted = '0'
	-- English and NULL lists only
	AND (IRAreaDN.LanguageCode = 'ENU' OR IRAreaDN.LanguageCode IS NULL)
	AND (IRClassificationDN.LanguageCode = 'ENU' OR IRClassificationDN.LanguageCode IS NULL)
	AND (IRSourceDN.LanguageCode = 'ENU' OR IRSourceDN.LanguageCode IS NULL)
	AND (IRStatusDN.LanguageCode = 'ENU' OR IRStatusDN.LanguageCode IS NULL)
	AND (IRSupportGroupDN.LanguageCode = 'ENU' OR IRSupportGroupDN.LanguageCode IS NULL)
	AND (IRSupportGroupDN.DisplayName = 'IT SERVICE DESK')
	--Parameters
	--AND (CAST(DATEADD(MI,DATEDIFF(mi,GETUTCDATE(),GETDATE()),IR.CreatedDate) AS DATE) >= @StartDate)
	--AND (CAST(DATEADD(MI,DATEDIFF(mi,GETUTCDATE(),GETDATE()),IR.CreatedDate) AS DATE) < DATEADD(dd,1,@EndDate))


Group BY IRAreaDN.DisplayName

UNION ALL

SELECT
    SRAreaDN.DisplayName			as 'Area'
  , COUNT(SR.Id)				    as 'Total Requests'
  --, SRSupportGroupDN.DisplayName	as 'Support Group'
  --, CAST(DATEADD(MI,DATEDIFF(mi,GETUTCDATE(),GETDATE()),SR.CreatedDate) AS DATE)		as 'Created Date'
  --, CreatedByUser.UserName		    as 'Created By User ID'
  --, CreatedByUser.DisplayName		as 'Created By User Name'

FROM

	ServiceRequestDimvw SR
	JOIN WorkItemDimvw WI ON WI.BaseManagedEntityId = SR.BaseManagedEntityId

 -- Lists
	-- Area
	LEFT OUTER JOIN DisplayStringDimvw SRAreaDN ON SRAreaDN.BaseManagedEntityId = SR.Custom_Area
	--Classification
	LEFT OUTER JOIN DisplayStringDimvw SRClassificationDN ON SRClassificationDN.BaseManagedEntityId = SR.Custom_Classification
	-- Priority
	LEFT OUTER JOIN ServiceRequestPriorityvw SRPriorityEnum ON SRPriorityEnum.ServiceRequestPriorityId = SR.Priority_ServiceRequestPriorityId
	LEFT OUTER JOIN DisplayStringDimvw SRPriorityDN ON SRPriorityDN.BaseManagedEntityId = SRPriorityEnum.EnumTypeId
	-- Source
	LEFT OUTER JOIN ServiceRequestSourcevw SRSourceEnum ON SRSourceEnum.ServiceRequestSourceId = SR.Source_ServiceRequestSourceId
	LEFT OUTER JOIN DisplayStringDimvw SRSourceDN ON SRSourceDN.BaseManagedEntityId = SRSourceEnum.EnumTypeId
	-- Status
	JOIN ServiceRequestStatusvw SRStatusEnum ON SRStatusEnum.ServiceRequestStatusId = SR.Status_ServiceRequestStatusId
	JOIN DisplayStringDimvw SRStatusDN ON SRStatusDN.BaseManagedEntityId = SRStatusEnum.EnumTypeId
	-- Support Group
	LEFT OUTER JOIN ServiceRequestSupportGroupvw SRSupportGroupEnum ON SRSupportGroupEnum.ServiceRequestSupportGroupId = SR.SupportGroup_ServiceRequestSupportGroupId
	LEFT OUTER JOIN DisplayStringDimvw SRSupportGroupDN ON SRSupportGroupDN.BaseManagedEntityId = SRSupportGroupEnum.EnumTypeId
	-- Urgency
	LEFT OUTER JOIN ServiceRequestUrgencyvw SRUrg ON SRUrg.ServiceRequestUrgencyId = SR.Urgency_ServiceRequestUrgencyId

 -- Relationships
	-- Affected User
	LEFT OUTER JOIN WorkItemAffectedUserFactvw ON WorkItemAffectedUserFactvw.WorkItemDimKey = WI.WorkItemDimKey AND (WorkItemAffectedUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw AffectedUser ON AffectedUser.UserDimKey = WorkItemAffectedUserFactvw.WorkItemAffectedUser_UserDimKey
	-- Assigned User
	LEFT OUTER JOIN WorkItemAssignedToUserFactvw ON WorkItemAssignedToUserFactvw.WorkItemDimKey = WI.WorkItemDimKey AND (WorkItemAssignedToUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw AssignedUser ON AssignedUser.UserDimKey = WorkItemAssignedToUserFactvw.WorkItemAssignedToUser_UserDimKey
	-- Created By User
	LEFT OUTER JOIN WorkItemCreatedByUserFactvw ON WorkItemCreatedByUserFactvw.WorkItemDimKey = WI.WorkItemDimKey AND (WorkItemCreatedByUserFactvw.DeletedDate IS NULL)
	LEFT OUTER JOIN UserDimvw CreatedByUser ON CreatedByUser.UserDimKey = WorkItemCreatedByUserFactvw.WorkItemCreatedByUser_UserDimKey

WHERE

	SR.IsDeleted = '0'
	-- English and NULL lists only
	AND (SRAreaDN.LanguageCode = 'ENU' OR SRAreaDN.LanguageCode IS NULL)
	AND (SRPriorityDN.LanguageCode = 'ENU' OR SRPriorityDN.LanguageCode IS NULL)
	AND (SRSourceDN.LanguageCode = 'ENU' OR SRSourceDN.LanguageCode IS NULL)
	AND (SRStatusDN.LanguageCode = 'ENU' OR SRStatusDN.LanguageCode IS NULL)
	AND (SRSupportGroupDN.LanguageCode = 'ENU' OR SRSupportGroupDN.LanguageCode IS NULL)
	AND (SRSupportGroupDN.DisplayName = 'IT SERVICE DESK')
	-- Parameters
	--AND (CAST(DATEADD(MI,DATEDIFF(mi,GETUTCDATE(),GETDATE()),SR.CreatedDate) AS DATE) >= @StartDate)
	--AND (CAST(DATEADD(MI,DATEDIFF(mi,GETUTCDATE(),GETDATE()),SR.CreatedDate) AS DATE) < DATEADD(dd,1,@EndDate))

GROUP BY SRAreaDN.DisplayName

Order by Area



Viewing all 10045 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>