adspace


What is stretch database in sql server?

Answer Posted / Rani Katare

Stretch Database is a feature in SQL Server that allows for storage of large tables with both hot and cold data. Cold data (infrequently accessed) is moved to Azure storage, reducing the size and cost of on-premises storage. Stretch Database improves query performance by automatically moving hot data back to on-premises storage.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1022


What is acid mean in sql server?

1245


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8230


List the ways in which dynamic sql can be executed?

1086


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?

1213


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1071


What is sql or structured query language?

1227


How to convert numeric expression data types using the cast() function?

1149


What is a coalesce function?

1283


What are the different SQL Server Versions you have worked on?

1079


What is the primary use of the model database?

1149


What are the different types of subquery?

1235


How to provide default values to function parameters?

1258


What are the source of constraints?

1009


Where can you add custom error messages to sql server?

1210