ODBC data in TSQL?

ODBC data in TSQL?

Post by Moss Vicar » Thu, 08 Jul 1999 04:00:00



Is it possible to retrieve data from an ODBC DNS using TSQL, or any other
method from within SQL Server(6.5)?

Regards,
       Moss

 
 
 

ODBC data in TSQL?

Post by Neil Pik » Mon, 12 Jul 1999 04:00:00


Moss - yes, write your own XP

Quote:> Is it possible to retrieve data from an ODBC DNS using TSQL, or any other
> method from within SQL Server(6.5)?

 Neil Pike MVP/MCSE.  Protech Computing Ltd
 (Please post ALL replies to the newsgroup only unless indicated otherwise)
 For SQL FAQ entries see
 http://go.compuserve.com/sqlserver (library 1) - latest stuff is always here
 www.ntfaq.com/sql.html
 http://www.swynk.com/faq/sql/sqlserverfaq.asp

 
 
 

1. TSQL OR NOT TSQL this is the ?

Hi,

I believe I am over using T-sql, and would appreciate some help with SQL

I have the following fantasy portfolio

MyInvestments
Month    Value
Jan/02    36,000
Feb/02    42,500
Mar/02    32,400
Apr/02    29,600

I want to return the following

MonthlyPerformance% (compared with previous month)
YTDPerformance% (from Start of year)

Currently I have been using t-sql (hold each value, move row by row...).but
could I use just SQL by using two copies of the source table with some sort
of join....

Appreciate any help

Regards,

Simon

2. Btrieve Monitor

3. Differences between SyBase TSQL, and SQL Server 2000 TSQL

4. Existing resultset ==> MSRDC

5. non Stored Procedure TSQL code and Browser TSQL testing

6. Sybase Two(multi) Phase Commit.

7. Possible to connect to ODBC within TSQL?

8. Sybase questions

9. Using an ODBC connection within TSQL

10. TSQL Connection via ODBC to remote MSSQL Server

11. Using ODBC call rather than TSQL execute to call a stored procedure

12. Creating a connection with ODBC and Enterprise manager threw TSQL

13. Problems with .NET Odbc Data Provider (Microsoft.data.odbc.dll)