SEARCH RESULTS

Home  >  Search Results

2451 results found for "odbc" in order of relevance.

Only the top 100 results are shown. Refine your search for a smaller result set.


Updating Results
Updating Results
Total Results:100 - Showing Page: 1 of 6 << < > >>
[Msg]: [SQL2K5] how much of this registry extract do i need? (12/10/2008)

to update clients with a new server DSN?   we are adding a new server to replace an old one, but both of them need to coexist on the network. it has fallen to me to update each client's registry w...

SQL Server ODBC Optimization Tips (12/8/2004)

SQL Server ODBC Optimization Tips Install the latest SQL Server ODBC drivers. Because new SQL Server ODBC drivers can provide better performance and resolve some problems, ensure that you use th...

Using Oracle Heterogeneous Services in an Operational Data Store or Data Warehouse (8/19/2005)

Using Oracle Heterogeneous Services in an Operational Data Store or Data Warehouse By John Adolph Palinski I recently received a user request to bring information into the data warehouse for ...

[Msg]: RE: [sswug:sql2k] Script to create ODBC DSN (9/10/2002)

Thanks for the replies. I am going to create a file odbc dsn and copy it to the client machine. I found a dao method, DBEngine.RegisterDatabase, but was hesitant to use it because it was on a list...

[Msg]: RE: [sswug:sql2k] Script to create ODBC DSN (9/10/2002)

John, I'm trying to do a related thing - set up a batch file that allows the DSN to be set to different database instances from the same application. So a developer can run the batch file and ...

[Msg]: RE: [sswug:sql2k] Script to create ODBC DSN (9/10/2002)

Not sure from an application standpoint. I am using excel to access the dsn and the file dsn shows up in the list of dsn's. I would assume that the file dsn should be unique from any user of syste...

ErrorLogs (10/5/2005)

3 question ------------------------------------------------------------------ First question I have 3 jobs scheduled in maintenance plan. 1. Optimizations (DBCC ) - every sunday at 12:00am 2....

[Msg]: RE: [sswug:sql2k] Script to create ODBC DSN (9/10/2002)

Ignoring the file dsn as I have not done this before, all it takes to create a DSN is a little registry magic... Take a look at HKEY_LOCAL_MACHINE\Software\ODBC. This is where the ODBC Connecti...

[Msg]: RE: [sswug:sql2k] Script to create ODBC DSN (9/10/2002)

File DSN is simply a file with a list of ODBC 'attribute = value' pairs, each on a separate line. You can create a file DSN and open that file to verify. I could use Perl's Win32::ODBC module to e...

[Msg]: RE: [SQL2K] How to use odbc as data flow source in SSIS? (2/6/2006)

Abraham, Here is an example connecting to SQL via ODBC. We don't use MySQL so I could test against it. Before you open the code template page and paste the code in, be sure to add an output and...

[Msg]: RE: Repost: Re: [sswug:sql2k] Exporting and Importing ODBC DSN (2/6/2003)

Thanks everyone. This seems to have worked fine. HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI (for system DSN's) HKEY_CURRENT_USER\Software\ODBC\ODBC.INI (for user DSN's) We were installing O...

[Msg]: Database Corruption (10/27/2004)

Any suggestion on how to troubleshoot the cause for this one? SQL 2000 EE sp3a running on a W2K3 cluster. Everything seems to be OK now, but I need to find a root cause. Looks like somethi...

[Msg]: RE: [SQL2K] How to use odbc as data flow source in SSIS? (2/3/2006)

Thank Robert. I think it would work. But since I haven't touched any codes for more than 4 years, it will take a long time for me to figure out how to fill the CreateNewOutputRows(). I appre...

Troubleshooting error 17803 (3/7/2007)

Troubleshooting error 17803 The error 17803 occurs when SQL Server cannot perform some operation because there is no memory available to perform this operation. This is the error message text: "I...

[Msg]: RE: [sswug:sql2k] OT: VBScript To Remove and Recreate System DSN (4/22/2003)

OK so I found a little script that will create a system DSN for SQL Server: Dim oWshShell Set oWshShell = CreateObject ('WScript.Shell') oWshShell.RegWrite 'HKLM\Software\ODBC\ODBC.INI\Ba...

[Msg]: RE: [SQL2K] How to use odbc as data flow source in SSIS? (2/3/2006)

Abraham, I have not tried this so no guarantees . . . Start by creating an ODBC connection in the connection manager - select New Connection, and a list of supported connection manager types w...

[Msg]: [sswug:sql2k] Need checkdb error help (7/23/2002)

I'm not having much luck finding anything meaningful on this error in BOL or the Knowledge Base, so I thought I'd try here. The output of the dbcc command is copied below. Can anyone shed any ligh...

Accessing data distributed in SQL Server 2008 and EnterpriseDB (8/6/2009)

Accessing data distributed in SQL Server 2008 and EnterpriseDB by Jayaram Krishnaswamy Distributed queries leverage the idea of linked servers for accessing data from both homogeneous and ...

[Msg]: RE: Database Corruption (10/27/2004)

Just to be clear, since you used the repair_allow_data_loss option you HAVE lost data and it is impossible to tell how much. Restoring from a known good backup is generally recommended over losing a...

Microsoft Access 2003 Linked Server on SQL Server 2008 using the JET and MSDASQL Providers (6/16/2009)

Microsoft Access 2003 Linked Server on SQL Server 2008 using the JET and MSDASQL Providers For accessing geographically distributed data linked servers provides a good solution. MS SQL Servers alw...