Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AnilThapak

  1. AnilThapak

    Data Distribution Using Primary Index

    A serial column will lead to evenly distribution of data but If this column is not used for actual joining or access the row then it will lead to performance penalty because reading a row will require fulltable scan. Joining becomes more efficient if the joined columns are also the primary...
  2. AnilThapak

    Retrieving all table names and properties using SQL query

    Help database yourdatabase: For listing of all database objects, Help table yourtable: For listing of all table columns, Show table yourtable: For DDL statement. Anil
  3. AnilThapak

    Anyone know how to get the demo working??

    try this one. go to c:\winnt\system32\drivers\etc open the host file and place the entries 127.0.0.1 localhost demo1099cop1 dbc cbccop1 X.X.X.X( Machines IP) Machinename MachineNamecop1 MachineNamebynetc dbccop1

Part and Inventory Search

Back
Top