Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 927207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:48:45+00:00 2026-05-15T19:48:45+00:00

I need to run a script like EXEC sp_dbcmptlevel AdventureWorks, 100; GO Now I’d

  • 0

I need to run a script like

EXEC sp_dbcmptlevel AdventureWorks, 100;
GO

Now I’d like to have a generic version that uses the database I am connected to, is it possible in T-SQL?

Something like this, but this doesn’t work:

EXEC sp_dbcmptlevel DBNAME(), 100;
GO

It doesn’t work of course because a string is returned, I’d like to have the database referece returned… Is it possible?

Note Of course I can do it from a client application and using a parameter, like (Delphi example)

EXEC sp_dbcmptlevel :CurrentDatabase, 100;
GO

and replace it at runtime, but I’d like to have T-SQL only code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:48:46+00:00Added an answer on May 15, 2026 at 7:48 pm

    You can use the EXEC approach.

    declare @x nvarchar(2000)
    set @x = 'alter database [' + DB_NAME() + '] set compatibility_level = 100;'
    exec (@x)
    

    BOL 2008 declares that sp_dbcmptlevel is deprecated, and to use ALTER DATABASE instead. I don’t know whether 2005 supports this or not.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHP script that I keep updated and need to run on
I have a PHP script that I need to run as root from the
I have two scripts that often need to be run with the same parameter:
Basically I need to run the script with paths related to the shell script
I need a script to run on Vista Ultimate to share an external drive
I want to run a standalone ruby script in which I need my RoR
I need to run an equipment audit and to do that I need to
I'm writing a script that is supposed to run around a bunch of servers
I have a Java console application that is launched from a batch script in
I need to run a script (python) in App Engine for many times. One

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.