Viewing 15 posts - 1,186 through 1,200 (of 6,038 total)
If you don't know T-SQL; meaning if you can't write your own T-SQL scripts to automate things, or analyze execution plans and advise developers on proper T-SQL coding and data...
November 6, 2017 at 8:24 am
This year was my first time attending PASS. Most of the sessions I attended focused on ColumnStore, which is something our organization has implemented in production over the past couple...
November 6, 2017 at 8:04 am
An email or MP3 may have a header and other structured meta-data, but the contents typically follow no formal EDI structure. Even the contents may not conform to proper grammatical...
October 27, 2017 at 6:53 am
It's expensive, risky, and unproductive for companies to continually lose and replace experienced staff. Smart companies understand that smart employees need variety and challenge, and they provide opportunities for staff...
October 26, 2017 at 8:56 am
I don't have a problem with index hints, even in production, so long as it's presumptive need is evidence based. Hints are declarative, and although the guy taking over your...
October 24, 2017 at 7:53 am
What a joke. We seriously need to reform the way government at all levels does procurement and hires contractors.
... The system, the Property and Evidence Tracking System...
October 23, 2017 at 12:42 pm
October 23, 2017 at 7:34 am
What are their arguments for embedding the SQL in the application? Even if there were some marginal technical advantage, there is still issue that ownership of the SQL would then...
October 21, 2017 at 7:01 pm
... It is great that you can fix a problem at your kid's soccer game or dance recital, but it's also important that you attend and enjoy those...
October 20, 2017 at 3:10 pm
You might achieve what you're wanting to do using hints. FORCESCAN forces scan on index instead of seek, INDEX(1) forces use of clustered index, and INDEX(0) forces a table scan.
October 20, 2017 at 1:39 pm
October 20, 2017 at 8:25 am
Ordinarily the plebeians would be demanding their elected leaders "DO SOMETHING ABOUT THIS !!!".
However, under the present circumstances they're just praying the crisis will blow over without...
October 19, 2017 at 1:43 pm
There is nothing wrong with an employee deciding to move on another opportunity or an employer choosing to let someone go, so long as the motivation is rational and the...
October 19, 2017 at 7:27 am
When you're a one-man show, it's easy to have a myopic view of one's job, overestimating your skills and stagnating. We certainly learn more when we have good co-workers, particularly when...
October 17, 2017 at 12:31 pm
That's the thing about attending .NET related developer conferences, when the topic of SQL coding comes up, we will often find ourselves shaking our head.
Abstracting the complexity of...
October 16, 2017 at 7:48 am
Viewing 15 posts - 1,186 through 1,200 (of 6,038 total)