News
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 ...
A while ago somebody posted in one of my threads six or so reasons to use stored procedures instead of raw SQL in asp applications. I know a couple of reasons, but a few of the reasons he listed I ...
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, 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 ...
I was told to put everything in stored procedures ... done to the procedures could be done on the SQL server and I wouldn't have to change anything in the code. But if you're using components ...
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 ...
A common SQL habit is to use SELECT * on a query ... It makes the most sense to use stored procedures for queries that are called constantly, require good performance, aren’t likely to be ...
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 ...
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results