Bad Culture Bad Security
Another company has hard-coded credentials, which Steve feels are a sign of bad culture.
2023-10-23
149 reads
Another company has hard-coded credentials, which Steve feels are a sign of bad culture.
2023-10-23
149 reads
Steve has had to change his security, which is good, but annoying.
2023-10-18
164 reads
2023-10-14
93 reads
What are the Power BI workspace permissions and roles and how are they used?
2023-10-06
DevOps is great, but Steve thinks we need to ensure we include security is a part of what we do when building and deploying software.
2023-10-02
138 reads
Can you trust your colleagues? We all want to, but there are always temptations, especially when life gets hard. Steve wonders today how we look at the issues of security inside of our organizations.
2023-09-06
124 reads
2023-08-25
605 reads
2023-08-02
407 reads
2023-07-26
506 reads
Microsoft is recommending more security for SQL Servers, including dev and test instances. Do you agree this is a good idea? Would you implement this?
2023-06-28
215 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
hi, we couldnt get our upstream data source developers to supply what is sometimes...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers