Forum Replies Created

Viewing 15 posts - 46 through 60 (of 151 total)

  • RE: Sending out emails.

    Data driven subscriptions seems to be the solution to the problem:

    any other good resources or tutorials i can go through ?

    microsoft tutorial is confusing me more.

  • RE: Sending out emails.

    Oh wow, thank you guys. I already saved both of the queries. I was able to track down the report it was on a different server and not on reports/reports....

  • RE: Sending out emails.

    Under the subscriptions or catalogs table, Am I looking for

    'D26XXX' Or '2021cXXXXX' ?

  • RE: Sending out emails.

    yeah that's true, currently I have more than 50 jobs set up on reporting server, all with funky name, don't know how to figure out which one is associated with...

  • RE: Sending out emails.

    Would anyone know where and how to edit the following

    'exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='2021c27f-0a5a-45f7-9f4d-4a35349d8122'

  • RE: In Query - All rows with same status

    CAST('Marked' as varchar(20)) AS [XYZ]

  • RE: Sending out emails.

    On the description of the Job 'D26XXX' I see the following note:

    'This job is owned by a report server process. Modifying this job could result in database incompatibilities. Use Report...

  • RE: Date Function (Possibility)

    yup that was it !!!!

    Thanks for clearing the min and max concept.

  • RE: Date Function (Possibility)

    Alright here you go:

    Another sample Data:

    Lets analyze the where(filter clause) first, one record(row) of loan 1004 should be eliminated because it has a record where Coloum Exported is NOT NULL

    Loan...

  • RE: Date Function (Possibility)

    there are some records in exported column those are NOT Null and it is also a DATETIME data type. If you look at the attached excel Loan '123123' is actually...

  • RE: Date Function (Possibility)

    Thanks Scott, I am using the GroupBy and having clause but using them is not making any difference as results are coming out to be exact same. Funny thing is...

  • RE: Date Function (Possibility)

    I have edited my CREATE TEST TABLE DraftDT and RequestedDt to DATETIME if that helps.

  • RE: Date Function (Possibility)

    Thanks Scott, I got your point and it makes sense. but somehow its still not giving me the desired result. If I run your above statement without the GROUPBY and...

  • RE: Date Function (Possibility)

    When I tried the following on the Test Data table it worked,

    SELECT LID

    FROM TEST_TABLE_Dupe_Pay

    GROUP BY LID

    HAVING DATEDIFF(d, MIN(DraftDt) , MAX(DraftDt)) <=3

    When I tried...

  • RE: SSRS Report builder (letting user only see their own information)

    My domain username happens to be 'DMG\Paine while under the network_user_name it is only 'Paine' would that make a difference?

Viewing 15 posts - 46 through 60 (of 151 total)