Porting SQLServerCentral
Steve talks about the project underway to port the SQLServerCentral codebase.
2018-12-27
119 reads
Steve talks about the project underway to port the SQLServerCentral codebase.
2018-12-27
119 reads
One of the best ways to improve software is to evaluate it sooner, which includes static analysis. We don't have many tools for database code, but we need more.
2018-12-26
27 reads
2018-12-25
30 reads
2018-12-24
55 reads
2018-12-24
49 reads
2018-12-21
835 reads
With a data breach at Marriot, there is a call from one person for companies to spend more on security.
2018-12-20
26 reads
Many organizations that run older versions of SQL Server are not patched.
2018-12-19
49 reads
2018-12-18
47 reads
Steve Jones thinks it's important that we be able to deploy almost any changes to our databases without breaking applications.
2018-12-17 (first published: 2015-01-26)
181 reads
Have you ever wondered where a certain field is used in a report? Or...
By Steve Jones
One of our internal people was looking to test some process in (I assume)...
By James Serra
Announced at Microsoft Ignite last week were some new product features related to the...
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...
I am using the following script to import data from a json file. This...
What does this return?
SELECT x=1 WHERE (SELECT 1) IN ( 1, 2, 3)See possible answers