Answer Posted / inampudi anil chowdary
the above two answers are wrong....... the max size of tem
db by default is -1. the main usage of tempdb is.if u run
a query the data will store in tempdb from tempdb we can
get output..but max size is -1;
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is save transaction and save point?
How to find tables without indexes?
What is function of master database?
List the different types of collation sensitivities in sql server?
What are binary string data types in ms sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How to create a new table in a given schema?
How do I debug a stored procedure in sql server?
Can you please explain the difference between function and stored procedure?
What is a performance monitor?
Explain sql server authentication modes?
What is logshipping and its purpose?
What is the difference between char and varchar2 datatype in sql?
How to find the second highest salary of an employee?
What is a heap?