Prev: Exporting data from SQL 2005 to Access
Next: DELETE failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'
From: sara on 22 Sep 2006 13:20 Thanks a lot for your help. The problem was from VIA protocol. Erland Sommarskog wrote: > sara (sarasara82(a)gmail.com) writes: > > 2006-09-21 12:48:31.40 Server Error: 26055, Severity: 16, State: > > 1. > > 2006-09-21 12:48:31.40 Server The SQL Server failed to initialize > > VIA support library [QLVipl.dll]. This normally indicates the VIA > > support library does not exist or is corrupted. Please repair or > > disable the VIA network protocol. Error: 0x7e. > > So it appears that you have problems with the VIA protocol. Do you need > to have the VIA protocol enabled? If not, use the configuration manager > to disable it. (I will have to admit that I know nothing about VIA.) > > As long as you connect to SQL Server from your local machine, you only > need shared memory. > > -- > Erland Sommarskog, SQL Server MVP, esquel(a)sommarskog.se > > Books Online for SQL Server 2005 at > http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx > Books Online for SQL Server 2000 at > http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx |