Viewing 15 posts - 2,341 through 2,355 (of 10,144 total)
HerryMarkowitz (7/10/2015)
Thanks for re-organized that code.
But my main question is about how to shorten that code.
I mean I dont want to enter every line from INVENNO 101 to INVENNO...
July 10, 2015 at 4:05 am
rodjkidd (7/10/2015)
ChrisM@Work (7/10/2015)
rodjkidd (7/10/2015)
ChrisM@Work (7/10/2015)
Alvin Ramard (7/6/2015)
New question: Is the sanity of those trying to answer posted questions getting worse?Mine sure is! :hehe:
Yeah! Stopped answering questions for a...
July 10, 2015 at 2:31 am
rodjkidd (7/10/2015)
ChrisM@Work (7/10/2015)
Alvin Ramard (7/6/2015)
New question: Is the sanity of those trying to answer posted questions getting worse?Mine sure is! :hehe:
Yeah! Stopped answering questions for a few days....
July 10, 2015 at 2:19 am
Alvin Ramard (7/6/2015)
New question: Is the sanity of those trying to answer posted questions getting worse?Mine sure is! :hehe:
Yeah! Stopped answering questions for a few days. No sign...
July 10, 2015 at 1:59 am
Minnu (7/8/2015)
Numeric values in the first query should be converted to INTEGER.
This isn't helpful and doesn't answer the questions which have been posted. Can you please post a table showing...
July 8, 2015 at 9:24 am
Lynn Pettis (7/8/2015)
There, I feel a...
July 8, 2015 at 9:09 am
Minnu (7/8/2015)
Hi,first query result :
1
2
11
20
32
68
100
124
246
256
second query result
A1
A10
A11
AB1
AB10
B1
B2
B21
B31
want to generate the complete output in single select statement.
select
ColA = CASE WHEN CastableToInt = 1 THEN cast(Data as int) ELSE NULL END,
ColB...
July 8, 2015 at 9:08 am
@sqletl (7/8/2015)
July 8, 2015 at 7:15 am
Minnu (7/8/2015)
I have a table with column "Data" as VARCHAR, with entries like below.
1
11
2
A1
A10
A11
246
AB1
AB10
100
256
B1
B2
124
20
B21
B31
32
68
i want to select the data by converting varchar to int for numberic values and...
July 8, 2015 at 7:09 am
phosplait (6/16/2015)
While option(recompile) did nothing, option(optimize for unknown) brought the dynamic query down to 3 seconds. Still slower, but I...
July 8, 2015 at 4:33 am
Alvin Ramard (7/7/2015)
Ed Wagner (7/7/2015)
andrew gothard (7/7/2015)
Grant Fritchey (7/2/2015)
Since I am usually the harbinger of ill tidings on the thread, you guys should know, Skynet seems to be going live.
"the...
July 7, 2015 at 8:49 am
robert.sterbal 56890 (7/7/2015)
i.e.
colA colB colC
1 5 23
colA...
July 7, 2015 at 8:01 am
Grant Fritchey (7/7/2015)
I'm just surprised you didn't get a table spool in 2008 with a recursive CTE. That's pretty common.
A recursive CTE plan always features spools. It's not a recursive...
July 7, 2015 at 5:40 am
karen.blake (7/7/2015)
Hi John,Thanks for your reply, you might have lost me on that one could you explain that further?
Chris the datatype is datetime for that field if that helps.
Thanks. Couple...
July 7, 2015 at 5:32 am
I'm with John on this one. What datatype is aetr.CREATE_DATE ?
July 7, 2015 at 4:02 am
Viewing 15 posts - 2,341 through 2,355 (of 10,144 total)