Speaking at 24 Hours of PASS – The Evolution of Data Platform
As announced a couple of hours ago, a new edition of the famous online webinars 24 Hours of PASS will...
2016-04-21
357 reads
As announced a couple of hours ago, a new edition of the famous online webinars 24 Hours of PASS will...
2016-04-21
357 reads
Microsoft introduced support for JSON data in SQL Server 2016 and in Azure SQL Database. I was excited to see...
2016-04-20
723 reads
Lately I’ve been thinking about taking a break from doing presentations. Not sure what triggered it – maybe just a sense...
2016-04-20
625 reads
If you read the March PASS Board meeting minutes, you saw that there was a discussion around board members and...
2016-04-20
499 reads
In MongoDB we have to use either insert() or save() method to add the document to a collection
Insert Single document
> db.employee.insert(
{"employee_id":1101,
"name":"Prashanth",
"sal":90000,
"dob": newDate(1983,2,3,5,20),
"department":
[
'DB Amdin','DB Developer'
],
"Location":"New York"});
Insert Multiple...
2016-04-20
740 reads
I drove to Clearwater (and back) yesterday to attend and present to the Pinellas SQL group. Misc notes from the...
2016-04-20
522 reads
Me: I think I’m going create a new playground instance.
Myself: Make sure you use a case sensitive (CS) collation when...
2016-04-20
416 reads
I just want to write the setup I went through for using debug symbols within SQL Server to resolve call...
2016-04-20
231 reads
SQL Server has plenty of reports. Reports extended more with the occurrence of the SQL Server 2012 version.SQL folks in general,...
2016-04-19
1,766 reads
SQL Server has plenty of reports. Reports extended more with the occurrence of the SQL Server 2012 version. SQL folks in general, usually don’t take them as handy, or maybe...
2016-04-19
57 reads
By Steve Jones
Redgate had some Claude training recently, which I went through as my knowledge has...
By Steve Jones
gnossienne– n. the awareness that someone you’ve known for years still has a private...
How I used AI for this postChatGPT to generate images based on info specifically...
Comments posted to this topic are about the item Randomly Selecting Columns and Rows...
Comments posted to this topic are about the item How Can SQL Server Detect...
Comments posted to this topic are about the item Getting Database MaiL Profiles
If I want to return information about all Database Mail profiles on my instance from T-SQL, how can I do this?
See possible answers