User Profile

Collapse

Profile Sidebar

Collapse
yrayanki
yrayanki
Last Activity: Sep 26 '08, 10:01 AM
Joined: Nov 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yrayanki
    replied to Rows in a DB2 table..
    in DB2
    db2 "select substr(name,1,4 5) table_name,card record_count from sysibm.systable s where creator = 'yourtableschem a' and type = 'T' "


    C:\Documents and Settings\Admini strator>db2 "select substr(name,1,4 5) table_name
    ,card record_count from sysibm.systable s where creator = 'ADMINISTRATOR' and typ
    e = 'T' "

    TABLE_NAME RECORD_COUNT
    ---------------------------------------------...
    See more | Go to post

    Leave a comment:


  • yrayanki
    replied to Restore between Platforms
    in DB2
    Backup and restore operations between different operating systems and hardware platforms

    DB2(R) database systems support some backup and restore operations between different operating systems and hardware platforms.

    The supported platforms for DB2 backup and restore operations can be grouped into one of three families:

    * Big-endian Linux(R) and UNIX(R)
    * Little-endian Linux and UNIX
    ...
    See more | Go to post

    Leave a comment:


  • yrayanki
    started a topic XA Transcations in DB2
    in DB2

    XA Transcations in DB2

    I need some information regarding XA Transactions.
    I could not found much more info from publish center.
    If any one of you have any information can you please post your comments or links for the references that can be helpful for me
    See more | Go to post

  • yrayanki
    replied to New to DB2, need to download command center
    in DB2
    Try this site : (DB2 EXPRESS ) FREE OF COST

    http://www-306.ibm.com/software/data/db2/express/download.html...
    See more | Go to post

    Leave a comment:


  • yrayanki
    replied to Rowid In Db2
    in DB2
    We don't have the concept of ROWID in DB2 UDB for LUW ....
    See more | Go to post

    Leave a comment:


  • yrayanki
    started a topic Select Into
    in DB2

    Select Into

    Hi,
    I Have a global variable and i need to assign the variable value to a host variable using SELECT INTO stmt in embedded SQL.

    How can I do tht..
    See more | Go to post
No activity results to display
Show More
Working...