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

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

What is the Difference Between DB Mirroring and Log Shipping in SQL Server ?

Log Shipping is one of the oldest forms of High-Availability Strategy inside SQL Server. The concept here is the primary database on the server...

192 Ms Sql

What is the Use of DBCC Commands in SQL Server ?

The Transact-SQL programming language provides DBCC statements that act as Database Console Commands for SQL Server...

198 Ms Sql

What are the Various Limitations of the Views in SQL Server ?

ORDER BY clause does not work in View. ..

203 Ms Sql

How to Optimize Stored Procedure in SQL Server ?

There are many tips and tricks for the same...

190 Ms Sql

What is SQL Injection in SQL Server ?

SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing...

193 Ms Sql

What is The Difference Between The Index Seek and Index Scan in SQL Server ?

An index scan means that SQL Server reads all rows in a table, and then returns only those rows that satisfy the search criteria...

199 Ms Sql

What are The Different Backup Options With SQL Server ?

At the high-level, there are 3 most important backups...

194 Ms Sql

What is The Concept of Piecemeal Restore on SQL Server ?

Online PIECEMEAL RESTORE is available from SQL Server Enterprise Edition, this allows administrators of databases that employ multiple...

189 Ms Sql

What are Replication and Database Mirroring in SQL Server ?

Database mirroring can be used with replication to provide availability for the publication database. Database mirroring involves two...

191 Ms Sql

What is the Use of Dedicated Admin Connection ?

Dedicated Admin Connection allows user to connect to SQL server when normal connection attempts fail, for example, when a server is hanging...

192 Ms Sql

When Will You Use SQLDiag Tool ?

The SQLdiag utility is a general-purpose diagnostics collection utility that can be run as a console application or as a service...

182 Ms Sql

How is Change Tracking is Different From Change Data Capture ?

The tracking mechanism in change data capture involves an asynchronous capture of changes from the transaction log so that changes...

182 Ms Sql

What is the Bookmark Lookup and RID Lookup in SQL Server ?

When a small number of rows are requested by a query, the SQL Server optimizer will try to use a non-clustered index on the column or columns contained...

186 Ms Sql

What is NOLOCK Hint in SQL Server ?

Using the NOLOCK query optimizer hint is generally considered good practice to improve concurrency on a busy system especially for Reporting workloads...

204 Ms Sql

What is a View in SQL Server ?

A view can be thought of as a stored query accessible as a virtual table. It can be used for retrieving data as well as updating or deleting rows. Rows updated...

209 Ms Sql

What is an Index in SQL Server ?

An index is a physical structure containing pointers to the data. Indices are created in an existing table to locate rows more quickly and efficiently...

202 Ms Sql

What is a Linked Server in SQL Server ?

A linked server configuration enables SQL Server to execute commands against OLE DB data sources on remote servers. With a linked server, you can create very clean...

192 Ms Sql

What is the Filtered Index in SQL Server ?

Filtered Index is used to index a portion of rows in a table that means it applies a filter on INDEX which improves query performance...

195 Ms Sql

What is Partial Cache Mode in SSIS ?

In Partial Cache Mode, SSIS queries the database against new rows coming in from the source and if matched then that row is cached into SSIS...

193 Ms Sql

What is a Control Flow Inside SSIS ?

In SQL Server Integration Services (SSIS) a workflow is called a controlflow. Control-flow links together our various data-flows as a series of operations...

199 Ms Sql

Total Result : 127
  • 1
  • 2
  • 3
  • 4
  • 5

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