Tag Archives: security

Which Schema is Queried First?–#SQLNewBlogger

I had to test something for a customer, and as a part of this there as a need to have a different default schema for a user. I wrote about that, but one of the things that occurred to me … Continue reading

Posted in Blog | Tagged , , | Comments Off on Which Schema is Queried First?–#SQLNewBlogger

Altering the Default Schema for a User

I had to test something for a customer, and as a part of this there as a need to have a different default schema for a user. I wrote about that, but since this isn’t something that I (or many … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Assigning a Default Schema to a New User–#SQLNewBlogger

I had to test something for a customer, and as a part of this there as a need to have a different default schema for a user. Since this isn’t something that I (or many people) do often, I wanted … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Securing All Your Connections

I read an interesting blog from the cyber security team at Microsoft, noting you should use TLS for your SQL Server connections. I would assume most professionals know that using TLS and secure protocols across the network is important. I … Continue reading

Posted in Editorial | Tagged , | Comments Off on Securing All Your Connections