Viewing 15 posts - 4,321 through 4,335 (of 26,490 total)
Sorry, got snippy with an OP.
50 lashes with a noodle please.
November 16, 2015 at 10:08 am
sqlinterset (11/16/2015)
sorry for confusion. 4/14 mean either 4 months or 14 months.
dateadd(month,4,@CurrentDate);
dateadd(month,14,@CurrentDate);
A quick look in Books Online would have answered this question a lot faster than posting it on the...
November 16, 2015 at 10:07 am
BrainDonor (11/16/2015)
djj (11/16/2015)
November 16, 2015 at 9:35 am
Jeff Moden (11/13/2015)
jasona.work (11/13/2015)
Whhoooo!!!*I* nearly got singed by this reply: http://www.sqlservercentral.com/Forums/FindPost1736339.aspx
Not that I blame Jeff, he's probably had the "joy" of interviewing people like the OP...
I'm curious... How did you...
November 13, 2015 at 5:47 pm
Jeff Moden (11/13/2015)
Here's the problem as you listed it in the original post on this thread...
1. List...
November 13, 2015 at 2:36 pm
Sean Lange (11/13/2015)
TomThomson (11/13/2015)
Jack Corbett (11/12/2015)
Sean Lange (11/12/2015)
Brandie Tarvin (11/12/2015)
Sean Lange (11/12/2015)
djj (11/12/2015)
Grant Fritchey (11/12/2015)
November 13, 2015 at 10:29 am
nexus2vijay (11/12/2015)
Hi,It's a test actually.
Nope infact i don't have setup to test the same. I have just given the logical approach.
Appreciate if you could help me with that sir.
Vijay
Is this...
November 12, 2015 at 10:17 am
Lacking expected results:
CREATE TABLE #shipping_data(
tracking_no VARCHAR(8000) NOT NULL
,order_no VARCHAR(8000) NOT NULL
);
INSERT INTO #shipping_data(tracking_no,order_no) VALUES ('1Z0310590353768186','1245807,1245812,1245803');
INSERT INTO #shipping_data(tracking_no,order_no) VALUES ('1Z0310590352682798','1256835,1359465');
INSERT INTO #shipping_data(tracking_no,order_no)...
November 12, 2015 at 9:57 am
One other thing, based on the sample data you provided, what is the expected results?
November 12, 2015 at 9:32 am
celticpiping (11/12/2015)
I'll attempt to provide table data below.
Source table, and associated insert code:
...
CREATE TABLE #shipping_data(
tracking_no NVARCHAR(MAX) NOT NULL
...
November 12, 2015 at 9:25 am
celticpiping (11/11/2015)
Say, not sure if I've used up my newb-requests for this month, but
concerning the query we've put together, I was...
November 11, 2015 at 2:44 pm
After reformatting your code, the subquery in the CASE is independent of the outer query. To demonstrate that, I renamed the aliases used in the subquery based on how...
November 10, 2015 at 2:13 pm
jigging.tech (11/6/2015)
The applications connect to a middle man home grown application that then sends the T-sql queries to production... so 85% of the queries all...
November 6, 2015 at 4:17 pm
Sean Lange (11/6/2015)
Lynn Pettis (11/6/2015)
November 6, 2015 at 4:08 pm
Here is a posting for a SQL Database Administrator. I've looked it over several times. Please tell me where it says anything about PostgreSQL besides in the Skill,...
November 6, 2015 at 2:12 pm
Viewing 15 posts - 4,321 through 4,335 (of 26,490 total)