Viewing 15 posts - 19,336 through 19,350 (of 26,484 total)
Swamy Magam (8/6/2009)
Thank u friend. my requirement is I want show batch wise Empnos in grid. this is my Requirement.
This may be your requirement, but for every requirement, there...
August 6, 2009 at 10:32 am
You have provided the DDL for the table and sample data. The only thing I see missing that would help me is the expected results based on the sample...
August 6, 2009 at 9:59 am
A little confused as to what you are asking. Are you wanting the to return the last day of a month based on the current or given date, such...
August 6, 2009 at 9:49 am
donato1026 (8/5/2009)
Lynn Pettis (8/5/2009)
That's the difference between a community (SSC) and a forum (all the others).Thanks for the compliment (from all of us) and the feedback.
That's a very good point....
August 5, 2009 at 2:43 pm
That's the difference between a community (SSC) and a forum (all the others).
Thanks for the compliment (from all of us) and the feedback.
August 5, 2009 at 1:47 pm
Mike Hinds (8/5/2009)
Richard M (8/5/2009)
... you know you can Edit your own posts, right? 😎I saw the button and used it, but didn't get a button.
Ignorance is bliss.
The...
August 5, 2009 at 1:44 pm
I think I know what you are asking but it would help if you would provide the DDL for your tables, sample data for the tables, and expected results when...
August 5, 2009 at 12:50 pm
donato1026 (8/5/2009)
else ((ABS(SUM(isnull(hmss.CREDIT_MEMOS, 0)) + SUM(isnull(hmss.EVEN_EXCHANGE, 0))))/(ABS(SUM(isnull(hmss.CREDIT_MEMOS, 0))...
August 5, 2009 at 12:44 pm
homebrew01 (8/5/2009)
Query 1:
Raw data:
[font="Courier New"]
Date Emp#LastFirstHours
8-1-2009 17SmithJohn2.3
8-1-2009 17SmithJohn1.6
8-1-2009 17SmithJohn3.3
8-1-2009 24Jonesmary1.7
8-1-2009 24Jonesmary4.2
8-1-2009 24Jonesmary1.1[/font]
select date, Last_name, First_name,...
August 5, 2009 at 11:56 am
Mitch2007 (8/5/2009)
thanks for the reply and forgive my delay but things here have been swamped.
I ran your...
August 5, 2009 at 11:16 am
Now, how about your code that isn't working? It would be helpful to see what you have done sofar.
August 5, 2009 at 9:00 am
Please read the first article in my signature block about asking for help. Follow the instructions in that article on what and how to post to get the best...
August 5, 2009 at 8:05 am
sqluser (8/5/2009)
In this example only...
August 5, 2009 at 7:58 am
Can you post your code that you are have problems with?
August 5, 2009 at 7:53 am
Eswin (7/17/2009)
These procedures are blocking other processes.
Lock created is "LOCK_M_S".
In Most case the blocking is started from the Host_A which at that moment is exec "SP_UNPREPARE" and the...
August 5, 2009 at 6:34 am
Viewing 15 posts - 19,336 through 19,350 (of 26,484 total)