c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "SQL"

How to create while loop SQL server?

| | Category: SQL

In this article we will discuss, How to create while loop SQL server We will be using Employee table. Below example we need to insert 1000 products to a item table using while loop.

How to connect ADO.NET code to SQL Server Database and retrieve data?

| | Category: ADO.NET

In this article we will discuss, to connect ADO.NET code to SQL Server Database and retrieve data. We are using SQLConnection,SQLCommand and SQLDataReader classes are present in System.Data.SqlClient namespace. System.Data.SqlClient is also called as .Net data provider.

How to find your Current bank balance using SQL query?

| | Category: SQL

In this section, I explain how to find your bank balance using sql query. This questions asked by many interviewer, so please do this practice before go to interview.

How to append prefix to existing value in a field using sql query?

| | Category: SQL

In this article, I describe how to append prefix to all existing value in a field using sql query. Here I am adding ‘+’ prefix to countrycode in a country table.

How to get first, last date and total days in a month from current date using sql query?

| | Category: SQL

In this article, I found a sql query to find first, last and total days in a month from the current or any date using inbuilt functions such as DATEADD(),DATEDIFF() and DAYS() functions. Here i am using current date. If you want to get any date then replace your date with GETDATE()

How to get DAY , MONTH and YEAR from current date using sql query?

| | Category: SQL

In this article, I found a sql query to find day, month and year from the current or any date using inbuilt functions such as DATEPART() or DAY(), MONTH() and YEAR() functions.

How to get previous date query using SQL server?

| | Category: SQL

If you need to get previous date time.(i.e., current date minus 1)

how do get day of Date? eg: monday, friday

| | Category: SQL

If you need to get the day name (i.e. Monday, Tuesday, etc.)

How to get current year,month,day in sql server?

| | Category: SQL

In GETDATE() function will return current date and time from the SQL Server.

how to implement Progressive (continuous) dots for article using SQL?

| | Category: SQL

We are going to learn how to implement Progressive (continuous) for an article using SQL server using SUBSTRING.

Page 4 of 5