Part 1 Connecting to SQL Server using SSMS note that,SSMS is a client tool and not the server by itself,it is a developer machines connects to SQL Server. Part 2 Creating altering and dropping a database you cannot drop a database , if it is currentl
Part 28 Cast and Convert functions in SQL Server Part 29 Mathematical functions in sql server Part 30 Scalar user defined functions in sql server Part 31 Inline table valued functions in sql server Part 32 Multi statement table valued functions in sq
Part 18 Stored procedures in sql server Part 19 Stored procedures with output parameters Part 20 Stored procedure output parameters or return values Part 21 Advantages of stored procedures
Part 22 Built in string functions in sql server 2008 Part 23 LEFT, RIGHT, CHARINDEX and SUBSTRING functions in sql server Part 24 Replicate, Space, Patindex, Replace and Stuff string functions in sql server 2008
Part 25 DateTime functions in SQL Server Part 26 IsDate, Day, Month, Year and DateName DateTime functions in SQL Server Part 27 DatePart, DateAdd and DateDiff functions in SQL Server
Zipline Beginner Tutorial Basics Zipline is an open-source algorithmic trading simulator written in Python .Zipline是一个用Python编写的开源算法交易模拟器. The source can be found at: https://github.com/quantopian/zipline 源码地址在 Some benefits include: 一些优势包括: Realisti