If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > New to SYBASE Administration

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-09-08, 06:19
digiman digiman is offline
Registered User
 
Join Date: Sep 2005
Posts: 9
New to SYBASE Administration

Hi Guys,

I'm relatively new to this forum and new to the Sybase realm...

Is there a nice way to print a specific page in ASE and see its contents? i.e. I want to see what data the specific page is holding...

I know there is a dbcc page command but this is confusing as it takes a page no. as a parameter but I dont the page numbers.

For example, how do i print a list of all page numbers related to the table in question? And then print one of these pages to see how many rows of data it is holding etc??

Thanks

Oh, I am running ASE 15.0 on the linux platform

I tried to do:

dbcc ind ('db_name', 'table_name', 1)

but this command is not supported anymore :-(

How can i display the first page of my table? and all the subsequent pages??

Thanks in advance.....

Last edited by digiman; 04-09-08 at 06:37.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On