Viewing 15 posts - 3,856 through 3,870 (of 8,731 total)
webrunner (11/11/2015)
Does anyone have advice about what training might be good for an accidental DBA? I have a good deal of hands-on experience at this point (~7 years)...
November 11, 2015 at 8:45 am
jarid.lawson (11/10/2015)
I've never had a left join react like that for me.
Whenever using this syntax it will happen. You might have been very lucky for not encountering this problem before....
November 11, 2015 at 8:37 am
Or try the alternative using cross tabs.
SELECT [Station_ID],
[Case_No],
[Date],
...
November 11, 2015 at 7:50 am
The [font="Courier New"]Where TCC.Cntac_Dt >= Cast(Convert(Varchar,GetDate()-120,101) As DateTime)[/font] clause is changing the LEFT JOIN into an INNER JOIN.
I usually code it like this:
Select TCH.Cas_ID
,TCCL.Cl_ID
From dbo.TCas_History TCH
Inner...
November 10, 2015 at 1:13 pm
Grant Fritchey (11/10/2015)
Steve Jones - SSC Editor (11/10/2015)
jasona.work (11/10/2015)
November 10, 2015 at 12:51 pm
Jack Corbett (11/10/2015)
Is anyone receiving forum notification emails? I'm not.
I received a notification for your post.
November 10, 2015 at 12:29 pm
ScottPletcher (11/10/2015)
David Rich (11/9/2015)
Type conversion in expression (CONVERT_IMPLICIT(varchar(255),[e].[abc],0)) may affect "CardinalityEstimate" in query plan choice
and this is getting converted to nvarchar(255)....
November 10, 2015 at 11:56 am
From Books Online:
The full syntax of the SELECT statement is complex, but the main clauses can be summarized as:
[ WITH { [ XMLNAMESPACES ,] [ <common_table_expression> ] } ]
SELECT select_list...
November 10, 2015 at 11:54 am
I feel your pain.
I was in a similar dark place too, but came back to the light side of the force.
November 10, 2015 at 11:30 am
jasona.work (11/10/2015)
DonlSimpson (11/10/2015)
Luis Cazares (11/10/2015)
jasona.work (11/10/2015)
anthony.green (11/10/2015)
crookj (11/10/2015)
djj (11/10/2015)
anthony.green (11/10/2015)
Ed Wagner (11/10/2015)
anthony.green (11/10/2015)
Ed Wagner (11/9/2015)
#MyHeadBobblehead
Dashboard
tableau
Picture
Perfect
Sublime
Submarine
yellow
Blue
NO! Red!
(aaaaahhhhh!)
UNO!
November 10, 2015 at 9:37 am
jasona.work (11/10/2015)
anthony.green (11/10/2015)
crookj (11/10/2015)
djj (11/10/2015)
anthony.green (11/10/2015)
Ed Wagner (11/10/2015)
anthony.green (11/10/2015)
Ed Wagner (11/9/2015)
#MyHeadBobblehead
Dashboard
tableau
Picture
Perfect
Sublime
Submarine
yellow
November 10, 2015 at 9:21 am
It seems that the PostgreSQL server is closing the connection or limiting the resources. You might need to change some settings. I'm sorry that I can't help you with much...
November 10, 2015 at 9:15 am
Luis Cazares (11/10/2015)
Can you define "not working" and post expected results based on the new sample data?P.S. Your new sample data doesn't have the same DDL as the previous one.
If...
November 10, 2015 at 8:54 am
jasona.work (11/10/2015)
November 10, 2015 at 8:45 am
Would changing the process to SSIS be an option?
That's exactly why you have it available.
I hope that's not the real password. 😉
November 10, 2015 at 8:42 am
Viewing 15 posts - 3,856 through 3,870 (of 8,731 total)