New Sybase Interview Questions :: ALLInterview.com http://www.allinterview.com New Sybase Interview Questions en-us 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 In sybase, we can have multiple users associated to same login ,each http://www.allinterview.com/showanswers/63959.html Yes, it’s possible that we can login to one database with corresponding user id. Because we can have multiple users associated to same login, each corresponds to different database, so We can login to one database with corresponding user id b Sybase system databases http://www.allinterview.com/showanswers/32149.html When you install Adaptive Server, it contains these system databases: The master database controls the user databases and the operation of Adaptive Server as a whole. It stores information about all user databases and their associated data Sybase 12.5 Database Statistics (Maximum) http://www.allinterview.com/showanswers/32145.html Databases per Adaptive Server Enterprise - 32,767 Server Size - 8 terabytes Database size - 4 terabytes Page Size - 2K, 4K, 8K, 16K Databases spanned by one update 16 Databases opened by one transaction 16 Tables in a query 50 Logi what is the architechure of sybase ASE? http://www.allinterview.com/showanswers/29111.html The Sybase Server A Sybase server consists of: a) Two processes, data server and backup server. b) Devices which house the databases; one database (master) contains system and configuration data. c) A configuration file w How do you troubleshoot if your tempdb gets filled http://www.allinterview.com/showanswers/28176.html use tempdb go sp_helpsegment "default" go