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

  • SEARCH
  • Home
  • 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 need to run a script and have access to the default stdin (terminal
I need to run a script every night that connects to a Web Service
I need to run a script that will rewrite the folder path of a
I have a host with php+mysql and i need to run a script here
I have a php script I need to run every 5 seconds (run, wait
I need to run a script like : SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
I have a zsh script that I want to run such that it also
i have written this python program. whenever i run the script using parameters like
Basically I need to run the script with paths related to the shell script
While installing with my NSIS installer script I need to run some script on

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.