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

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

MS SQL Getting List of All Column Names of a Table

The following code should be run to get the list of all column names and data types of a specified table in MS SQL Server...

189 Ms Sql

Getting List of MS SQL User-Created Tables

To get a list of all tables created by user(s) in a database in MS SQL Server, the following query should be run...

193 Ms Sql

How to Learn MS SQL Server Version

The following code should be run to find out what version is installed in MS SQL Server by query...

205 Ms Sql

How to Show Line Numbers in MS SQL Server ?

When writing queries in MS SQL Server, clear line numbers make it easier for developers. Showing row numbers in MS SQL Server is explained step by step below...

186 Ms Sql

MS SQL Compiling a Stored Procedure With a Requery

The following query model is run to recompile the stored procedure in MS SQL with the query...

187 Ms Sql

Using MS SQL If Else

Using IF ELSE is an option if you want to run or skip a condition in the query to be written. Using if else in Ms Sql is not much different from other programming languages...

182 Ms Sql

Making a MS SQL Offline Database Online

The following code is run to bring a database online in MS SQL Server...

182 Ms Sql

MS SQL Show Only Date of Current Time

In MS SQL Server, we get the current time with the getdate() method. But this method gives us results with hours, minutes, seconds and milliseconds...

185 Ms Sql

MS SQL Restoring a Database With a Query

If it is desired to restore (return from backup) of a database that has been backed up in MS SQL Server, the following code is run...

179 Ms Sql

MS SQL Get Current Time GETDATE()

In Ms Sql, we can get the current time with one of the most used functions, GETDATE()...

181 Ms Sql

Listing Metadata of MS SQL Server Internal Tables

In MS SQL Server, internal tables are created as a by-product of a user action and are often inaccessible. Data in internal tables cannot be changed. However, the metadata of the internal tables can..

178 Ms Sql

What is an MSI File?

Files with the .MSI extension are formerly "Microsoft Installer" and are now "Windows Installer" Package files. It is designed for installing software on computers running modern versions of the...

229 Technology

Using MS SQL Order By

The ORDER BY function is used to sort the records in a query written in MS SQL. Straight or Reverse sorting can be done.

179 Ms Sql

Using MS SQL WHERE

In MS SQL, the WHERE function is used to add a condition to the written query. It is one of the most used functions..

180 Ms Sql

Using MS SQL TOP

The TOP function in MS Sql is used to retrieve the top desired number of rows from a written SELECT query. That's why TOP is often used in conjunction with the ORDER BY function to sort...

183 Ms Sql

Using MS SQL DISTINCT

If we want to know how many different types of records are in the desired column or columns of the query written in MS Sql, we use the DISTINCT function..

189 Ms Sql

Using MS SQL COUNT

One of the most used functions when writing queries in MS Sql is COUNT(). COUNT() , an "aggregate function", returns the number of records in the query.

191 Ms Sql

Total Result : 57
  • 1
  • 2
  • 3

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