Discuss T-SQL T-SQL (Transact-SQL) is an extension of SQL language. This tutorial covers the fundamental concepts of T-SQL such as its various functions, procedures, indexes, and transactions related to the topic. Each topic is explained using examples for easy understanding. Khóa học lập trình tại Toidayhoc vừa học vừa làm dự án vừa nhận lương: […]
Author Archives: user
T-SQL – Useful Resources The following resources contain additional information on T-SQL. Please use them to get more in-depth knowledge on this. Useful Video Courses 45 Lectures 4.5 hours 36 Lectures 5 hours 59 Lectures 3.5 hours 22 Lectures 1.5 hours 15 Lectures 1.5 hours 40 Lectures 3 hours Khóa học lập trình tại Toidayhoc […]
T-SQL – Date Functions Following is the list of date functions in MS SQL Server. GETDATE() It will return the current date along with time. Syntax Syntax for the above function − GETDATE() Example The following query will return the current date along with time in MS SQL Server. Select getdate() as currentdatetime DATEPART() It […]