-
SQL Server could really use a TRANSFORM operator
Sometimes it would really be handy to have an easy way of doing a crosstab
in T-SQL without resorting to convoluted stored procedures or a long series
of subselects. Why can't we have something like a TRANSFORM in SQL Server?
John M.
-
Re: SQL Server could really use a TRANSFORM operator
What is the TRANSFORM function that you're referring to do? Maybe there's a
compliment within TSQL.
-Mike
--
Michael Levy MCSD, MCDBA, MCT
Consultant
GA Sullivan
michaell@gasullivan.com
-
Re: SQL Server could really use a TRANSFORM operator
"Michael Levy" <michaell@gasullivan.com> wrote:
>What is the TRANSFORM function that you're referring to do? Maybe there's
a
>compliment within TSQL.
It's an Access function. I've long wondered why Microsoft saw fit to put
it in Access, but not in T-SQL.
John
-
Re: SQL Server could really use a TRANSFORM operator
I looked through the Access docs and the only reference was to a Transform
statement that created cross-tabs. Is this what you're referring to?
-Mike
--
Michael Levy MCSD, MCDBA, MCT
Consultant
GA Sullivan
michaell@gasullivan.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks