Latest Answer: JDBC is a Application programming Interface which helps Java Developers to interact with Database like Sybase via DML Statements (Insert, Update, Delete and so on). ...
Latest Answer: Adaptive Server Enterprise is the relational database management software manufactured and sold by Sybase. ...
Latest Answer: Shutdown with wait - wait from other processes to be completed and then shutdown happens.if "shutdown with nowait" - is used then SQL Server immediately shutdown and back to OS promptHope this will help ...
Latest Answer: Reports on permissions for database objects, users, groups, or roles. ...
Latest Answer: Absolutely there are numerous features but most important are as follows1. Manages User Connection2. Enforces Business Rules3. Provide Recovery and BackUps4. Understand T-SQL5. Optimize Query Execution6. Maintain Databases with NO Redundancy7. Supports ...
Latest Answer: Live table will be created using:
1.
Create table
(
column name datatype
)
2.
Select * into from
e-x: select * into new_emp from emp
Temp Table will be created using:
1.
Create table <#table name>
(
column name datatype
) ...
Latest Answer: 1. Select * from <database name>..<Table name> 2. Use <database name>
go ...
Latest Answer: Before knowing about Sybase transaction commit it is first essential to know about Sybase transaction. Sybase transaction is nothing but a number of SQL statements paced and handled between Sybase BEGIN TRANSACTION and Sybase COMMIT or ROLLBACK statement. ...
What is the difference between 'dump tran database to physical name' 'dump tran database with truncate_only' and dump tran database with no_log'and In real time when we go to truncate the log?
View page << Previous 1 2 3 4 [5] 6 Next >>

Go Top