in reply to Re: Conversion to T-SQL
in thread Conversion to T-SQL

I mean, can you basically get T-SQL to do all the work so that no Perl script would be required?

Replies are listed 'Best First'.
Re: Re: Re: Conversion to T-SQL
by Aragorn (Curate) on Jan 26, 2004 at 14:40 UTC
    Hmm. After some Googling an clicking I found out that T-SQL is Transact-SQL, which is an SQL extension on MS SQL Server and Sybase. You learn something new every day :-)

    In response to your question, I'd have to say “probably”, as it's described as a full-featured language. Maybe Transact-SQL Programming and/or Transact-SQL Cookbook can be of help.

    Arjen