Re: cross tab query from Access

From: Jack D. Ripper (steve.nospam._at_rac4sql.net)
Date: 07/29/04


Date: Thu, 29 Jul 2004 11:21:55 -0400

I'm shocked,shocked nobody pointed you to
the RAC utility for Sql Server:)

RAC is similar in concept to Access crosstab
but is much more powerful with many more
features/options.It removes all those silly
restrictions in Access, ie. just 1 Transform expr., etc.

Here is a simple formulation of your crosstab in RAC
on sql server: (note you can do this without 2 queries)

Exec RAC
@transform='Max(Userid) AS MaxOfMailStr',
@rows=[ID]',
@pvtcol='UserID',
@from='Atts INNER JOIN Cases ON Atts.CaseId=Cases.Id
            INNER JOIN Users ON Atts.UserId=Users.UserId'

RAC is system of server stored procedures and functions.
It comes with a gui or it can be executed as a batch
in any client like query Analyzer.Of course you can use
RAC in your own stored procedures with parameters.

RAC v2.2 and QALite @
www.rac4sql.net



Relevant Pages

  • Re: Please help me with this query...thanks
    ... If you have pivoting with sql server on your mind ... perhaps you would like to check out the RAC utility for S2k. ...
    (microsoft.public.sqlserver.programming)
  • Re: Read only Permission and possibility to make views
    ... if you assign the sqllogin to db_datareader fixed database role, ... Rac v2.0 and ObjectScriptr @ new home ... > I worked with permissions in SQL server to grant access ...
    (microsoft.public.sqlserver.security)
  • Missing in Action
    ... fun fumbling around with Access:) ... Just to remind those that don't know,those that forgot,those that ... RAC will do all your dynamic crosstabs on the server in a similar ... fact it's more sophisticated than sql server 2005 in this regard.And ...
    (comp.databases.ms-access)
  • Re: Running Total .. wrong total
    ... If your using Sql Server 2000 as your db you ... might like to check out the RAC (Relational Application Companion) ... utility.RAC can create running sums within and over groups. ...
    (microsoft.public.vb.crystal)
  • Re: Stup-id question about Count query
    ... RAC (Relational Application Companion) utility ... as a native sql server tool.RAC can replace the ... Access crosstab and dramatically extends functionality. ... RAC installs directly in a S2k database. ...
    (microsoft.public.access.queries)