2018-04-02
75 reads
2018-04-02
75 reads
Today we have a guest editorial from Andy Galbraith that looks at the ways in which he has helped others in his career.
2018-04-02 (first published: 2014-07-09)
229 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
366 reads
2018-03-29
140 reads
Using new features and changing code can cause problems in your environment. Always test to be sure that the impact is acceptable.
2018-03-27
55 reads
2018-03-26
84 reads
We often make changes to production systems in an ad hoc manner. Steve asks how much auditing we might have in place.
2018-03-23
61 reads
Updates this week for SQL 2014, 2016, 2017 and SSMS have Steve thinking about the pace of patching.
2018-03-22
58 reads
2018-03-21
101 reads
2018-03-19
91 reads
In a containerized app, React and Chakra UI provide a robust and accessible user...
By Steve Jones
nachlophobia – n. the fear that your deepest connections with people are ultimately pretty...
Have you ever wondered where a certain field is used in a report? Or...
Comments posted to this topic are about the item Lies You Should Believe -...
Comments posted to this topic are about the item A Strange Query
Hello, I am having database primary and secondary filegroup. Few tables/indexes are partitioned on...
What does this return?
SELECT x=1 WHERE (SELECT 1) IN ( 1, 2, 3)See possible answers