Viewing 15 posts - 16,921 through 16,935 (of 18,923 total)
Don't worry about it... Farrell's gonne come around one of these days
.
June 10, 2005 at 2:28 pm
There's no need for dynamic sql in this situation... I'm just waiting for the answer to demonstrate
.
June 10, 2005 at 2:15 pm
Don't worry about that... stil got plenty of room left to pass through the door.
June 10, 2005 at 2:14 pm
This probabely doesn't work... but it may give you an idea.
Select dtWorks.L, Max(dtWorks.R) as work_ord_num, work_ord_line_num, bag_num
FROM
(
SELECT LEFT(work_ord_num, 6) as L, Right(work_ord_num, 2) as R,...
June 10, 2005 at 2:12 pm
it didn't work.
June 10, 2005 at 2:06 pm
I feel I must mention this one too :
SET SHOWPLAN_ALL
(gets the whole set of stats)
June 10, 2005 at 2:05 pm
Do you need to select the max id from a dynamic sampling of the table?
June 10, 2005 at 2:01 pm
Glad to see someone's using my stuff once in a while
.
June 10, 2005 at 1:57 pm
Let me put it this way... I have 3000+ hours experience with sql/sqlserver and I'm just starting to feel comfortable.
This is not something you can learn by yourself... You need...
June 10, 2005 at 1:54 pm
Sorry, should have asked this earlier.
This is something that you do NOT keep in the db since it can be calculated easyly.
Select Production, dateadd(m, -6, Production) as Before, dateadd(m, +6,...
June 10, 2005 at 1:49 pm
Viewing 15 posts - 16,921 through 16,935 (of 18,923 total)