Viewing 15 posts - 241 through 255 (of 2,452 total)
March 22, 2017 at 12:46 pm
March 22, 2017 at 12:20 pm
March 22, 2017 at 12:05 pm
March 22, 2017 at 12:01 pm
here is a link on how to post questions so that everyone understands and help
https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
March 22, 2017 at 11:54 am
March 22, 2017 at 11:49 am
A...you have the datediff statement set up in the opposite order to my example
B...you are ordering by TIME_PICKING_START .....maybe this should be DATE_PICKING_START, TIME_PICKING_START ?
C...without seeing example of your base...
March 22, 2017 at 10:17 am
you havent posted the code you are using....only the results .
maybe this will help you
CREATE TABLE #yourtable(
ASSIGNMENT INT
,PickingStart DATETIME ...
March 22, 2017 at 9:22 am
March 15, 2017 at 4:18 pm
March 9, 2017 at 3:52 am
Sample Data would look...
March 4, 2017 at 1:06 am
March 3, 2017 at 11:42 am
Amy...is this a business system that you have developer control over...or is it a third party vendor with all sorts of stringent clauses?
if its the latter ; then defer...
March 3, 2017 at 8:26 am
amy26 - Friday, March 3, 2017 6:32 AMBy looking in history or request information....
it may help if you provide details of your...
March 3, 2017 at 6:57 am
March 3, 2017 at 6:13 am
Viewing 15 posts - 241 through 255 (of 2,452 total)