GeekInterview.com
  I am new, Sign me up!
 

Sybase Interview Questions


Sybase Interview Questions

Questions: 64
Comments: 145
 Sybase Tags
 Showing Questions 21-30 of 64 Questions
<< Previous 1 2 [3] 4 5 6 7 Next >>
 Sponsored Links

 
 Sybase Interview Questions
Sorting Options :  

A column name is given to you. You have to find out which table has that column. Database has 230 tables. For example: empid (column name) For this how do you find out which table has the column (empid) ?
Read Answers (5) | Asked by : Karthi

Latest Answer: In pre sybase 15 all database options will take effect after a use database and checkpoint command is run.For Sybase 15 the option take effect immediately since all sp_dboption commands have an automatic checkpoint. ...
Read Answers (1) | Asked by : srihari

Latest Answer: declare @source varchar(30) select @source = "10.236.155.17" while charindex(".",@source) > 0 begin select @source = stuff(@source,charindex(".",@source),1,",") end select @source ...
Read Answers (2) | Asked by : Sarathy

Latest Answer: shami,Can u elaborate more, in terms of 2 tables A and B if we do a right outer join, how can we use coalesce ...
Read Answers (2) | Asked by : supari

Latest Answer: In addition to syslogshold one can look at master.sysprocess and the physical_io. If this is large (several hundred thousand) you are probably looking at a query doing a table scan. syslogshold tends to only store teh *longest*. ...
Read Answers (2) | Asked by : srihari

Latest Answer: There are only two options to clear the log1) Kill the tran which is filling up the log2) Extend the transaction log to complete the transaction.don't use 'dump with truncate_only' if you have tran dump job setup. I would also stop and restart ...
Read Answers (2) | Asked by : srihari

Latest Answer: The numeric and decimal typesare identical in all respects but one: Only numeric types with a scale of 0can be used for the IDENTITY column. ...
Read Answers (1) | Asked by : Binay

Latest Answer: usage: dataserver valid options are: -a caps_file - path to CAPs directive file -b [size_spec] - master device size specifier -c config_file - config file for server -D [size_spec] - default database size specifier -d master_dev - master device ...
Read Answers (3) | Asked by : keerthv

Latest Answer: Partition is a old technology helps to access data faster (not actually faster) in almost all the databases. Sybase ASE 15.0 opens up a new possiblity of this. Sybase ASE contains semantic Partioning which is not available in Oracle latest version called ...
Read Answers (1) | Asked by : keerthv

Why can a user create 249 non clustered indexes over a given table as against only one clustered index over a table?
Read Answers (2) | Asked by : keerthv

View page << Previous 1 2 [3] 4 5 6 7 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape