By tag: Server
0
kicks
New T-SQL Capabilities in SQL Server 2005 - Part 3 of 3
In last month's article, I covered the new APPLY operator, Ranking functions, and the new TRY...CATCH capabilties in T-SQL 2005. This month I'll talk about two of the largest enhancements in the SQL 2005 language - Common Table Expressions (CTEs) and Recursive Queries.
Both fo these are part o...
0
kicks
Video: Hacking SQL Server
In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and ...
0
kicks
Using a trigger to perform mass-update-safe, specific-field calculatio
You’ve got a table which contains some information and you want to perform calculations based on this information and store them in the same table or in another table.
The calculations must always be up-to-date.
The calculations are performed via a complex User Defined Function which accepts t...
0
kicks
Conditional WHERE clauses in T-SQL using comparison operators
Ever had a query where you wished you could be able to specify the operator (equal, not equal, greater than, etc.) for each column contained in your WHERE clause, without having to use ugly string concatenations and the infamous EXEC keyword? Here we'll see an example of how this can be achieved wit...
0
kicks
When to use .NET inside SQL Server 2005
Some meaningful scenario when to use .NET programming inside SQL Server 2005.
0
kicks
IE7 BETA 3 Released
downloads for XP x32 and x64 and Windows Server (x32, X64 and Itanium builds)