Viewing 15 posts - 121 through 135 (of 454 total)
Bobby Russell (9/28/2015)
You didn't really say "named instance" in the question. You said "known as". Why would you place a named instance on a single instance server?
I can think of...
September 28, 2015 at 10:18 am
Of course, this won't carry over server settings, logins, databases, et al.
So unless this is a new instance with nothing much set up on it, there's a lot more work...
September 28, 2015 at 6:37 am
Ed Wagner (9/24/2015)
September 24, 2015 at 6:44 am
Did you try this single-step process?
SELECT EmailAddressID , EmailAddress
FROM dbo.EmailAddress
WHERE EmailCheckSum = CHECKSUM('TheMostInterestingMan@dosequis.com')
AND EmailAddress = 'TheMostInterestingMan@dosequis.com'
Although there are no guarantees of the order of evaluation of...
September 24, 2015 at 6:32 am
Koen Verbeeck (9/22/2015)
Even though I know what LEAD does, I still got it wrong because for some reason I was thinking from "right to left". Moar caffeine!
LAG and LEAD always...
September 22, 2015 at 6:07 am
Steve Jones - SSC Editor (9/16/2015)
- I get data from the db, including a checksum
- I present the data to a use that may...
September 16, 2015 at 5:54 pm
samot-dwarf (9/16/2015)
SELECT...
September 16, 2015 at 6:12 am
Steve Jones - SSC Editor (9/15/2015)
sknox (9/15/2015)
I said "No, never" because as written (with the incorrect order), the checksum Bobby calculates provides no valid information (not even a hint, as...
September 15, 2015 at 11:23 am
Steve Jones - SSC Editor (9/15/2015)
September 15, 2015 at 9:25 am
Amazing! That's the same combination I have on my luggage! 😀
August 28, 2015 at 7:15 am
Hugo Kornelis (8/19/2015)
Luckily, I remembered that the operator that the...
August 19, 2015 at 5:32 am
Alvin Ramard (8/17/2015)
Steve Jones - SSC Editor (8/17/2015)
I'll change the question, but I'm...
August 17, 2015 at 10:49 am
And here starts the obligatory pedantry. 😛
In a conditional split transformation, an expression is evaluated for each row.
is not quite correct. The correct statement is:
In a conditional split transformation,...
August 17, 2015 at 6:02 am
Viewing 15 posts - 121 through 135 (of 454 total)