2016 0
How to Edit More than 200 rows in SQL Server
In this article, I have mentioned how we can increase limit to edit more than 200 rows in sql server using SSMS.
Type
Article
984 0
Window functions in sql server
In this article, I have mentioned what is window function in sql server and how to use window function in sql server with example
Type
Article
3552 0
Import an SQL file in MySQL (Using CMD or Powershell)
In this article, I mentioned how we can Import an SQL file in MySQL (Using CMD or Powershell or using MySQL Workbench) easily and quickly.
Type
Article
14254 0
How to backup SQL Server database ? (Various Ways explained)
This article explains various ways to backup SQL Server database using C#, using Powershell script, by generating scripts in SQL server or writing a script.
Type
Article
7575 0
Top SQL tips for beginners (a must read)
Article give details about SQL, tips, and tricks for beginners
Type
Article

5133 0
SQL Comments (Comment in SQL Query)
In this article, I have provided example to add comment in SQL Query for SQL Server, MySQL, SQL Comment in Postgres
Type
Article
1198 0
Find nth highest salary in SQL Server
In this article, I have mentioned few possible query to get Nth highest salary or 3rd highest salary in SQL Server.
Type
Article
785 1
How to Select LAST N Row in SQL Server

I am not very much efficient in SQL Query so wanted to know how to fetch last N records or rows from a table using query in SQL Server.

Like, we can do using TOP keyword in SQL Server to fetch first 10 results as below

...
Type
Question
847 0
GO Statement in sql server
In this article, I have mentioned about Go statement in SQL server and how to use Go command in SQL Server with example.
Type
Article
2727 0
Extract String after a character or before character in SQL Server
In this article, i have mentioned how we can Extract String after a character or before character in SQL Server with examples
Type
Article

Page 2 of 11