SQL Server ODBC Driver 3.6

Feb 8, 1999

In moving from odbc driver 2.65 to 3.6, we are getting a new error message.
'Unable to connect to data source xxxxx. Your user name or password may be incorrect.'
[Microsoft][ ODBC Driver Manager] Driver does not support this function. Has anyone else
had this problem? Thanks for any assistance. Karen Suenram

View 1 Replies


ADVERTISEMENT

Compatible Versions Of Ms SQL Server, ODBC Driver, Driver Manager And ODBC API Spec

Oct 28, 2004

Hi,

Please help share with me if you know the version compatibility matrix of Ms SQL Server, ODBC driver (sqlsrv32.dll), Driver Manager (odbc32.dll) and ODBC API spec. For instance, how can I know Ms SQL Server 2000 can work with which version of sqlsrv32.dll, a particular version of sqlsrv32.dll can work with which version of odbc32.dll and a certain version of sqlsrv32.dll/odbc32.dll conforms to which version of ODBC API spec (e.g. 3.5).

Any help will be appreciated.

Thanks,

vtluu.

View 1 Replies View Related

[Microsoft][ODBC Driver Manager] Data Source Name Not Found And No Default Driver Specified

Oct 19, 2006

trying to install sql server2005 on a windows 2003 server box.

getting msg below at the sql server . i looked at other posts on trying to uninstall SQL Native Access Client and norton antivirus. i could never find the snac on the add - remove programs and this server does not have a virus protection program yet.

here's the history of the installs on the server:

wanted to test a 2005 upgrade so:

1) installed sql server 2000 then sp4 then restored some databases to it - all OK

2) tried to upgrade to sql 2005 but ran into problems and left it at that.

had a disk drive crash on the d drive so lost the installs but not the operating system

when the drive was replaced, left alone for a while

then wanted to test a straight 2005 install

1) removed the broken 2005 attempt

2) removed the 2000

3) installed 2005 and got the error on the subject line:

TITLE: Microsoft SQL Server 2005 Setup
------------------------------

SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" in SQL Server Books Online.

i've gone through as many of the forums that i can and have tried several things - like uninstalling 2005 and installing pieces and parts but but nothing seems to work.

Thanks!

Dan <><

View 17 Replies View Related

Sql2005 ODBC Driver Manager Data Source Name Not Found And No Default Driver Specified

Feb 4, 2008

i am attempting to run phpbb using ms sql 2005 on the same box but get the following error during the setup


Could not connect to the database, see error message below.
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified


i am not sure yet if this is an issue with sql, php or phpbb

php is installed in iis and has all the modules installed which the php msi installer supported. i can run php code but in this case when i'm running the install.php file for the phphbb setup, i fill in the values for the database and got that error

phpbb detects all the required server settings and sees that i have ms sql installed

any suggestions on what that error means or how to go about configuring odbc driver?

probably a simple issue. but i'm still new with sql stuff

View 1 Replies View Related

Microsoft.Data.Odbc.OdbcException: ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]

Dec 10, 2003

Hi Everybody,


On localhost this application works fine but when I put on remote server. I am getting following errors. For both localhost and server, I am using same remote sql 2000. I will appreciate any help.

Thanks,

Arif



Server Error in '/' Application.
--------------------------------------------------------------------------------

ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ')'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Microsoft.Data.Odbc.OdbcException: ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ')'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[OdbcException: ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ')'.]
Microsoft.Data.Odbc.OdbcConnection.HandleError(IntPtr hHandle, SQL_HANDLE hType, RETCODE retcode) +27
Microsoft.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method) +838
Microsoft.Data.Odbc.OdbcCommand.ExecuteNonQuery() +80
Calgary.venues.Page_Load(Object sender, EventArgs e) in c:inetpubwwwrootCalgarySitevenuesvenues.aspx.vb:32
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

View 5 Replies View Related

Integration Services :: Unable To See 64bit ODBC Driver From SSIS Odbc Connection?

Jun 1, 2015

I am using SSIS 2014 with the below .net framework version and installed in Windows server 2012 R2 . I have installed my client's odbc drivers (both 32 bit and 64 bit) in my production server and created ODBC system DSNs for 32 bit and 64 bit.

When i open SSIS 2014 and tried to create the odbc connection but i can able to see only the 32 bit system DSN connection ,i can't able to see my 64 bit odbc system dsn connection.

Microsoft Visual Studio 2012 Shell (Integrated)
Version 11.0.50727.1 RTMREL
Microsoft .NET Framework
Version 4.5.51650

SQL Server Integration Services   
Microsoft SQL Server Integration Services Designer
Version 12.0.1524.0

And i installed my client odbc drivers(32,64 bit) and created ODBC system DSNs in my local system and when i open ssis 2014 and i can able to see both the ODBC system DSNS(32,64) connections from SSIS ODBC connection.

I am using below version of .net framework in my local system which was installed in windows 7 and i have SSIS 2012 also installed in my system and i can able to see both ODBC connections using 2012 as well in my local system.

Microsoft Visual Studio 2012 Shell (Integrated)
Version 11.0.50727.1 RTMREL
Microsoft .NET Framework
Version 4.5.50938

SQL Server Integration Services   
Microsoft SQL Server Integration Services Designer
Version 12.0.1524.0

why i can not see the ODBC 64 bit system DSN connection from SSIS in my production server ?

View 9 Replies View Related

How Can I Use Create Or Alter Statements With ODBC And Microsoft Access ODBC Driver (*mdb)?

May 13, 2007



Hi,



I am using VB.NET 2005 and set up an ODBC connection via ODBC.ODBCConnection to a MDB database. Therefor, I use the "Microsoft Access ODBC Driver (*.mdb)".



When I set up a ODBCCommand like "ALTER DATABASE..." or "CREATE TABLE..." and issue it with the com.ExecuteNonQuery() command, I get an error from ODBC driver, that a SQL statement has to begin with SELECT, INSERT, UPDATE or DELETE.



How can I use DDL statements via ODBC?



I would appreciate if you could help me to use ODBC for that - no OLE, no ADO.



Thanks for help!



Regards,

Stefan D.

View 14 Replies View Related

ODBC SQL Server Driver Error

Apr 7, 1999

Hello,

I have a problem with ODBC Driver for SQL Server 6.5. The user always receive the following
message in client machine when try to access the application : "08S01 : [Microsoft][ODBC SQL
Server Driver]Communication link failure".

Anybody knows how I resolve this problem ?

Thanks....

View 1 Replies View Related

SQL Server ODBC Driver Resource

Feb 5, 2004

Unable to load SQL Server ODBC driver resource DLL. The application cannot continue.

Can you help me ? I already update my driver ...

regards

View 2 Replies View Related

ODBC SQL Server Driver Error

Mar 13, 2007

Hi,
When Iam browsing my website, It showing an error:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E37)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'tbl_Users'. (this is the table name)

Why this error is comming
Please help me!

Shaji

View 11 Replies View Related

ODBC Driver For SQL Server 2005

Apr 27, 2006

I can not find the driver update for SQL Server 2005 ODBC. Does anyone know where I can download it. I look in microsoft downloads not luck.

View 1 Replies View Related

Error ODBC SQL Server Driver

Sep 4, 2007

I am experiencing the following error in a server 2003 and SQL 2005 environment.
I don't know much about SQL, and any help would be appreciated. I have been told to look at the ODBC, as well as several items in SQL. But alas I have not been able to do much with it. Software program was purchased and support for the system is extremely limited.

Here is the error:

[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find server 'insert server name' in sysservers. Execute sp_addlinkedserver to add the server in sysservers.

I appreciate any help anyone has to offer.

View 4 Replies View Related

ODBC SQL Server Driver Name Pipes Not Found

Apr 6, 2001

I have a new MS SQL 7 server with patch 3.
I am getting this error from a MS SQL client pc, whend I use the SQL server Query analyzer, both logon options "SQL Server or Windows authentication"
I even tried the SA account.

here is the error I get.

MSG 6 Level 16 State 1 ODBC SQL Server Driver name Pipes specified SQL Server
not found.

Any help will be apriciated thank you.
Jorge

View 1 Replies View Related

ODBC SQL Server Driver : Timeout Expired

May 17, 2001

Hi,

I am using SQL Server 7.0 Desktop Edition on Windows NT 4.0 workstation with service pack 6. I'm connecting to my production servers using the Enterprise Manager.A couple of months back, I have installed SQL Server 2000 Evaluation Edition on my desktop and using it to access the production servers.A couple of days back, I was not able to connect to the Query Analyzer either through Enterprise Manager or directly. I am getting the following error:

ODBC: Msg 0, Level 16, State 1
[Microsoft][ODBC SQL Server Driver] Timeout expired.
All our production servers are in a data center. I'm able to connect to the production servers in one particular cage but it is giving the above error if I try to connect to other servers which are in different cages. My colleague is able to connect to all the servers through Query Analyzer from his machine which has only SQL Server 7.0.I uninstalled SQL Server 2000 on his suggestion but it is giving the same error. I uninstalled and installed SQL Server 7.0 but I'm still getting the same problem.
Could you please throw some light on why this is happening ?

Thanks in advance,
MN Rao

View 1 Replies View Related

Accessing SQL 7 With SQL Server ODBC Driver Version 2.6

Jan 12, 1999

We will be converting shortly from 6.5 to 7. We have a widely
used application that currently accesses the SQL 6.5 using SQL Server
odbc driver version 2.6

Will the 2.6 driver work with 7.0 and ff not, what will we have to do to
get it work with 7.0?

Thanks for the info.

Jerry Dunn
ViaHealth
jerry.dunn@viahealth.org

View 1 Replies View Related

ODBC SQL Server Driver Timeout Expired

May 23, 2002

I am trying to populate a View. I can run the sql code successfully by using SQL Query Analyzer. However, When I try to open the View in SQL Enterprise Manager and request that all rows be returned, I receive the following error:

ODBC SQL Server Driver Timeout Expired

I cannot determine the cause, Can anyone help me determine why the message is occurring? Thank you.

View 2 Replies View Related

[Microsoft][ODBC SQL Server Driver]Unknown

May 25, 2001

Hi, I am getting this message, anyone knows what could be the reason for this. My connection to the sql server is out too.


[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server

Thanks

Ali

View 1 Replies View Related

ODBC Driver Error? 2003 Server.

Apr 29, 2005

Hi all,

Current (working) Environment within same domain:
Quote:
MS SQL (v8 sp3?) on windows 2000 sp3
web server on windows 2000 sp3

New (not working) Environment:
Quote:
MS SQL (v8 sp3?) on windows 2000 sp3
web server on windows 2003 sp3

when i try to connect to the remote sql db (the asp page code has remained unchanged), i get this error:
Quote:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

/Default.asp, line 567
line 567 is the attempt to open the connection (again, no code changes).

The ODBC reg tree has the IUSR internet guest account permissions.

When I try to create a system DSN via the ODBC manager on the current, working system, I can see a list of the SQL boxes on the network. When I try the same on the new 2003 server...our SQL server list isn't displayed.

Any ideas on why I'm getting this error in the asp page?
{UPDATE}
Creating a system DSN on the new 2003 server works, if the "Named Pipes" network libraries are choosen in the set up. If the TCP/IP network libraries are choosen...the connection fails. Named pipes uses port(s) 445 & 139. The TCP/IP libraries use port 1433.

Why would Named pipes work and not TCP/IP?

Thanks.

P.S. I posted this in the O/S forum, but it looks like no one browsing that forum can help on this, so it was suggested I post in the DB forum.
http://forums.devshed.com/showthrea...061#post1086061

View 1 Replies View Related

[Microsoft][ODBC SQL Server Driver] Error

May 2, 2008

Hi everyone,

I am getting the below error when I try to access the table in 2005 database through 3rd party application from the application server.

“[Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt�

This database was restored from sqlserver 2000, so the ODBC connection in the application server first was pointing to 2000 database and now its dropped and recreated to point to the 2005 database.

I dont get this error message when I do the same action from my pc.

I google'd on this error message, and I am not sure if the driver has to be upgraded or if there is anything else that I am missing here.

Thanks much.

View 1 Replies View Related

Odbc Sql Server Driver Timeout Expired

Jul 20, 2005

Hi,Has anyone ever had trouble using the query analyzer tool through a vpnclient? I'm able to connect outside of work to a sqlserver db on mycompany lan with enterprise mgr, but the query analyzer times out everytime I try to connect from outside of work. Both utilities work fine atwork (no vpn tunnel).The exact error is:Unable to connect to server blahblahblah:ODBC: Msg 0, Level 16, State 1[Microsoft][ODBC SQL Server Driver] Timeout expiredI've tried increasing the sqlserver odbc driver's CPTimeout without success.Appreciate any advice.Eric

View 2 Replies View Related

ODBC Driver For SQL Server Compact Edition

Jan 31, 2008

I know that there is no ODBC driver available for SQL Server Compact Edition version 3.5. Do you plan to add an ODBC driver in future release? If yes, is it high in your priority list?

The scenario why I am looking for an ODBC driver is to connect an MS Access application to a SDF file instead of MDB file. This will enable me to easily sync the SDF file with SQL server repository using the new Data Sync Services.

Mario Cardinal
MVP Solutions Architect

View 20 Replies View Related

Sql Server ODBC Driver 2000.85.1117.00

Nov 6, 2006

Hello All,

Where can I get this drive: Sql server ODBC driver 2000.85.1117.00

Thanks

View 4 Replies View Related

IPv6 Support For SQL Server ODBC Driver

Sep 4, 2007

Hi,

I am unable to create the DSN using SQL Server ODBC driver(2000.86.1830.00)by specifying the server name as IPV6 Address.
Here are the steps that I have used to create the DSN.
1. Opened the ODBC Data Source Administrator(Start->Control Panel->Administrative tools->Data Sources(ODBC)).
2. GoTo System DSN tab and clicked on ADD buton, selected the SQL Server driver from the list of ODBC Drivers.
3. Entered the Name and Description.
4. Provided the IPv6 Address of machine in the Server Field. click Next.
5. Entered the SQL Server authentication details. Clicked Next.
6. The wizard poped up following error:
" Connection Failed:
SQLstate:'01000'
SQL Server Error:14
[Microsoft][ODBC SQL Server Driver][DBNETLIB]Connection open(parseconnectionParams())
Connection Failed:
SQLstate:'08001'
SQL Server Error:14
[Microsoft][ODBC SQL Server Driver][DBNETLIB]Invalid Connection."

By specifying the IPv6 address as server name I was able to create the DSN in Windows Vista but failed in other operating systems like 2k3 and XP. Could anyone of you please let me know the reason behind the failure of DSN creation? Does the SQL Server ODBC Driver supports IPv6?

View 6 Replies View Related

Sql Server Driver Missing From Odbc Administrator

May 3, 2007

Sql server driver missing from odbc administrator;



Software; SQL Server 2005 SP2 installed on W23K SP1.



Under Drivers tab in odbc administrator the sql server that uses sqlsrv32.dll, is missing. All the other drivers that comes with W2K3 Service pack1 is there. In addition i can see the SQL Native Client(SQLNCLI.DLL).



I have an application that has to use SQL Server Driver. How can i get it back?





Hope someone can help me?

View 4 Replies View Related

Making ODBC Connection....Sql-server 2005 Driver

Jan 24, 2008

Hi everybody
I have installed SqlServer 2005 on my server but my Windows application on the client computers should connect to server via ODBC connection
so what should i install on the client computers (that don't have any sql server installed) to enable them to connect?
When i want to create ODBC connection on client computers through (Control panelAdministrative ToolsData Sources) i don't see SQL-Server 2005 ODBC driver in the list ....could anyone help me?
Kind Regards.

View 1 Replies View Related

[Microsoft][ODBC SQL Server Driver] Timeout Expired.

Jun 29, 2002

Hello,
When I connecting thru T-SQL, the following error was thrown.

Unable to connect to server 'SERVERNAME'

ODBC: Msg 0,Level 16, State 1
[Microsoft][ODBC SQL Server Driver] Timeout expired.

How to fix this?

regrads,
vnk.

View 2 Replies View Related

[Microsoft][ODBC SQL Server Driver]Timeout Expired

Aug 19, 1999

I am running a query which pulls back about 200,000 records.

When I run this in ISQL (SQL Server 6.5), it runs in almost 2 minutes.
When I put it in a store procedure and run it off my ASP application, I
get this error

[Microsoft][ODBC SQL Server Driver]Timeout Expired

We've tried many things including:
1) Increased connection and command time outs in Global ASA
2) Have the ODBC driver log long Quires to a file
3) Changed Query Time out in Enterprise Manager(360 seconds) Go to
tools --> Preferences/configure -->Connection Tab
4) Changed Maximum allowed open database from 20 to 200
5) Changed resource timeout to 360 seconds from 5 seconds
6) Changed remote query timeout to 0, allowing infinite wait.

What else can we try???

Thanks for taking the time to read this
Joyce

View 2 Replies View Related

Microsoft][ODBC SQL Server Driver]Timeout Expired

Feb 1, 1999

Hi all,

I inherited some really twisted asp pages from another developer that crank for a long time. They used to work, albeit slowly. Now when I try to run one I get the error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e31'

[Microsoft][ODBC SQL Server Driver]Timeout expired

Short queries run fine.

IIS4 & SQL Server are on the same box. I didn't the ASP pages or the IIS or SQL server config. I did install VStudio 6.0 a while back.

Anybody got any clues?

View 1 Replies View Related

[Microsoft][ODBC SQL Server Driver]Timeout Expired

May 29, 2002

Thank you to all who reply to this perplexing question.
Mike

Database VMFGSRVRVMFG is SQL 2000 Std.
Database NT002P_GL is SQL 7.0.
All SQL versions are at the current SP levels.

I receive the timeout message when I am in EM,
database,VMFG(database), Views, Open View, Return All
Rows. I can successfully run the code in QA. I believe I
am running up against a time parameter in SQL Server. I
have reviewed all time parameters that I can find.
However, I still receive the error. What parameters should
I be looking at? I am attempting to create a view with the
following code:
--------------
CREATE view uv_olap_adj_co_profit as
select customer.id as customer_number,
customer.name as customer_name,
customer_order.salesrep_id as salesperson,
isnull(customer.country, 'USA') as country,
'7' as business_unit,
customer_order.order_type as order_type,
uv_olap_co_profit.customer_order,
uv_olap_co_profit.work_order,
uv_olap_co_profit.close_date,
uv_olap_co_profit.period_year,
uv_olap_co_profit.gl_period,
isnull((uv_olap_co_profit.billing + ut_man_adj.billing)
*ut_fin_adj.billing,
uv_olap_co_profit.billing*ut_fin_adj.billing) as billing,
isnull((uv_olap_co_profit.material_cost +
ut_man_adj.material)*ut_fin_adj.material,
uv_olap_co_profit.material_cost*ut_fin_adj.materia l) as
material,
isnull((uv_olap_co_profit.labor_cost + ut_man_adj.labor)
*ut_fin_adj.labor,
uv_olap_co_profit.labor_cost*ut_fin_adj.labor) as labor,
isnull((uv_olap_co_profit.burden_cost + ut_man_adj.burden)
*ut_fin_adj.burden,
uv_olap_co_profit.burden_cost*ut_fin_adj.burden) as
burden,
uv_olap_co_profit.service_cost as service
from uv_olap_co_profit,
ut_man_adj,
ut_fin_adj,
customer_order,
customer
where uv_olap_co_profit.customer_order *=
ut_man_adj.cust_order_id and
uv_olap_co_profit.work_order *= ut_man_adj.work_order and
uv_olap_co_profit.period_year = ut_fin_adj.year and
uv_olap_co_profit.customer_order = customer_order.id and
customer_order.customer_id = customer.id and
(customer_order.salesrep_id = 'LABELAIREP' or
customer_order.salesrep_id = 'OMOHUNDR' or
customer_order.salesrep_id = 'EGGERSR')
union all
select customer.id as customer_number,
customer.name as customer_name,
customer_order.salesrep_id as salesperson,
isnull(customer.country, 'USA') as country,
customer.user_2 as business_unit,
customer_order.order_type as order_type,
uv_olap_co_profit.customer_order,
uv_olap_co_profit.work_order,
uv_olap_co_profit.close_date,
uv_olap_co_profit.period_year,
uv_olap_co_profit.gl_period,
isnull((uv_olap_co_profit.billing + ut_man_adj.billing)
*ut_fin_adj.billing,
uv_olap_co_profit.billing*ut_fin_adj.billing) as billing,
isnull((uv_olap_co_profit.material_cost +
ut_man_adj.material)*ut_fin_adj.material,
uv_olap_co_profit.material_cost*ut_fin_adj.materia l) as
material,
isnull((uv_olap_co_profit.labor_cost + ut_man_adj.labor)
*ut_fin_adj.labor,
uv_olap_co_profit.labor_cost*ut_fin_adj.labor) as labor,
isnull((uv_olap_co_profit.burden_cost + ut_man_adj.burden)
*ut_fin_adj.burden,
uv_olap_co_profit.burden_cost*ut_fin_adj.burden) as
burden,
uv_olap_co_profit.service_cost as service
from uv_olap_co_profit,
ut_man_adj,
ut_fin_adj,
customer_order,
where uv_olap_co_profit.customer_order *=
ut_man_adj.cust_order_id and
uv_olap_co_profit.work_order *= ut_man_adj.work_order and
uv_olap_co_profit.period_year = ut_fin_adj.year and
uv_olap_co_profit.customer_order = customer_order.id and
customer_order.customer_id

View 1 Replies View Related

[microsoft][odbc Sql Server Driver] Timeout Expired

Apr 9, 2001

Hi!,

I am running sqlserver 2000 enterprise edition on windows 2000.
When I try to run a select statement. I am encountering

[microsoft][odbc sql server driver] timeout expired

How do fix this problem?

Thanks,
Ranjan

View 1 Replies View Related

Error - ODBC Sql Server Driver Timeout Expired

Sep 28, 2005

Hi everyone

I have installed SQL server on my server machine. using localsystem and mixmode option.
It is working fine.

I installed sql server with connectivity tools only option on my client computer.

now, When i try to connect to server using data source from control panel --> Administrative tools --> Data source(ODBC).

but I cant connect.It gives me error as below.

Connection Failed:
SQLState:'HYT00'
Sql Server Error:0
[Microsoft][ODBC SQL Server Driver] Timeout Expired.

I uninstalled sql server from my client and server computer. and installed again.

I tried to ping from client computer to server computer it is working.

even i tried telnet sqlservername 1433

this one is also ok.


But same error facing

Please help me out.

Regards,
ASIF

View 1 Replies View Related

[Microsoft] [ODBC SQL Server Driver] Timeout Expired

Oct 30, 2007

I've tried every websearch possible to try and get a solution for this problem but can't.

Development Software:
SQL Server 2000
Enterprise Manager 8.0
Query Analyzer 8.00.194

Error:
When I run a mildly complex view in Enterprise Manager I get the error:[Microsoft][ODBC SQL Server Driver]Timeout Expired
after about 30 seconds.

When I copy and paste and run the exact same code in Query Analyzer the Query runs for longer than 30 seconds and runs until completion. Now my question is since this apparently seems to be an Enterpise Manager problem and not on the server end, where do I go in Enterprise Manager to change that setting? I've looked everywhere in Enterpise manager and can't find a "command timeout" setting.

Thanks!

View 4 Replies View Related

[Microsoft][ODBC SQL Server Driver] Timeout Expired

May 18, 2004

Hello,
I installed MS SQL Server 2000 Evaluation Edition on
Windows XP Pro. I have database on the same PC. When I
am running a query(view) from Query Analyser I
get "[Microsoft][ODBC SQL Server Driver] Timeout Expired"
error message . When I am running the same view on
smaller amount of data it works.

:confused:


Could you please help me with that?
Thanks
DJ

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved