20141120 tempdb,object_id (SQL Server)

Source: Internet
Author: User

tempdb:

This is a temporary DB in SQL Server where you can declare a temporary table (#tablename) and destroy it after you run out of temporary tables.

Object_ID (Object Name,object type):

This function is built into SQL serve to find the object ID of the object being set, the first parameter is the object name, the second is the object type, or it can be retrieved only with the object name

For example Select object_id (' AA '), returns the ID of AA if AA exists, then returns NULL if it does not exist

20141120 tempdb,object_id (SQL Server)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.