Viewing 6 posts - 1 through 6 (of 6 total)
I cannot find the article referenced: "Writing SQL Server code with AI using GitHub Copilot" that is supposed to discuss how to install CoPilot. After installing per GitHub general advice,...
December 4, 2023 at 4:57 pm
It's easy to go bananas over one single configuration item such as sp_xpcmdshell. Of course noone should enable it wo having a good and well documented case for it.
And...
September 19, 2016 at 5:19 am
With risk to duplicate what Gaz mentinoned, we need to understand the basic processing/binding order (FROM, ON, JOIN and so on) and realize that the Query processor is the final...
November 22, 2013 at 4:32 am
...and I guess it's
SELECT * FROM #waitstats
and not
SELECT * FROM ..sysprocesses
right? 🙂
June 4, 2012 at 3:25 pm
Excellent script, just had to adjust the first row to:
WITH Waits (servername, wait_type, wait_time_s, pct, rn) AS....
to include the columns!
Will use this in the daily reporting!
June 4, 2012 at 2:54 pm
This article was written in a good form, but if the goal was clarifying the logic of inner join the content MUST be 100% correct. I can live with one...
July 8, 2008 at 12:25 pm
Viewing 6 posts - 1 through 6 (of 6 total)