3

I need to detect which version of SQL I am dealing with to perorm various tasks, I need specifically detect if I am on SQL 2008 or SQL Azure.

How can I do this with detection code written in SQL?

Mark Redman
  • 24,079
  • 20
  • 92
  • 147

1 Answers1

0

A good place to start might be: Programmatically detect SQL Server Edition.

Community
  • 1
  • 1
Brisbe
  • 1,588
  • 2
  • 20
  • 42