News

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 ...
So now we have the option to populate galleries using data returned by the very efficient stored procedures in SQL Server. This will reducing the complexity of your app and make the data traffic ...
This screenshot lists the source of a SQL Server 2014 stored procedure hitting the AdventureWorks2012 ... Bragging rights: I use tablets running iOS, Android, and Windows. The opinions expressed ...
But, if you're using any version of SQL Server later than SQL Server 2005, you have an alternative: table-valued parameters. Table-valued parameters let you pass a collection of table rows as a ...
Determine when to use stored procedures vs. SQL in the code Your email has been sent Tony Patton discusses the merits of stored procedures versus placing SQL directly in the code. Find out which ...
I was told to put everything in stored procedures for ... could be done on the SQL server and I wouldn't have to change anything in the code. But if you're using components, you've already got ...
BR><BR>We've got a stored procedure in Sql Server 2005. It's not terribly complicated but it's not just a simple query either. It's purpose is to execute a search and it gets passed a bunch of ...
Arthur Fuller demonstrates how to use recursion in T-SQL. TechRepublic’s free SQL Server newsletter, delivered each Tuesday, contains hands-on tips that will help you become more adept with this ...