Are Indexes Actually Changes to the System?
Is an index change equivalent to a code change? Steve Jones asks the question and has a few thoughts.
2018-10-02
143 reads
Is an index change equivalent to a code change? Steve Jones asks the question and has a few thoughts.
2018-10-02
143 reads
With the need to remove older data, Steve thinks natural keys may be obsolete.
2018-10-01
199 reads
With lots of news coming out of Ignite, Steve talks about a few of the changes.
2018-10-01
42 reads
Do we need the right tool or just a tool? A guest editorial from Andy Warren gives a few thoughts on getting things done effectively.
2018-09-28
48 reads
Thanks for improving the string or binary data truncated error message.
2018-09-27
162 reads
Data classification may not be fun or even interesting, but it is necessary.
2018-09-26
65 reads
2018-09-24
134 reads
2018-09-24
68 reads
2018-09-20
50 reads
2018-09-19
91 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