New Sybase Interview Questions :: ALLInterview.com http://www.allinterview.com New Sybase Interview Questions en-us How can i retrieve the pseudoColumn values of a table in sybase? In http://www.allinterview.com/showanswers/175321.html select rownum = identity(10) , i into #temp from t select * from #temp drop #temp go How can we add a column to a table without altering the same? http://www.allinterview.com/showanswers/119162.html In Oracle - create nother table with new column 2. insert complete data into this 3. drop orignal table 4. rename the created table to orignal table What are Magic Tables? http://www.allinterview.com/showanswers/117503.html Insert and delete are Magic tables in triggers. They are used for storing the data temporarily for checking the data insertion/updation/deletion. What will happen if we create more indexes on a sysbase iq table? http://www.allinterview.com/showanswers/103601.html As far as i know the retrieval is fast. as per the standard definitions the insertion will be slow. To achieve more performance when you are loading large data please drop indexes on the table and load the data.Once your load has completed recrea Is data insertion is fast in SYBASE IQ if we have more indexes on a t http://www.allinterview.com/showanswers/103598.html No way. More Index cause more time and resource. It will be slower than no index table. What is the use 'return' keyword in Stored Procedure? http://www.allinterview.com/showanswers/101642.html Return values indicate a return code from the stored procedure. mention return @xx where xx is a variable and declared as an out variable. What is the maximum nesting level of Stored Procedure and Triggers i http://www.allinterview.com/showanswers/101641.html Triggers can nest to a depth of 16 levels. The current nesting level is stored in the @@nestlevel global variable. Nesting is enabled at installation. A System Administrator can turn trigger nesting on and off with the allow nested triggers c what is the difference between dbcc checkstorage and other dbcc comma http://www.allinterview.com/showanswers/96123.html dbcc checkstorage is different from the other dbcc commands in that it requires: 1.)The dbccdb database to store configuration information and the results of checks made on the target database. 2.)At least two workspaces to use during the ch what is directio? http://www.allinterview.com/showanswers/96122.html directio is clause of disk init command, introduced in ASE15, for file system devices.It allows to configure ASE to transfer data directly to disk bypassing the O.S. buffer cache.It can be set during device initialization.It mainly removes read d What is the difference between compression level 0 1nd 9 http://www.allinterview.com/showanswers/96121.html 1. Compression levels are used during either full or log backups. 2. O is lowest compression level while 9 is highest compression level 3. Just keep in mind while deciding about compression level higher compression level will cause max. cpu u how to do application monitoring through AutoSys? http://www.allinterview.com/showanswers/90227.html Following Tools can be used to Monitor the application jobs. JobScape Unicenter Enterprise Job Manager - Web Console Unicenter Workload Control Center - Web Console JAWS iXP Autosys Web Interface Additionally Contact Computer Associates fo How can set the multipal database ? http://www.allinterview.com/showanswers/84716.html can i gat any proper material for sybase if possible plz let me kno http://www.allinterview.com/showanswers/77901.html sybase.com infocenter.sybase.com except this sites What is a temp table? how to denote temp table? http://www.allinterview.com/showanswers/76033.html Any table with name starting with '#' is automatically put into tempdb database. Temp tables allow developers to create and scan tables within a stored procedure - and have the tables totally isolated from all other database connect what means of sybase ?? and how i can use sybase data base on my comp http://www.allinterview.com/showanswers/73360.html To know what is Sybase please read the web-page at following link http://www.sypron.nl/whatis_ase.html To download Sybase ASE ( Developer edition ) which is free and very easy install, please visit the following link. Download "Sybas