Viewing 15 posts - 17,491 through 17,505 (of 59,069 total)
Eric M Russell (6/10/2016)
Eric M Russell (6/7/2016)
They're asking the wrong type of questions for a job interview.
I'm not saying that string manipulation is a bad question. It's just that for...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2016 at 9:20 pm
Phil Parkin (6/8/2016)
IF COL_LENGTH('dbo.mytable', 'col1') IS NULL
BEGIN
ALTER TABLE dbo.mytable
...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2016 at 1:15 pm
drew.allen (6/10/2016)
Jeff Moden (6/9/2016)
drew.allen (6/9/2016)
Jeff Moden (6/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2016 at 10:30 am
DennisPost (6/10/2016)
@jeff, I've been reading up on parameter sniffing, but haven't found anything relating to scalar UDFs that do not access data. Have you written anything about it or do...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2016 at 8:19 am
drew.allen (6/9/2016)
Jeff Moden (6/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2016 at 9:51 pm
DennisPost (6/9/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2016 at 8:40 pm
Eric M Russell (6/9/2016)
...even a very experienced T-SQL programmer routinely does string manipulation...
I guess that's the primary difference between what you and I think. We do a ton of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2016 at 8:34 pm
Welsh Corgi (6/8/2016)
SELECT DISTINCT ID, Name, Abbreviation, CountryID
FROM Postal_StateProvince
WHERE CountryID = 2
It returns the following values:
IDNameAbbreviationCountryID
52AlbertaAB2
53British ColumbiaBC2
54ManitobaMB2
55New BrunswickNB2
56NewfoundlandNL2
57Northwest TerritoriesNT2
58Nova ScotiaNS2
59NunavutNU2
60OntarioON2
61Prince Edward IslandPE2
62QuebecQC2
63SaskatchewanSK2
64Yukon TerritoryYT2
It return the following...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 3:49 pm
David O (6/8/2016)
P.S. if Steve Jones read this and wants me to turn this into a guest editorial private message me.
Although I think Steve would reply with a resounding...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 3:44 pm
Erik de Jonge (6/8/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 3:40 pm
prafuljemail (6/7/2016)
check interview questions on forums of winmilestone.com / http://www.winmilestone.com/Topic?Interview
You want way too much information on the signup sheet. It's not worth it.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 3:24 pm
Ray K (6/8/2016)
Ray K (6/7/2016)
Michael L John (6/7/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 10:27 am
Mick Opalak (6/8/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 10:23 am
Brent Ozar put on several presentations talking about how much time is wasted by doing defrags. Yeah... I was highly skeptical and thought he was drinking bong water with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 9:06 am
Ray K (6/7/2016)
Michael L John (6/7/2016)
Sounds like quite a few folks on this thread need to submit sessions for the Wanna be a DBA track at the Pittsburgh SQL Saturday.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2016 at 12:11 am
Viewing 15 posts - 17,491 through 17,505 (of 59,069 total)