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
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
How do you delete a data source?
What is the data type of time?
What are the disadvantages of indexes?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.
Explain what is “asynchronous” communication in sql server service broker?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
how to control the amount of free space in your index pages? : Sql server database administration
How we can compare two database data?
What is the server name in sql server?
Write the syntax for stuff function in an sql server?
What are the different index configurations a table can have?
Define tool Manage Statistics in SQL Server 2000 query ?
How do you Implement SSIS Packages in your Project?