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 1073187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:57:32+00:00 2026-05-16T20:57:32+00:00

In SQL Server 2005, is it possible to automatically set transaction isolation level to,

  • 0

In SQL Server 2005, is it possible to automatically set transaction isolation level to, say, read uncommitted an a per-user basis?

(So for instance, if I set such a login option for user Fred, Fred wouldn’t have to remember sprinkle his select statements with NOLOCK hints or remember to add in a set transaction isolation level statement to his sql.)

  • 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-16T20:57:35+00:00Added an answer on May 16, 2026 at 8:57 pm

    if it is for stored procs you could have code like this in the procs

    if user_name() in('dbo','username','otherusers','bla') 
    set transaction isolation level read uncommitted
    else
    set transaction isolation level read committed
    

    But of course now you have a maintenance problem, all current procs have to be modified

    you can also check with suser_sname() but this really becomes a big PITA

    you might also be able to use a LOGON Trigger I have not tried and am not sure it will work

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

Sidebar

Related Questions

With SQL Server 2005 and 2008 is it possible to set the default schema
Is it possible in SQL Server 2005 to set a default value for a
Is it possible to install sql server 2005 express and sql server 2008 developer
Is it possible to get records for each distinct date in SQl Server 2005?
Is it possible to programmatically create a DBLink in SQL server 2005 in C#?
Is this possible? Using SQL Server 2005....... SELECT * FROM Data0304 UNION SELECT *
Possible Duplicate: Simulating group_concat MySQL function in MS SQL Server 2005? I have a
SQL Server 2005 Standard 64x, with 300+ tiny databases currently (5MB each), user base
Possible Duplicate: Tools for Generating Mock Data? I am running SQL Server 2005 and
Possible Duplicate: Does SQL Server 2005 have an equivalent to MySql’s ENUM data type?

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.