Blogs

Technical Article

SQL Injection - Why I Don't Think Parameterization is Enough

  • Article

One of the main defenses touted against SQL injection attacks is to use proper parameterization at the application layer. But while this gets most of the cases, there are clearly examples where this alone fails. For instance, consider the stored procedure...

You rated this post out of 5. Change rating

2009-05-20

3,948 reads

Technical Article

To Date or Not To Date….

  • Article

OK….so I’m in the middle of a very interesting Effective Dating project…basically we’re dealing with some tables that only store current data, but there is a need for future-dated data as well. Because the base table can’t hold that data...

You rated this post out of 5. Change rating

2009-05-18

3,057 reads

Technical Article

What's a DBA

  • Article

Most of us are tired of this overused, vague term. How many of you have clicked on a 'DBA' job posting only to find that it's not what you do? Or asked for a DBA resume from a recruiter and gotten something other than what you expected? Or...

You rated this post out of 5. Change rating

2009-05-14

1,999 reads

Technical Article

Comparing Hardcoded functions, In-Line TVF's, and Scalar Functions

  • Article

While perusing some of the threads on SQLServerCentral.com one of the questions that hit me was regarding the use of scalar functions in queries. In this particular case, in the column list of a SELECT statement. Did it make sense to encapsulate a routine...

You rated this post out of 5. Change rating

2009-05-12

1,958 reads

Technical Article

Networking Results

  • Article

I've written quite a few posts lately on networking and a very common question is - where's the results? What do I get out of all the effort, and so far my best (if lame) answer is that networking is an investment based on faith that...

You rated this post out of 5. Change rating

2009-04-30

1,511 reads

Blogs

Using Flyway Prepare for State-Based Deployments

By

One of the neat enhancements made to Flyway was the addition of state-based workflows...

How I Migrated to Azure PostgreSQL Flex from Single Server

By

I did a couple of posts previously on dumping/restoring Azure PostgreSQL databases and also...

Have a Plan for Your Personal Downtime

By

Most of us know that spending a lot of time on social media and...

Read the latest Blogs

Forums

Count of Total Appointments within 30 days of each Appointment Date

By Reh23

Good Afternoon. I have a Table where each Record: 1) Represents an Appointment. 2)...

Reporting Services in Managed Instance

By Arjun SreeVastsva

Hi , one of my on-premises servers one server is having databases and one...

EXTENDED EVENTS Track What's Logging In

By Super Cat

Simple one looking for a script that can track what's logging in from where...

Visit the forum

Question of the Day

Hash Joins IV

What is a hash bailout?

See possible answers