Skip to main content
Thomas Stringer's user avatar
Thomas Stringer's user avatar
Thomas Stringer's user avatar
Thomas Stringer
  • Member for 11 years, 8 months
  • Last seen more than 2 years ago
20 votes

Is it premature optimization to add database indices?

14 votes

How should I remember what I was doing and why on a project three months back?

13 votes

How to design a relational database for user following other users?

9 votes

how much do I really need to know to become Jr Developer?

7 votes
Accepted

Is a series of OR or a single IN SQL statement better?

5 votes

Why are cases in a switch statement not isolated?

5 votes

What are the advantages/disadvantages of creating a new set of tables for each user?

4 votes

Is there any material difference between queries joined by WHERE clauses, and queries using an actual JOIN?

4 votes

Which HTTP verb should I use to trigger an action in a REST web service?

4 votes
Accepted

How do you differentiate software between TEST and PROD environments?

4 votes
Accepted

To convert to accurate data types or maintain default type of string

4 votes

Do Temporary tables have any form of index in SQL?

3 votes

Is it a bad choice to consume the REST API from the back-end too?

3 votes
Accepted

Use of NOLOCK on Microsoft SQL Server

2 votes
Accepted

HTTP API Versioning and Need to Introduce Breaking Changes to All Supported Versions

2 votes
Accepted

GIT approach to starting a new project?

1 vote

Best practices for scope of returned data per stored procedure

1 vote

Integration tests of SQL logic

1 vote

Large volume report operations, how best to replicate transactional data