Quantcast
Channel: Ginktage
Browsing all 130 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to return the column names from a table in SQL Server ?

You can easily return all the column names of a table in SQL Server 2008 using the sp_columns stored procedure. How to return the column names from a table in SQL Server ? Use... [[ This is a content...

View Article


Image may be NSFW.
Clik here to view.

How to check for the column name in an SqlDataReader Object in C# ?

When working in ADO.NET for data access , there are times when you want to check to see if a column exists in a SqlDataReader object. You can easily find out if the column exists in the...

View Article


Image may be NSFW.
Clik here to view.

Dealing with the column names that looks like SQL Keywords in SQL Server

There are times when you might have a column names in your SQL Server database table that might looks like the keywords in SQL. When you try to access them directly , you might get an error when... [[...

View Article

Image may be NSFW.
Clik here to view.

How to get an Enumerator from range of elements from ArrayList in C# ?

The code snippet shown in this blog post demonstrates how you can get the enumeraor from a range of elements of ArrayList ion C#. How to get an Enumerator from range of elements from ArrayList in C#......

View Article

Image may be NSFW.
Clik here to view.

How to add or subtract days in Microsoft Excel ?

In Microsoft Excel 2016 , you can easily add or subtract days directly by using the + or – operator. How to add or subtract days in Microsoft Excel ? Assume that that current date is 15... [[ This is a...

View Article


Image may be NSFW.
Clik here to view.

How to remove leading and trailing spaces in Microsoft Excel 2016 ?

There are times when you would have the cell that contains the blank spaces before or after the text. You can easily remove it using the TRIM function in Microsoft Excel 2016. How to remove leading......

View Article

Image may be NSFW.
Clik here to view.

How to reverse the column order in Microsoft Excel ?

This blog post will explain in simple steps on how you can flip or reverse the order of the column data in Microsoft Excel 2016. How to reverse the column order in Microsoft Excel ? Assume that you......

View Article

Image may be NSFW.
Clik here to view.

How to Generate Random Numbers in Microsoft Excel?

If you want to generate random numbers in Microsoft Excel , you can use the function RANDBETWEEN. How to Generate Random Numbers in Microsoft Excel 2016? The RANDBETWEEN function takes 2 parameters.......

View Article


Image may be NSFW.
Clik here to view.

How to generate random strings in Excel ?

In one of the previous blog posts , we demonstrated how you can use the function RANDBETWEEN in Microsoft Excel to generate random number in Excel. In this blog post, let’s have a look at... [[ This is...

View Article


Image may be NSFW.
Clik here to view.

Cumulative Update KB3194798 failing to install on Windows 10 Insider Preview

Having issues to install the cumulative update KB3194798 on your Windows 10 Insider Preview machine? Having a look at the Windows 10 1607 Script fix to unblock update for Windows Insiders which... [[...

View Article
Browsing all 130 articles
Browse latest View live