Viewing 15 posts - 1,276 through 1,290 (of 3,670 total)
If you turn up to an interview as Britain's worst presented compost heap then more fool you. You don't know who you are going to meet, whether visitors to...
May 27, 2016 at 1:10 pm
Some time ago I saw an article where the author had noticed a problem with a query where the principle condition was WHERE OrderDate BETWEEN @StartDate AND @EndDate.
The problem that...
May 27, 2016 at 12:26 pm
gary.strange-sqlconsumer (4/21/2015)
Steve Jones - SSC Editor (2/24/2015)
azhuravel3343 (2/24/2015)
I appreciate the information but it also would be helpful to list title/ISBN of Itzik Ben Gan book that you are referring...
May 27, 2016 at 4:07 am
Makes for uncomfortable reading but the truth will ouch
May 27, 2016 at 12:31 am
I think there is scope for a "Stairway to DB source control". I'm not volunteering for it as I'm too much of a beginner.
I've just about got the hang...
May 25, 2016 at 9:51 am
When I say "I have to give direct table access" what I mean is having had an ORM inflicted on me the ORM fans will now push for direct table...
May 23, 2016 at 12:01 pm
ORMs are fine for prototyping.
The issues I have with them are:
[Ul]
[Li] I've yet to see anyone...
May 21, 2016 at 10:44 am
Is anyone using GitFlow and if so could you share your experience?
May 20, 2016 at 11:30 am
The reason that the 3rd example parameterizes your SQL is because it is generating a reusable query plan.
If you have a WHERE created_date>'2016-05-17' this will generate a different query...
May 17, 2016 at 12:21 am
Devs, infrastructure guys and DBAs have to work together to get this working and thus prove the value of DevOps.
Like all things if you adopt the disciplines and put in...
May 16, 2016 at 12:31 pm
A side effect of having DB roles is that you have a common frame of reference to discuss business roles and how the business wishes to organise itself.
It's a useful...
May 13, 2016 at 11:25 am
kiwood (5/10/2016)
May 11, 2016 at 12:16 am
Hortonworks are pushing Apache Atlas as a tool to manage Enterprise metadata.
From what I can see so far it is very early days for this particular project.
I went to a...
May 9, 2016 at 11:46 pm
Given the ascendency of data science I think there is scope for some articles utilising the different statiscal techniques.
I did enjoy the data mining series on this site.....
May 9, 2016 at 12:08 pm
My experience so far is that some vendor solutions that rely on DBs are not cloud ready. If the apps aren't cloud ready then putting the DB in the...
May 6, 2016 at 10:40 am
Viewing 15 posts - 1,276 through 1,290 (of 3,670 total)