Results 1 to 6 of 6

Thread: Hash Tables problem

  1. #1
    Junior Member
    Join Date
    Mar 2007
    Answers
    1

    Hash Tables problem

    I have created a Hash table on the SQL Server in a centralised server from my system. I have entered 2 values into the table. When I try to see the values from another system; I'm unable to see the records and its showing me no data. What can be the reason for this problem?


  2. #2
    Junior Member
    Join Date
    May 2007
    Answers
    7

    Re: Hash Tables problem

    Scope for the #table is within the window.
    Single # table scope is local and
    double ## table scope is global


  3. #3
    Contributing Member
    Join Date
    Apr 2008
    Answers
    31

    Re: Hash Tables problem

    Hi Pooja,

    We have 2 types of Hash tables, they are local and global
    Local is used as #tablename, which is having the scope with in the SP's or Functions or in Programs, Out of this scope you can not able to find the table.
    where as for global is used as ##tablename, which can be able to access out side of the SP's or functions or Programs.

    Hope this will help you.

    -With Cheers
    Nagesh


  4. #4
    Junior Member
    Join Date
    Jan 2009
    Answers
    2

    Re: Hash Tables problem

    does hash table in sql server mean the temp table ?Plz carify.


  5. #5
    Contributing Member
    Join Date
    Apr 2008
    Answers
    31

    Re: Hash Tables problem

    Yes, Hash table means a temp table.


  6. #6
    Expert Member
    Join Date
    Nov 2008
    Answers
    300

    Re: Hash Tables problem

    Check here


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact