T-SQL Tuesday #60 Something New Learned
So, here it is. I put the challenge out to discuss something new learned last week. I was fortunate enough...
2014-11-11
608 reads
So, here it is. I put the challenge out to discuss something new learned last week. I was fortunate enough...
2014-11-11
608 reads
It is once again time to come together as a community and talk about a common theme. This monthly gathering of the community has just reached it’s 5th anniversary....
2014-11-11
3 reads
It is once again time to come together as a community and talk about a common theme. This monthly gathering...
2014-11-11
581 reads
What have I learned recently? Well as it happens I learned something rather interesting recently and was actually trying to...
2014-11-11
1,670 reads
In SQL Server one way we optimize code is by adding indexes. Indexes help queries by essentially letting the engine...
2014-11-11 (first published: 2014-11-06)
7,414 reads
This was one of those days I was waiting to happen. You might be wondering whats special? Yes, this day...
2014-11-10
855 reads
1. After connecting to the principal server instance, Right-click the database & go to properties. Select Mirroring from left side option. 2. Click Configure Security, Configure Database Mirroring Security...
2014-11-10
19 reads
1. After connecting to the principal server instance, Right-click the database & go to properties. Select Mirroring from left side option.
2....
2014-11-10
4,016 reads
After I wrote about creating tables that contain the results I expected, I wondered if I could do the same...
2014-11-10
737 reads
Suppose, sometimes you just need entry in the table with all the default values.
For example you have a Student...
2014-11-10
216 reads
By Brian Kelley
Probably the best piece of advice I ever received is to take time to...
By Steve Jones
I was lucky enough to take a vacation a decade ago in Edinburgh with...
Disclaimer: The following is built with Claude Code. Just need to justify my $100/mo...
We have performed a side-by-side upgrade, from SQL Server 2016 to 2022 Developer Edition,...
Comments posted to this topic are about the item Automating OSM Data Refresh in...
Comments posted to this topic are about the item Database Mail Configuration
If I want to get a list of the configuration settings for Database Mail using T-SQL, how can I do so?
See possible answers