English
Türkçe
[email protected]
  • HOME PAGE
  • LESSON
  • QUESTION
  • DATA-BANK
  • BLOG
  • APPS

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

What is Failover Clustering in SQL Server ?

With failover clustering, the nodes share disks, but only a single node has access to the database at a time. It is possible to install additional...

183 Ms Sql

What is Log Shipping in SQL Server ?

Log shipping is the process of automating the backup of database and transaction log files on a production SQL server and then restoring them onto a standby server...

189 Ms Sql

What is SQL Profiler ?

SQL Profiler is a graphical tool that allows system administrators to monitor events in an instance of Microsoft SQL Server. You can capture and...

189 Ms Sql

What are Table Valued Parameters ?

Table-Valued Parameter is a new feature introduced in SQL SERVER. In earlier versions of SQL SERVER, it is not possible to pass a table variable in a stored...

187 Ms Sql

What are the INTERSECT Operators in SQL Server ?

INTERSECT operator in SQL Server is used to retrieve the common records from both the left and the right query of the Intersect Operator...

187 Ms Sql

What Have INCLUDED Columns With SQL Server Indexes ?

In SQL Server, the functionality of non-clustered indexes is extended by adding non-key columns to the leaf level of the non-clustered index. Non-key columns...

185 Ms Sql

How to Rebuild the Master Database in SQL Server ?

Master database is a system database and it contains information about running server’s configuration. When SQL Server is installed, it usually creates master...

191 Ms Sql

What is a Covered Index in SQL Server ?

It is an index that can satisfy a query just by its index keys without having needed to touch the data pages is called Covering Index. It means that when a query is fired...

187 Ms Sql

What is a Filestream in SQL Server ?

Filestream allows you to store unstructured large objects (text documents, images, and videos) in the file system and have these files integrated within the database...

189 Ms Sql

What is the XML Datatype in SQL Server ?

The XML data type lets you store XML documents and fragments in a SQL Server database. An XML fragment is an XML instance that has a missing single top-level element...

188 Ms Sql

What is RAISEERROR in SQL Server ?

RAISERROR generates an error message and initiates error processing for the session. RAISERROR can either reference a user-defined message stored in the...

189 Ms Sql

What is the Difference Between Update Lock and Exclusive Lock in SQL Server ?

When Exclusive Lock is on any process, no other lock can be placed on that row or table. Every other process has to wait till Exclusive Lock completes its tasks...

192 Ms Sql

What is Connection Pooling in .NET ?

To minimize the cost of opening and closing connections, ADO.NET uses an optimization technique called connection pooling. The pooler maintains ownership of the physical connection...

170 .NET

What is the Difference Between UNION and UNION ALL in SQL Server ?

The UNION command is used to select related information from two tables, much like the JOIN command. However, when using the UNION command all selected columns...

192 Ms Sql

What are Indexed Views inside SQL Server ?

Views are a description of the data(metadata). When a view is a reference in the FROM clause its metadata is retrieved from the system catalog and placed into query...

184 Ms Sql

What is an Online Rebuilding of Indexes in SQL Server ?

Online operation means when online operations are happening the database is in normal operational condition, the processes which are participating in online...

192 Ms Sql

What is the Merge Statement in SQL Server ?

MERGE is a new feature that provides an efficient way to perform multiple DML operations in a single statement. In previous versions of SQL Server...

199 Ms Sql

What are Synonyms in Database ?

Synonyms give you the ability to provide alternate names for database objects. You can alias object names; for example, using the Employee table as Emp...

185 Technology

What are Wait Types in SQL Server ?

There are 3 types of wait types...

194 Ms Sql

What is CHECKPOINT Process in the SQL Server ?

CHECKPOINT process writes all in-memory dirty pages for the current database to disk. Dirty pages are data pages that have been entered into the buffer...

196 Ms Sql

Total Result : 909
  • 29
  • 30
  • 31
  • 32
  • 33

DATA-BANK CATEGORY

  • .NET ( 40 )
  • C# ( 53 )
  • DevExpress ( 20 )
  • Flutter ( 1 )
  • Go ( 1 )
  • Hardware General ( 142 )
  • HTML ( 8 )
  • Internet General ( 40 )
  • Java ( 150 )
  • JavaScript ( 37 )
  • Kotlin ( 1 )
  • Ms Sql ( 127 )
  • Network General ( 7 )
  • Oracle ( 1 )
  • Python ( 1 )
  • Ruby ( 1 )
  • Security General ( 6 )
  • Software General ( 5 )
  • Swift ( 2 )
  • Technology ( 295 )
  • Unity ( 28 )
  • Visual Basic ( 17 )
  • Visual Studio ( 7 )
© 2012-2023 - All Rights Reserved. Yazilim Ders