Archiv für: Juli 2008
Grossbuchstaben eines Strings zurückgeben
Jul 29th
DECLARE @s varchar(100);SELECT @s = 'Und Was Habe Ich Damit Zu Tun?';SELECT x.OnlyInitialsFROM (SELECT SUBSTRING(@s, N.Number, 1) FROM dbo.Number N WHERE N.Number BETWEEN 1 AND LEN(@s) AND ASCII(SUBSTRING(@s, N.… mehr »
PHP Driver 1.0 for SQL Server 2005 released with source
Jul 29th
http://blogs.technet.com/dataplatforminsider/archive/2008/07/28/php-driver-1-0-for-sql-server-2005-released-with-source.aspx mehr »
Microsoft ® Source Code Analyzer for SQL Injection – July 2008 CTP
Jul 21st
http://blogs.msdn.com/sqlsecurity/archive/2008/07/12/microsoft-source-code-analyzer-for-sql-injection-july-2008-ctp.aspx mehr »
Microsoft Security Bulletin Summary for July 2008
Jul 9th
http://www.microsoft.com/technet/security/bulletin/ms08-Jul.mspx more »
SQL Server I/O Bottleneck, I don't have one, YES YOU DO!
Jul 9th
http://blogs.msdn.com/psssql/archive/2008/07/08/sql-server-i-o-bottleneck-i-don-t-have-one-yes-you-do.aspx mehr »
Performance Impact: Bookmark Lookup is Expensive - Even in Memory
Jul 7th
http://sqlblog.com/blogs/linchi_shea/archive/2008/07/06/performance-impact-bookmark-lookup-is-expensive-even-in-memory.aspx mehr »
