Viewing 15 posts - 181 through 195 (of 319 total)
Thanks for the quick response
but that would the get me records older than 80 days
Sorry I may have not explained it correctly, I need clients that the most...
March 3, 2014 at 10:25 am
SO I'm a bit further....
But it only select the last one..
Anyway to get it to send an email to each one it finds?
Thanks
DECLARE @ToAddress VARCHAR(max);
...
February 28, 2014 at 1:15 pm
Ok so with a bit of searching I came up with this which sort of works
But I need to expand my select statement to find the records I need...
February 28, 2014 at 12:40 pm
Thanks for the info
I am going to try that
I did get around it by including the data in the SP without the where then using the filter on the...
February 13, 2014 at 10:03 am
sorry..
Jumped the gun...
I can use =User!UserID
Thanks
Joe
February 11, 2014 at 8:50 am
Thanks for the response...
I am going to give it a try , any idea why it still would have older snapshots like 12/24/13 ?
is it maybe a permissions on the...
January 3, 2014 at 11:24 am
So I think I answered my own question...
SELECT ASSESSMENT.Code, Client.LName, Client.FName, max(USER_DEFINED_DATA.EffDate), Client.ID
FROM dbo.Client AS Client INNER...
December 9, 2013 at 10:05 am
Hi Richard,
Thank you for the info.
That works, but since I had time to think I just queried the active zip codes and its an SSRS report so I allowed...
December 5, 2013 at 7:53 am
Thanks Sean & Keith,
That article is great.
I used the typical Catch-All and it worked
I may try to do it dynamically (looks fun, never did it)
Thanks
Joe
November 14, 2013 at 3:15 pm
Hi Keith
Thanks for getting back..
Sorry I'm a bit confused, but I think it may be better to insert it in a where in the query?
Thinking of something like..
WHERE ...
November 14, 2013 at 2:35 pm
Thanks Sean
Works great.. should have known that one 🙁
November 14, 2013 at 12:09 pm
Thanks Jeff,
Thant works great.
Now I just want to dissect it so I totally understand it 🙂
Thanks Again
November 5, 2013 at 2:29 pm
Sorry
I have a provider table each with a unique OID
I want to do the following INSERT on each provider
Some will have them already but it willl just send the...
October 15, 2013 at 2:36 pm
Hi
Ok so what I figured to do
(Why didn't I think of this before.. It is MOnday 🙂
Anyway, I inserted a Matrix and based off the dataset
Seems straightforward now..
If anyone has...
October 7, 2013 at 10:57 am
Viewing 15 posts - 181 through 195 (of 319 total)