Murach's SQL Server 2005 for Developers
How to work with data types and functions
This chapter describes the data types that are available with SQL
Server, and it teaches you how to use scalar functions to work with
data of various types.
|
|
|
|
Data type overview |
218 |
|
The numeric data types |
220 |
|
The string data types |
222 |
|
The date/time data types |
224 |
|
The large value data types |
226 |
|
|
How data conversion works |
228 |
|
How to convert data using the CAST function |
230 |
|
How to convert data using the CONVERT function |
232 |
|
How to use other data conversion functions |
234 |
|
|
A summary of the string functions |
236 |
|
Examples that use string functions |
238 |
|
How to solve common problems that occur with
string data |
240 |
|
|
How to use the numeric functions |
242 |
|
How to solve common problems that occur with
string data |
244 |
|
|
A summary of the date/time functions |
246 |
|
How to parse dates and times |
248 |
|
How to perform operations on dates and times |
250
|
|
How to perform a date search |
252 |
|
How to perform a time search |
254
|
|
|
How to use the CASE function |
256 |
|
How to use the COALESCE and ISNULL functions |
258 |
|
How to use the GROUPING function |
260 |
|
How to use the ranking functions |
262 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|