June 25, 2007 at 6:30 am
Thanks, Sugesh...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2007 at 6:23 am
i'm new to this work environment but basically from IT side, completed my BE in 2006. can anyone help me out?
im using sql anywhere 10. and this doesnt support sp_spaceused.
can anyone give me a script to find the size of a purticular table in the DB with some basic explanation?
Thanks in advance
June 26, 2007 at 6:51 am
Does it support the following query?
SELECT * FROM SysIndexes
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2007 at 6:57 am
getting error like tablename sysIndexes is ambiguous
June 26, 2007 at 7:06 am
im using interactive SQl tool provided by SQL anywhere10
June 26, 2007 at 7:11 am
Sorry... not familiar with either the tool or the product, Lakshmi.
Can anyone else help Lakshmi?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2007 at 7:17 am
SQL Anywhere is a SYBASE EDM. sp_spaceused is not support there and has been replaced. Read the link given below to know what has got changed in syabase.
http://www.ianywhere.com/developer/product_manuals/sqlanywhere/1000/en/pdf/dbwnen10.pdf
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
June 26, 2007 at 7:41 am
yes, i have that PDF. and i know that sp_spaceused is not supported anymore.
juz want to know sp_spaceused was replaced with? i mean an alternative for that. or any script that u can help me out with?
June 26, 2007 at 10:13 am
You should post your question on a site wherer they answer SYBASE questions.
You might try the SYBASE forum on dbforumns.com
Viewing 9 posts - 16 through 23 (of 23 total)
You must be logged in to reply to this topic. Login to reply