Sql server topics and materials
-
I Would like to ask about sql server commands and materials,could you provide me some topics related to sql server Thanks,
-
I Would like to ask about sql server commands and materials,could you provide me some topics related to sql server Thanks,
MSDN SQL Server Developer Training[^] is a good place to start. But you didn't Google[^] that, did you?
Full-fledged Java/.NET lover, full-fledged PHP hater. Full-fledged Google/Microsoft lover, full-fledged Apple hater. Full-fledged Skype lover, full-fledged YM hater.
-
I Would like to ask about sql server commands and materials,could you provide me some topics related to sql server Thanks,
Start from here: http://www.w3schools.com/sql/default.asp[^] http://www.microsoft.com/en-in/SQLserver/default.aspx[^] http://learnsqlserver.in/[^] Start to learn about: - Various query types - CREATE, UPDATE, DELETE, ALTER, SELECT, INSERT, GROUP BY , HAVING etc - Various query functions - COUNT, LENGTH, LTRIM, RTRIM, SUBSTRING, etc - Various query statements - Distinct, Union, Union all, Intersect, Order by, etc - Various query grouping and execution - Store procedures, Trigger, Cursor, Views, etc Try!
Sandeep Mewara Microsoft ASP.NET MVP [My latest Article]: Server side Delimiters in ASP.NET[^]