SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Tuesday, November 23, 2010
Count the Number of Occurrence of Character in a String – SQL Server Challenge
›
DECLARE @longWord varchar(28)='AntiDisEstablishmentArianism'SELECT CountCharacters =DATALENGTH(@longWord)- DATALENGTH (REPLACE(REPLA...
How to centralize your SQL Server Event Logs.
›
http://www.sqlservercentral.com/articles/Monitoring/71390/
Monday, November 22, 2010
SQL Azure – Free Technical Documents
›
Microsoft recently released a set of document that provides guidelines on how to sign up for SQL Azure, how to get started creating SQL Azur...
What is a deadlock?
›
Deadlock is a situation when two processes, each having a lock on one piece of data, attempt to acquire a lock on the other’s piece. Each p...
Two scripts to spell out numbers in words
›
http://www.sqlservercentral.com/scripts/function/65640/
‹
›
Home
View web version