Part 29 Mathematical functions in sql server…
Important concepts related to functions in sql server…
Part 28 Cast and Convert functions in SQL Server…
Scalar user defined functions in sql server Inline table valued functions in sql server Multi statement table valued functions in sql server…
DateTime functions in SQL Server IsDate, Day, Month, Year and DateName DateTime functions in SQL Server DatePart, DateAdd and DateDiff functions in SQL Server…
Built in string functions in sql server 2008 LEFT, RIGHT, CHARINDEX and SUBSTRING functions in sql server Replicate, Space, Patindex, Replace and Stuff string functions in sql server 2008…
SQL Server的阶梯安全级别2:身份验证 源自:http://www.sqlservercentral.com/articles/Stairway+Series/109975/ 作者:Don Kiely 2014/06/18 翻译:刘琼滨 谢雪妮 许雅莉 赖慧芳 该系列 本文是阶梯系列的一部分:SQL Server的阶梯 SQL Server拥有一切您需要确保您的服务器和数据对今天的复杂攻击. 但在你可以使用这些有效安全特性,您需要了解你所面对的威胁和一些基本的安全概念. 第一阶梯水平提供…
用户定义函数(UDF)分类  SQL SERVER中的用户定义函数(User Defined Functions 简称UDF)分为标量函数(Scalar-Valued Function)和表值函数(Table-Valued Function).其中表值函数又分为Inline table-valued functions和Multistatement table-valued functions. 用户定义函数(UDF)在 SQL Server 中发挥重要的作用.用户定义函数可以用于执行复杂的逻辑…
Problem One task that you may need to do as a DBA is to move the system databases from one location to another.  The documentation that is found on the Microsoft site is helpful, but the steps are more geared toward moving one database at a time.  In…
原文 基于Sql Server 2008的分布式数据库的实践(一) 配置Sql Server 2008(Win7) 1.打开SQL server2012,使用windows身份登录 2.登录后,右键选择“属性”.左侧选择“安全性”,选中右侧的“SQL Server 和 Windows 身份验证模式”以启用混合登录模式 3.选择“连接”,勾选“允许远程连接此服务器”,然后点“确定” 4.展开“安全性”,“登录名”;“sa”,右键选择“属性” 5.左侧选择“常规”,右侧选择“SQL Server 身…