SQLTuples icon

SQLTuples

2 big stars
SQLTuples screenshot
Name: SQLTuples
Works on: windowsWindows XP and above
Developer: TotallySQL
Version: 1
Last Updated: 23 Apr 2017
Release: 25 May 2011
Category: Programming > Components Libraries
Rate this software:
1081 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

SQLTuples Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: e73d32cc8ece25cb234ffc17dcc55164502ef79e
Size: 13.83 KB
File Format: zip
Rating: 2.04347826 out of 5 based on 23 user ratings
Downloads: 1081
License: Free
SQLTuples is a free software by TotallySQL and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download SQLTuples which is 13.83 KB in size and belongs to the software category Components Libraries.
SQLTuples was released on 2011-05-25 and last updated on our database on 2017-04-23 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

SQLTuples Description

SQLTuples is a FREE product that adds a number of tuple types and constructor functions within the T-SQL scripting environment that can be used anywhere that a compound type is needed. Tuples of between 2 and 6 elements can be constructed easily using the supplied constructor functions. Tuple elements can be of any standard type, and different types can be freely mixed within a tuple. SQLTuples was originally created in order to allow the creation of aggregate functions in SQL2005 that accept multiple input values. SQL2005 aggregate functions normally only allow one input value, but theres not reason that cant be of a compound type - so you can simply bundle the input arguments together using a nested tuple constructor function as the input argument to the aggregate. For users for SQL2008 and above this is not needed, but there are still plenty of situations in which tightly-coupled compound values may be an advantage (e.g. coupling monetary values with currency codes).