SQL Server is one of the best products to come out of Microsoft, but not every professional knows how to use it effectively. For example, some might find it difficult to create a stored procedure but ...
I've googled for this on several occasions, but not really found any good information. I have a SQL 2005 CLR procedure that builds dynamic (parameterized) SQL. I basically have a main statement, and a ...
Microsoft created a new cumulative patch for SQL Server 7.0 and SQL Server 2000. A fix for a new flaw involving extended stored procedures in SQL Server 7.0 and SQL Server 2000 prompted Microsoft to ...
Microsoft has open sourced the Java language extension it added to SQL Server 2019 last year. Language extensions are used in SQL Server to allow users to execute code externally for queries. The ...
Is there a nifty feature that will count the lines of code in a web application?<BR><BR>Can the same be done with all stored procedures in SQL Server 05?<BR><BR>No REAL reason, I'm just curious really ...