Answer Posted / mallesh
In Sybase the default value for Char is NULL
you can check it as
declare @val char(5)
select @val
o/p is NULL
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is cursors?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
What is difference between standardization and normalization?
Call by value and call by reference in procedure and function, with NOCOPY.
What is sqlservr.exe - process - sql server (sqlex?press)?
What is the difference between Stored Procedures and triggers?
How to list all login names on the ms sql server?
How to create a dynamic cursor with the dynamic option?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
What are the restraints imposed on the table design by a merge replication?
Differentiate between ms sql server reporting services vs crystal reports?
How optimize sql query with multiple joins in sql server?
Can a synonym name of a table be used instead of a table name in a select statement?
What is lookup override?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.