Viewing 15 posts - 226 through 240 (of 541 total)
Sean Lange (10/17/2012)
pwalter83 (10/17/2012)
robert.gerald.taylor (10/16/2012)
pwalter83 (10/16/2012)
SUM of NCV_BL.TEU where NCV_BL.POL_LOCATION_CD or NCV_BL.POD_LOCATION_CD is not present in MG_VSLVOY_SCHEDULE.PORT_CD for...
October 18, 2012 at 5:43 am
robert.gerald.taylor (10/16/2012)
pwalter83 (10/16/2012)
SUM of NCV_BL.TEU where NCV_BL.POL_LOCATION_CD or NCV_BL.POD_LOCATION_CD is not present in MG_VSLVOY_SCHEDULE.PORT_CD for the SAISAN_VESSEL_CD, SAISAN_VOYAGE_CD...
October 17, 2012 at 8:40 am
ChrisM@Work (8/16/2012)
WHERE MB.CREATE_DT > = DATEADD(HOUR,-14,GETDATE()-1) -- similar to DATEADD(D, 0, DATEDIFF(D, 1, GETDATE()))
WHERE MB.CREATE_DT > = DATEADD(HOUR,0,GETDATE()-1) -- similar to getdate() -...
August 16, 2012 at 9:20 am
Sean Lange (8/16/2012)
ChrisM@Work (8/16/2012)
pwalter83 (8/16/2012)
The query I am working on runs very slow due to a piece of code -
CREATE_DT > = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) -1
Could someone...
August 16, 2012 at 8:06 am
ChrisM@Work (8/16/2012)
pwalter83 (8/16/2012)
The query I am working on runs very slow due to a piece of code -
CREATE_DT > = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) -1
Could someone please suggest...
August 16, 2012 at 7:20 am
SQLRNNR (7/17/2012)
pwalter83 (7/17/2012)
SQLRNNR (7/10/2012)
A better...
July 18, 2012 at 3:02 am
SQLRNNR (7/10/2012)
A better description of...
July 17, 2012 at 9:59 am
Sean Lange (7/5/2012)
pwalter83 (7/5/2012)
Sean Lange (7/3/2012)
Start with this from Gail. http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]Hi Sean,
Would you be able to help me now ?
Thanks,
Paul
Sorry yesterday was a holiday here in the US. It looks...
July 5, 2012 at 7:53 am
pwalter83 (7/5/2012)
ChrisM@Work (7/5/2012)
Here's what I suggest you do.
First, comment out the three CROSS APPLY blocks and the references to their results in the output of the query, like...
July 5, 2012 at 7:21 am
ChrisM@Work (7/5/2012)
Here's what I suggest you do.
First, comment out the three CROSS APPLY blocks and the references to their results in the output of the query, like so:
SELECT...
July 5, 2012 at 5:38 am
Sean Lange (7/3/2012)
Start with this from Gail. http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]
Hi Sean,
Would you be able to help me now ?
Thanks,
Paul
July 5, 2012 at 2:49 am
pwalter83 (7/4/2012)
Sean Lange (7/3/2012)
Start with this from Gail. http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]
I think the reason for the slow performance could be due to these lines of codes. I have also attached the Execution...
July 4, 2012 at 8:58 am
Sean Lange (7/3/2012)
Start with this from Gail. http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]
I think the reason for the slow performance could be due to these lines of codes. I have also attached the Execution plan.
CROSS...
July 4, 2012 at 2:16 am
ChrisM@Work (6/20/2012)
June 20, 2012 at 7:44 am
ChrisM@Work (6/20/2012)
pwalter83 (6/20/2012)
ChrisM@Work (6/20/2012)
Are you seeing one row per BOOKING_ID in your output?- here's where adequate sample data would have helped 🙂
yeah, I get only one row per BOOKING_ID...
June 20, 2012 at 6:24 am
Viewing 15 posts - 226 through 240 (of 541 total)