News

In this sample statement, the condition (table1.keyfield=table2.keyfield) tells SQL to find records in both tables that contain matching values in the column named by keyfield.
Scalar functions are functions that return a single value of a specific data type. They can be built-in, such as GETDATE(), LEN(), or UPPER(), or user-defined, such as dbo.GetEmployeeName(@ID ...
Arthur Fuller explores the value of identity columns and the usefulness of their arbitrary values and discusses ways to use SQL Server 2000's IDENTITY_INSERT setting.
Hello all,the below tutorial will help you in displaying sql row data as a column wise with user specific column name.here, i've a table with #temp1 name that contains the following columns id, ...