Viewing 15 posts - 1,756 through 1,770 (of 1,957 total)
Absolutely - just didn't want to spoil the fun!
November 12, 2010 at 6:01 pm
Lynn Pettis (11/12/2010)
You're both dancing around the problem like I am....
You did ask for pointers, not the answer. If you want the answer, just say 🙂
November 12, 2010 at 5:51 pm
10% = *---------
3% = *-------------------------------
how many more "-" do you need to make 10% into 3%
and how much is a "-" worth...
I think...
November 12, 2010 at 5:34 pm
There was a thread about this a while back where Paul White showed an excellent SQLCLR method http://www.sqlservercentral.com/Forums/FindPost910545.aspx
October 16, 2010 at 5:03 pm
Ah right I see the problem now...and sorry I don't have an answer to that and I don't have a working Report Server to hand to have dabble...sorry.
July 5, 2010 at 5:34 pm
Seems like some people don't want help....:-P (joking)
July 4, 2010 at 4:00 pm
Skip (7/4/2010)
The code does...
July 4, 2010 at 3:57 pm
Very odd - I tested all situations here and it works fine.
Can you post your test script for me?
July 4, 2010 at 10:41 am
Hi Skip,
Thanks for posting the code...made life much easier.
I have a stored procedure for you to try...note that I renamed #FPD_Schedule to FPD_Schedule so that the stored proc could update...
July 4, 2010 at 3:20 am
You haven't really made it clear what you want to do...I will explain why.
You started by saying that someone sets the priorities, and that they can move an order from...
July 3, 2010 at 5:19 pm
Hi,
Have you tried querying the ExecutionLog table in the ReportServer database?
July 3, 2010 at 5:05 pm
Can you explain why you want a cascade on updates? That column references an integer primary key in the person table - surely you will not be updating that key?
July 3, 2010 at 4:50 pm
This looks like it could be a case of mistaken identity....
Please try this:
select tt.*
from TempBaby.dbo.Admin2_543 tt (nolock)
WHERE
tt.PersonId not IN
(
SELECT SC.PersonId
FROM TempBaby.dbo.SuccessCals AS SC (nolock)
)
July 2, 2010 at 11:47 am
Richard Banks (7/2/2010)
yes it will continue but it want execute the code in the second if statement. Is this not a good way of doing it?
No, that is fine.
As...
July 2, 2010 at 2:43 am
Ok, I think maybe what you are getting at is "How can I choose a date format that is not available through CONVERT/CAST?"...
Here is a TVF that allows this.
(Written using...
July 1, 2010 at 2:17 pm
Viewing 15 posts - 1,756 through 1,770 (of 1,957 total)