.NET Data Provider for Teradata Asynchronous Operations - blog entry by NetFx
.NET Framework has a very broad support for Asynchronous operations including a well defined Asynchronous Programming Model. All asynchronous operations are started by invoking a Begin method; later a...
View ArticleLittle known Secret about Microsoft BI Tools and Teradata - blog entry by NetFx
Microsoft and Teradata worked together last year to integrate SQL Server Reporting, Analysis and Integration Services with Teradata Database. Some MSDN links that provide additional information:Using...
View ArticleMicrosoft Visual Studio Hot Fixes for .NET Data Provider - blog entry by NetFx
Microsoft Visual Studio DataSet designer generates code (C#/VB.NET) to read data from a .NET Data Provider data source or apply changes to the data source. DataSet designer generates parameterized...
View ArticleDbProviderFactories Demystified - blog entry by NetFx
In this BLOG I will describe how to register a .NET Data Provider with the ADO.NET DbProviderFactories Class.System.Data.Common Namespace defines a set of abstract classes that are implemented by all...
View ArticleSpecify Data Source with Fully Qualified Domain Name - blog entry by NetFx
Data Source with Fully Qualified Domain Name can speed up logons plagued with slow "Name to IP-Address resolution". Applications / users must specify a Data Source (a.k.a. TDPID, DbcName, Server or...
View ArticleConvert .NET Data Provider for Teradata C# samples to VB or C++ - blog entry...
This blog describes how to convert .NET Data Provider for Teradata Learning Examples from C# to VB or C++..NET Data Provider for Teradata product installs Learning Examples in "<.NET Data Provider...
View ArticleConvert .NET Data Provider for Teradata C# samples to VB or C++ - comment by...
Is it possible to log in to the "MONITOR" partition of the Teradata DB using the .NET Driver? And then use the PMPC sub-system commands like: "MONITOR PHYSICAL RESOURCE"I know it is possible with the...
View ArticleConvert .NET Data Provider for Teradata C# samples to VB or C++ - comment by...
The .NET Data Provider for Teradata does not support MONITOR partition sessions. I suggest requesting changes to the Open API (documented in Performance Management Manual) if Open API does not meet...
View ArticleHow to specify a Transaction for a Batch Update with TdCommandBuilder and...
Short teaser: TdCommandBuilder class, part of the .NET Data Provider for Teradata, generates Insert, Update and Delete commands for a Batch Update. But How can you associate a Transaction with CUD...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - blog entry...
Short teaser: Step-by-Step instuctions to create a SQL Server Linked Server to the Teradata Database.This blog outlines the steps to create a SQL Server 2008 (64-bit) R2 Linked Server to the Teradata...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
Great instructions. Thanks a bunch for this. Helped me out tremendously.
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
@jbmarshalliii: Out of curiosity, how does this help you?We would like to build a spreadsheet- or datasheet-like interface to capture data that is not already stored conveniently in an operational...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
The windows editions under Teradata ODBC Driver for Windows download web page do not have windows 2008 R2 listed. Did anyone have issue installing the driver to windows 2008 R2 to make it work? I will...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
See "Teradata Tools and Utilities Supported Platforms and Product Versions"...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
I hope this blog is still active. I have plenty of questions to ask.
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
Microsoft SQL Server Management Studio will not recognize my driver. The connection test works and I can execute queries from SQL Assistant on my server. However, when I try to link the server using...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
I removed all teradata drivers and restarted the windows server. Then installed only the recent 64 bit drivers. The issue wasn't corrected until the server was booted a second time.
View ArticleSpeed up Large Object (LOB) retrieval with CommandBehavior.SequentialAccess -...
Cover Image: Teradata Database supports Inline and Deferred Large Object Retrieval modes. The LOB retrieval modes control the content of rows and accessibility of LOB columns. 1- Deferred Mode:...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
I am trying to add a TD linked server on SQL server. The last step of executing the new linked server is running from last 24 hours. Any idea what could cause this issue? Need to link TD server...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
I just cancelled the execution and I am not installing the linked server to TD. But now the server is extremely slow and sometimes give error for not executing. I am not able to run any other packages...
View ArticleDbProviderFactories Demystified - comment by shahpoo
I am running on target framework as ".NET framework 4 client Profile". and As per code provided I updated my app.config file with <dbProviderFactories> code with set invariant as...
View ArticleDbProviderFactories Demystified - comment by NetFx
You must use the Invariant name in the App.Config file. That is GetFactory("Teradata.Client.Provider.Unique") if the entry in App.config file has the "Teradata.Client.Provider.Unique" invariant name.
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
Is it possible to set up a SQL Server linked server using the .net Framework Provider for Teradata rather than going via ODBC? The reason for asking is that the .net provider is significantly faster...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
To my knowledge SQL Server Linked Server requires an OLE DB Provider (e.g. Microsoft OLE DB Provider for ODBC). So the answer is no, you cannot use the .NET Data Provider for Teradata to create a...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
Hi All, I Followed the above steps everything worked fine until the last step while creating Linked server in SQL Server, I am getting the error Cannot initialize the data source object of OLE DB...
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
jepatte: Thanks for instruction and patience, your suggestion works as a charm! basically after install the odbc driver, you have to reboot your server before the msdasql work in link server - 20160216
View ArticleSetup SQL Server 2008 R2 Linked Server To the Teradata Database - comment by...
We are facing the same error as Kiran. Can you please let us know how this was resolved? Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "XYZ". OLE DB provider...
View Article