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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:48:52+00:00 2026-05-12T09:48:52+00:00

Some of the tables in my SQL Server 2005 database is named as lu.[TableName]

  • 0

Some of the tables in my SQL Server 2005 database is named as lu.[TableName] instead of dbo.[TableName]. What does lu stand for?

Note: I tried google already

  • 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-12T09:48:53+00:00Added an answer on May 12, 2026 at 9:48 am

    That would be a schema in SQL Server 2005 – which you can create yourself using CREATE SCHEMA.

    A schema can be used to separate out database objects that logically belong together, e.g. put all tables related to human resources into a “HR” schema etc. DB Schemas are a bit like .NET or XML namespaces.

    A schema can also be used to handle permissions, e.g. you can delegate permissions to user and roles on a schema level.

    Have a look at the sample AdventureWorks database which uses schemas extensively.

    That’s also one of the reasons you should always qualify your database objects with the “dbo.” prefix. If you don’t, SQL Server’s query engine will first have to check your default schema (which could be different from dbo) for the object of that name, and if not found it goes to the dbo schema. If you always use “dbo.YourTableName”, the query engine knows upfront where to look – a tiny performance gain (which gets multiplied by thousands of accesses).

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

Sidebar

Related Questions

I have a Sql Server 2005 Standard production database with some <120 tables and
I have a SQL Server 2005 database in which I have some tables contain
iv created a database with some tables and populated them using SQL server 2008,
In SQL Server 2005/2008, is there some significance to tables that have two leading
I have an SQL Server 2005 database, and I tried putting indexes on the
In my sql server 2005 I have a database named movies . In this
Our SQL Server 2005 database has nearly 100 different tables. We are going to
I have a SQL server and couple Windows clients and cache of some tables
i'm trying to set up some tables in my SQL Express server, and i
i have made columns in some of the tables encrypted in sql server 2008.

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.