GeekInterview.com
  I am new, Sign me up!
 

Sybase Interview Questions


Sybase Interview Questions

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

 
 Sybase Interview Questions
Sorting Options :  

How will you handle when an replication thread goes down? 
View Question | Asked by : nslk.sap

How do you check db space and what are the measures available to increase the db space? 
Latest Answer: sp_helpdb gives information about memory used and available.sp_spaceused - gives space used.. ...
Read Answers (1) | Asked by : nslk.sap

What do you mean by Stable Device in Sybase replication? 
Latest Answer: I think the textbook term  is 'stable queue' - the place on disk where transacitons/data is stored until it reaches its destination(s). Plays the role of a ledger file in JMS/Tibco. ...

What are the default size of master database in sybase ? 
Latest Answer: The default size of a master database in sybase is 6MB for a 2K page size Adaptive server. ...

How will you purge data from audit database? 
Latest Answer: To back up sysaudits_0n, set up a threshold which, when triggered, copies its contents into a permanent table and uses sp_configure to set the new active audit table to sysaudits_0(n+1). This will get the data into a more persistent location. From there ...

How is Workspace used in Sybase? 
Latest Answer: I think it needs clarification. The only 'workspace' that comes to my mind here is a *.ws file from Sybase Power Designer. In that case a workspace serves as a container for physical, logical ERDs and reports, etc. ...

What is the use of 'with check' option in views? 
Latest Answer: When you create a view using the with check option clause, each insert and update through the view, is validated against the view’s selection criteria. If the rows inserted or updated are out of criteria then it fails and gives error message. For ex, ...

How we can add a NotNull Column in a table by using alter command (without using default command)? 
Latest Answer: First add the column as NULL. Then populate the column with non-null data. Then modify the column to NOT NULL. You may need to set dboption "select into" to True. ...

how to lock a table in sybase? give me its text command. 
Latest Answer: lock table table_name in {share | exclusive} mode [wait [no_of_seconds] | nowait] ...

Latest Answer: declare @var intselect @var = 1update set @var = @var*< colname >select @var ...

View page [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