Viewing 15 posts - 286 through 300 (of 5,842 total)
I believe there is ONE SCENARIO in which order IS guaranteed in TSQL without an explicit ORDER BY: GROUP BY with a ROLLUP or CUBE (perhaps GROUPING SETS, but I...
April 26, 2017 at 8:02 am
Once again my favorite TSQL key word (CASE) is part of the solution!!! 😎
April 26, 2017 at 7:44 am
Search this website and you will find a great stairway's series on Always On (by Perry Whittle I think).
April 24, 2017 at 10:51 am
I want to select result filtered by more than a value by a row.
I don't...
April 22, 2017 at 5:43 pm
Also that domain filter, with the leading percent, will prevent the optimizer from getting an accurate statistical estimate about row count for the predicate, thus the entire query could be...
April 22, 2017 at 10:36 am
April 22, 2017 at 10:26 am
I cannot see the picture enlarged. But it looks like 3041. Binoogle may help you there. Also, is that from Ola's job log file or the SQL Server error log?...
April 21, 2017 at 2:43 pm
April 21, 2017 at 11:49 am
There is almost certainly a LOT more to the log file (note the ellipses at the end).
IIRC, by default Ola's jobs are set to create log files in...
April 21, 2017 at 11:47 am
If I break it into two parts 1-select into #temp and 2nd - insert into my destination from #temp, the 2nd part takes just 1 sec, making the whole...
April 21, 2017 at 11:02 am
Are you using the checked build of dev edition? 32 bit version by mistake?
Watch CPU utilization on both runs, and do a differential wait stats and file IO...
April 21, 2017 at 6:58 am
April 21, 2017 at 6:48 am
April 21, 2017 at 6:46 am
Maybe this:
Wrox used to have a beginning TSQL book that was pretty decent too.
Itzik Ben-Gan has a great...
April 20, 2017 at 8:30 pm
Viewing 15 posts - 286 through 300 (of 5,842 total)