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 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've deleted some records from a table in a SQL Server database. The IDs
I'm using SQL Server 2000 to print out some values from a table using
I have been researching audit triggers for some of my sql tables. I came
I'm considering altering some tables to use nvarchar(50) as primary key instead of an
I am having some 10 lac records in my single SQL Table. I need
I've created a table in Microsoft Sql CE that I'm using to hold some
I need to create an SQL query to insert some data into a table
I have some tables that I build as a part of my report rollup.
I basically created some tables to play around with: I have Two main tables,
I have some tables that represent various types. They usually just consist of an

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.