Categories
Sql Server

Date and Time Conversions Using SQL Server

Date and Time Conversions Using SQL Server Hi guys, in this tutorial i will let you know Date and Time Conversions Using SQL Server.Microsoft SQL Server provides various options to format a date/time string.The most common is the current date/time using getdate().It provides the current date and time according the server providing the date and time. If a […]

Categories
How To Article Technology - Tips

How To Change The Privacy Of a Video In Youtube

How To Change The Privacy Of a Video In Youtube In this tutorial i will explain you How To Change The Privacy Of a Video In Youtube.This feature of youtube is basically to set the privacy of video, To whom you and how you want to show the video(Public, Private, Unlisted).If you already set the privacy […]

Categories
Asp, Asp.net

Bind Datalist In Asp.Net C# Conditionally

Bind Datalist In Asp.Net C# Conditionally Hi guys, in this tutorial i will explain you how to Bind Datalist In Asp.Net C# Conditionally.This happens to me when recentlly i am working on a project, and i have to show a image on datalist based on the condition.Let me explain details to you:We have to bind the […]

Categories
Sql Server

SQL Server Reset Identity Increment For All Tables

SQL Server Reset Identity Increment For All Tables In this tutorial i will let you know how to reset identity increment in SQL Server All Tables of a Database at once or you can say SQL Server Reset Identity Increment For All Tables. We are doing this with the help of MSforeachtable stored procedure, which is a undocumented, […]