Viewing 15 posts - 946 through 960 (of 1,111 total)
Could try:
SELECT
sapaywk as [Week]
,SUM(CASE WHEN sacoy = 1000 THEN daawrhours ELSE NULL END) AS [Total Hours for Prime]
,SUM(CASE WHEN sacoy = 1000...
May 6, 2015 at 3:49 am
Michael Meierruth (4/30/2015)
I wonder how many different fiscal calendars there are out there in the...
May 6, 2015 at 3:27 am
You might want to dig under the hood more because indexes and primary keys are the easy part IMHO.
May 5, 2015 at 6:18 am
I'm more of a developer role, but there is only me, so I have to act as the DBA too.
I normally measure the impact of my queries when developing them...
April 27, 2015 at 6:42 am
stevenp333 (4/27/2015)
It might be that many large established...
April 27, 2015 at 6:32 am
Jeff Moden (4/26/2015)
xsevensinzx (4/25/2015)
...if someone came to me and said that the database can store no logic, then it's not the end of the world.
BWAAAHAAAA!!! If someone gave me...
April 26, 2015 at 4:02 pm
Eric Mamet (4/26/2015)
It's very useful 🙂
On the NoSQL side... Why using NoSQL?
Is it because of the type of data you hold, or because of volume?
I think remembering that "Big...
April 26, 2015 at 5:56 am
Eric Mamet (4/25/2015)
Following Microsoft BI developments, I was under the impression that "on Premise" SQL Server data...
April 25, 2015 at 6:07 pm
Steve Jones - SSC Editor (4/25/2015)
xsevensinzx (4/25/2015)
Here is a good example I think where the number crunching cannot exist in the database.
I worked in the video game industry, specifically in...
April 25, 2015 at 5:53 pm
Steve Jones - SSC Editor (4/20/2015)
RonKyle (4/20/2015)
But the number crunching belongs somewhere else. I have seen first-hand the improvements in performance that comes from moving business logic into...
April 25, 2015 at 8:49 am
I still find it funny there is such a huge wall in most companies where you have to remind people to collaborate with one another to get better results. It...
April 24, 2015 at 8:41 pm
Steve Jones - SSC Editor (4/24/2015)
Those of you doing testing as well,...
April 24, 2015 at 8:18 pm
When I worked in the video game industry, we surely did code reviews all the time.
Now that I work in a different industry specifically with SQL Development, we don't only...
April 24, 2015 at 7:50 am
I'm no expert, but are there any issues with spreading out the refresh cycles per data source or do you have to do everything at once in one huge refresh...
April 23, 2015 at 8:10 am
Wayne West (4/14/2015)
lshanahan (4/14/2015)
Grant is right:...
April 14, 2015 at 12:29 pm
Viewing 15 posts - 946 through 960 (of 1,111 total)