Viewing 15 posts - 931 through 945 (of 10,144 total)
Where TS.Skill IN (@TS)
February 2, 2017 at 7:31 am
February 2, 2017 at 7:18 am
February 2, 2017 at 1:13 am
What the heck? This is ripped from an article over on SQLMag written back in 2010:
http://sqlmag.com/blog/5-things-consider-sql-server-data-warehouse-dbas
Aha! Some of those links aren't in the original. Reported as spam.
February 1, 2017 at 1:52 am
January 31, 2017 at 9:54 am
January 31, 2017 at 6:06 am
Other than a join predicate in the wrong place it looks fine.
What "doubts" do you have?
If you have "doubts", have these been confirmed by your unit testing?...
January 31, 2017 at 3:49 am
January 31, 2017 at 1:27 am
January 30, 2017 at 7:27 am
The optimiser is timing out. If you can simplify the query you would almost certainly get a better plan.
You have duplication of effort: the group of tables
January 30, 2017 at 5:11 am
-- without the GROUP BY provides a good idea of the distribution of values
-- check the results by...
January 30, 2017 at 3:41 am
hopefully you can assist me
In my query, I need to frame a condition like
Count...
January 30, 2017 at 1:46 am
Viewing 15 posts - 931 through 945 (of 10,144 total)