support@codebucket.net

MSSQL SERVER

How To Create Custom Password Encode Decode Function In MSSQL Server

In this demonstration, we will learn how to make custom Password Encode Decode functions in MS SQL Server. When we use M .....

Read more

How to pass column name as parameters in a stored procedure

In this demonstration, I will show how you pass a column name in MSSQL Server stored procedure as a parameter.

Read more

How to get the first date and last date of the month from GETDATE() in mssql

In this demonstration, you will find out how to get the first date and last date of the current month from GETDATE() MSS .....

Read more

How to get column values in one comma separated value

Here we use FOR XML PATH in MSSQL Server. For that, we will put the data in a #table_name table

Read more