Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
piojilla
Starting Member
2 Posts |
Posted - 2006-02-02 : 20:14:04
|
Hi everyone,I am making my first steps to SQL..someone can help me .... saying to me some place where it could lower papers, technical manuals, etc ... of SQL I would like knowing the commands and processes that SQL handles, with the idea of doing my own programs. Example, simple....DECLARE @dt datetimeSELECT @dt = 'Jun 13 1995 12:00:00'SELECT CONVERT(varchar(10),@dt,101)in this code the commands are seen....DECLARE@CONVERTCan someone please help me Thanks |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-02-02 : 20:55:00
|
| A good place to start is the SQL Server Books Online----------------------------------'KH' |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-02-03 : 01:06:08
|
| In BOL, SQL Server help file look for variablesAlso learn SQLhttp://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.aspMadhivananFailing to plan is Planning to fail |
 |
|
|
piojilla
Starting Member
2 Posts |
Posted - 2006-02-07 : 11:11:04
|
Thanks for the help .... let's read them!! |
 |
|
|
|
|
|