Results 1 to 4 of 4

Thread: In memopry Tables in sql server

  1. #1
    Join Date
    May 2006
    Posts
    13

    In memopry Tables in sql server

    Hello all!

    Is there any possibility to enumerate the in memory tables created in a specific database in sql server, i mean tables which name starts as "##.....".

    Thank you very much.
    brgds,
    Teixeira

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You can't pin the table in memory anymore on sql server, but it'll stay in memory if been read constantly and sql has enough memory to work with.

  3. #3
    Join Date
    May 2006
    Posts
    13
    bad news for what i wanted to do

    Thanks,
    brds
    Teixeira

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    In SQL Server 2005 you can't pin the table.

    DBCC pintable does nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •