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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 technical manuals of SQL

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 datetime
SELECT @dt = 'Jun 13 1995 12:00:00'
SELECT CONVERT(varchar(10),@dt,101)

in this code the commands are seen....
DECLARE
@
CONVERT

Can 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'


Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-02-03 : 01:06:08
In BOL, SQL Server help file look for variables
Also learn SQL
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

piojilla
Starting Member

2 Posts

Posted - 2006-02-07 : 11:11:04
Thanks for the help .... let's read them!!
Go to Top of Page
   

- Advertisement -