
[Forum FAQ] How to configure a Data Driven Subscription which …
Feb 11, 2017 · In SQL Server Reporting Services, we can define a mapping between the fields that are returned in the query to specific delivery options and to report parameters in a data …
Why does getdate () function return same time value for multiple …
Jul 30, 2014 · Please read a basic book on RDBMS and study the transaction concept and set-oriented programming model used in SQL. The value of the CURRENT_TIMESTAMP (why …
Concatenating multiple rows in one row with a delimiter
Dec 31, 2019 · I am fairly new to DAX. Unable to figure out an approach to achieve the concatenation of row value with a delimiter For eg: Data:
Query to sum values from dynamic columns
May 20, 2013 · In this particular case you may need to use dynamic SQL and generate it based on INFORMATION_SCHEMA.Columns view. Alternatively, every time the structure is …
Data-driven subscription : passing multiple values parameter
Jun 27, 2014 · On the report that used create data-driven subscription, uncheck “Allow multiple values” option for the parameter, do not specify and available values and default values for …
Can I call a child package multiple times, synchronously, from a …
Dec 9, 2013 · Ignoring the fact that I proposed building a more complicated solution, is there any problem with calling multiple Execute Package tasks on the same package simultaneously …
SSRS dynamic sorting on multiple column
Mar 16, 2018 · then best way is to pass parameter values to sql query of dataset and do the sorting inside it using dynamic sql. Just create a string based on parameter selections and …
How to get second resultset from multiple resultset when we …
Oct 21, 2011 · How do I access the second dataset in a multiple result set in SQL Server ? I want to capture the results of “ exec sp_depends'Order Details Extended' ” so that I can use it. In …
Can I get a formatted SQL Server Date to sort correctly???
Oct 2, 2013 · Why are you writing 1960's Cobol in T-SQL? SQL has temporal data types. You do not turn the date into a string literal and then wonder why it sorts like a string? In fact, the …
Urgent!! SQL Restore problems - social.msdn.microsoft.com
Dec 14, 2017 · Can someone please help urgently. I have a number of databases that I have set maintenance plans for. I am trying to restore these databases by using a stored proceedure. It …