Viewing 15 posts - 9,256 through 9,270 (of 39,804 total)
I use snippets in Prompt.
They've been in SSMS as Templates for a long time. You can drag/drop them into query windows. CTRL+Shift+M for parameters
September 2, 2015 at 9:20 am
I haven't seen a good way of diff'ing SSIS data. We started down the road with a DTS Compare at one point, but the mess of the file by MS...
September 2, 2015 at 9:13 am
You can use a CTE to get the max date from the table with the SH code along with the cartid and then join that to your other data.
with mycte...
September 2, 2015 at 9:07 am
I do agree with the = and try to use it, precisely because complex code becomes hard to read when the name is buried far to the right of...
September 2, 2015 at 8:49 am
The sixth one should have had brackets. That's been corrected. However, I missed a few since there could be no joiner (=/AS) in there, so it's probably more like 12....
September 2, 2015 at 8:47 am
tim.mckay (9/1/2015)
Just my two cents, but this points to a defect in client management. A strong project manager, business analyst and systems analyst should be able to nail...
September 1, 2015 at 11:55 am
julienchappel 38298 (8/31/2015)
September 1, 2015 at 11:17 am
Not sure if I'll be in town, so I'm hoping Yahoo treats me fair.
September 1, 2015 at 11:13 am
Eric M Russell (9/1/2015)
What makes software and database estimating so difficult, even more so than legal defense or medical procedures, is that the client is telling us not only...
September 1, 2015 at 10:58 am
Joel Ewald (9/1/2015)
When you are billing...
September 1, 2015 at 10:55 am
xsevensinzx (9/1/2015)
A solution--which is what the doctor is aiming to apply--is totally different than the benefit...
September 1, 2015 at 10:55 am
Is it me, or is the runner loafing from third?
http://m.mlb.com/video/topic/6479266/v434180983/nyybos-bradley-jr-makes-catch-throws-out-bird
We had a similar play this weekend. Hard grounder to deep short, and the runner on third goes at the...
September 1, 2015 at 9:23 am
You can add tables in your update statement and join them, as shown here:
update table1
set x = y
from table 2
where table1.pk = table2.fk
August 31, 2015 at 3:19 pm
Viewing 15 posts - 9,256 through 9,270 (of 39,804 total)