Using Aspnetdb In SQL Server 2005 Standard

Dec 25, 2005

Hi,

I am not using Express 2005 on my production server, rather I'm using SQL Server 2005 standard edition.  So I have my site working perfectly on the development server, but once I publish it, the builtin aspnetdb that I use for logging in and such doesn't work.

I have another database my app uses and it works fine once I changed the connection string.  So I think I just need to change the connection string all the fancy new login controls use.  But I can't figure out how to do that.

Any help would be much appreciated.  Thanks!

View 2 Replies


ADVERTISEMENT

Sql Server 2005 Standard Cd = Sql Server 2005 Standard Volumn License Cd

Aug 24, 2007

HI,

may i know the sql server 2005 standard cd is equal sql server 2005 standard volumn license cd ?

View 3 Replies View Related

What Is The Best Way To Move My ASPNETDB.MDF From SQLExpress 2005 To Full SQL Server 2005

Apr 12, 2007

Hi,
I have an ASPNETDB.MDF (asp.net membership/profile db) that was generated for SQL Express, it has user information I need to keep.
I have SQLExpress and full SQL Server 2005 running on the server. I want to remove SQL Express from the server.
So can I simply do a backup of the SQL Express membership db and restore it to full SQL and change the connection string in my app or
do i need to run the membership wizard on full sql and then do the backup / restore?
Or is there another way.
Thanks
 

View 1 Replies View Related

Problem Creating ASPNETDB Under SQL Server 2005

May 30, 2007

Hi All...  We're cloning an application currently under development on Server 2003 / SQL Server 2005 / dotnet 2.0.  The clone's going to live on an XPSP2 box with SQL Server 2003 - it's for demo purposes... The application's able to get to our own database, but it's having a hard time creating the ASPNETDB that dot net likes to have.
Aside from the OS, the only difference between the two SQL Servers is that on the working system, we're using windows authentication on the database while on the non-working system, we're using SQL Server authentication.  But we've tuned the connection strings appropriately - again, we can get to our own db just fine.
We have the following lines in our web.config:
<connectionstrings>    <clear />    <add name="LocalSqlServer" connectionstring="Server=localhost; Database=ASPNETDB; UID=sa; PWD=mypassword" /></connectionstring>
On the working system, the Server is an actual IP address, integrated security is set to true, and of course the uid/pwd is a bit different.  But again, using a very similar connection string, we able to get to OUR database on the non-working system...
The error we're getting at runtime is:
Cannot open database "ASPNETDB" requested by the login.  The login failed.  Login failed for user 'sa'.
When we poke into the database from SQL Server Management Studio - on a remote machine - we can see our own database is there, but the ASPNETDB isnt there.  Yet...  I suspect it failing getting in to just create the db....
Any thoughts?  Thanks for the help!!!   -- Curt
 
 

View 2 Replies View Related

Deploying ASP.net Pages With Sql Server 2005 (ASPNETDB)

Jun 15, 2008

hi,i'm new to deploying asp.net pages with built in asp.net login controls over the web server. i've uploaded my asp.net pages with web.config and placed my ASPNETDB in App_Data folder on the webserver as it was placed in local machine. but it dint work and displayed the following error
 
An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) 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: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)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:



[SqlException (0x80131904): An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735123
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) +820
System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170
System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +130
System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28
System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
System.Web.DataAccess.SqlConnectionHolder.Open(HttpContext context, Boolean revertImpersonate) +84
System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +197
System.Web.Security.SqlMembershipProvider.GetPasswordWithFormat(String username, Boolean updateLastLoginActivityDate, Int32& status, String& password, Int32& passwordFormat, String& passwordSalt, Int32& failedPasswordAttemptCount, Int32& failedPasswordAnswerAttemptCount, Boolean& isApproved, DateTime& lastLoginDate, DateTime& lastActivityDate) +1121
System.Web.Security.SqlMembershipProvider.CheckPassword(String username, String password, Boolean updateLastLoginActivityDate, Boolean failIfNotApproved, String& salt, Int32& passwordFormat) +105
System.Web.Security.SqlMembershipProvider.CheckPassword(String username, String password, Boolean updateLastLoginActivityDate, Boolean failIfNotApproved) +42
System.Web.Security.SqlMembershipProvider.ValidateUser(String username, String password) +83
System.Web.UI.WebControls.Login.OnAuthenticate(AuthenticateEventArgs e) +160
System.Web.UI.WebControls.Login.AttemptLogin() +105
System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +99
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +163
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102



Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
 
 
i also enabled the TCP/IP connection on my local machine to accept remote connections.. Can any1 please provide me a step to step guide on how to deploy the webiste?
Thanking u in advance.
Regards

View 1 Replies View Related

Sql 2005 Upgrade Sql Standard 2005 To 2005 Standard Sp2 (using A Command Prompt)

Apr 10, 2008

First of all I am planning to install sql 2005 standard and sql standard sp2
on vista ultimate professional using vs 2008 pro
I have some questions about installing sql 2005 what is the best way to install sql 2005 on
vista My article I got this from ms 403393 (upgrading sql standard 2005 to sql standard 2005sp2)
1 sql standard .(shortcut right click from cd/dvd not possible) I have heard command prompt start menu, click cmd
type run D: cd/dvd exe
From a wizard (sql sp2)

2. sql standard sp2
a. upgrade using a wizard
b. open a command prompt (not sure if right click is best option)
install dvd media example dqlserver2005sp2-kb921896-exe SKUUPGRADE=1(is run as administrator option on media)
do I type run or what do I type ?
c. go to system configuration page(where is this) you should see a single warnining you need to install
sp2, the edition should say success if it does not please reapply
d. on the registration page please enter your registeration number
e. on the comments to install please enter database services, reporting services
workstation components, books online and development tools( I wish to install
all components)

f. on the instance page click default instance(default install)
g. finish rest of wizard
h. apply sql sp2

I also have of seperate question of upgrading sql from vista using a Configuring local admin account
account (configuring administration from a wizard-will this notify
me by default) I do not want my administrative priviledges elevated.
I will be using default configurations for my installations.........
I often wish there would a nice picture examples of doing this
Please help

View 5 Replies View Related

Moved Aspnetdb To SQL Server - What Permissions Do I Need To Give The ASP IIS Service Account For That? (Getting: Cannot Open Database Aspnetdb Requested By The Login. The Login Failed.)

May 12, 2008

I am getting the error:
Cannot open database "aspnetdb" requested by the login. The login failed.
When I browse to my ASP.NET 3.5 LINQ web application on the IIS 6.0 server on Server 2003.
I imagine this is because while I granted SQL Server 2005 login and permissions to my database that the application stores its data in, I did NOT grant any rights to the service account the IIS Application Pool uses for its identity to the aspnetdb database on SQL Server which is where all my roles information is stored at.
My question is what are the MINIMUM permissions needed for this database so it can perform its roles related functions?
I'm using Windows Authentications with the SQL Role provider for authorization.
 
Thank you.
 
 
EDIT: I think I only need to open the aspnetdb database and add my login to the aspnet_Roles_FullAccess role.  Is that correct?

View 2 Replies View Related

Sql Server Express ASPNETDB Move To Sql Server 2005

Jul 21, 2006

I used aspnet_regsql to put membership tables, etc on sql server 2005.
Is there a tool to help me build the web.config statement to point to these tables?
I found the code below at http://www.c-sharpcorner.com/UploadFile/dsdaf/104092006022507AM/1.aspx?ArticleID=bc2ca2b0-9e3d-42ad-b4b9-0dce96231ce6 but it throws this error: Parser Error Message: Unrecognized configuration section membership.
 <membership>
   <providers>
    <remove name="AspNetSqlMembershipProvider" />
    <add connectionStringName="MyDBConnectionString"          enablePasswordRetrieval="false"
     enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/"
     requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5"
     minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1"
     passwordAttemptWindow="10" passwordStrengthRegularExpression=""
     name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   </providers>
</membership
 
Am I barking up the right tree?
thanks, steve

View 2 Replies View Related

Upgrade From SQL Server 2005 Eval Copy To SQL Server 2005 Standard Edition

Jul 23, 2007



I have a SQL Server 2005 evaluation that has already been installed and setup on a server. I believe it originally had a 180 day eval. There have been numerous databases and users added as well as maintenance plan created...



The eval was put on the machine as an interim solution while waiting for paper work and order processiing things to happen. All the paperwork and ordering... have been completed and I now have the real SQL Server 2005 Standard Edition license key ....



I am very new to SQL Server and need to determine ...

1. Can I update the eval copy to become permanently licensed?

2. Would I want to upgrade the eval to permanent? Will I lose any capabilities by keeping the current eval setup?



If it is reasonable to keep the eval setup

3. How do I go about entering the license key to make it permanent?



If it is necessary to install the new Standard Edition...

4. How do I install it while maintaining the already defined databases, data, users, maintenance plan...



Thanks in advance for any and all help.



Chris

View 5 Replies View Related

SQL Server 2005 And Express Permissions Nightmare/Cannot Open Database ASPNETDB.MDF Requested By The Login

Apr 12, 2007

I just spent the better par of 3 days creating a prototype in ASP.Net 2.0 and SQL Server Express only to discover that nobody from outside can see it...
ERROR with impersonation=true
User does not have permission to perform this action.
ERROR with impersonation=false
Unable to open the physical file "c:inetpubwwwroot------.mdf". Operating system error 5: "5(Access is denied.)".An attempt to attach an auto-named database for file c:inetpubwwwroot-----.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.  
What makes this so difficult?
What am I missing?
 

View 9 Replies View Related

SQL Server Standard 2005, SQL Mobile 2005 Data Encryption Issues

Jul 26, 2007

Hi,

I have a central database server that is runnning on SQL 2005 standard edition and Windows server 2003 standard as OS.

I realise that I can use SQL statements to encrypt and decrypt the data inside the standard SQL.

However, how do I read and write the data via an web application coded in C#.net and is also running on the same machine?

Another issue is, I need to replicate some of the data in this SQL standard over to a SQL mobile running on a mobile device running on Windows CE 5.0.

The mobile device also needs to read and write data to the encrypted data via a C#.net application.

Question is, with all these requirements to be met, can I use AES? I know that AES is not available on Windows XP and Windows Server 2000 and I cant find AES in the .net compact framework.

how do i go about ensuring security? how do I ensure that the symmetric key is the same both on the SQL standard and SQL mobile?

thank you.

View 7 Replies View Related

Upgrade From SQL Express 2005 Report Server With Advanced Services To SQL 2005 Standard Fails

Feb 25, 2008

I am trying to upgrade SQL Server Express 2005 Report Server to SQL 2005 Standard and it fails with the following error:

SQL Server Setup did not have the administrator permissions required to copy a file: C:Program FilesMicrosoft SQL ServerMSSQL.8Reporting ServicesReportServer
ssrvpolicy.config. To continue, verify that the file exists, and either grant administrator permissions to the account currently running Setup or log in with an administrator account. Then run SQL Server Setup again.

After I click OK on the message, this whole path where the upgrade is bieng installed dissapears C:Program FilesMicrosoft SQL ServerMSSQL.8Reporting Services. The error is a bit missleading because the file that it is trying to copy rssrvpolicy.config does appear in that upgrade folder so I am not sure why it would try to copy a file that has already been copied.

I was able to upgrade the Database Engine instance fine but can't upgrade Reporting Services due to that error. I have verified that the account that ran the setup had the administrator permissions. Your prompt reply to my question would be greatly appreciatted.

View 4 Replies View Related

SQL Server 2005 Express And Visual Studio 2005 Standard

Jul 9, 2006

Hi everyone,I am trying to connect to SQL Server 2005 Express with Advanced Services from Visual Studio 2005 Standard Edition.  I have SQL Server 2005 Standard Edition but it took up so much space and resources on my computer that I didn't want to put it back on there.  So I put the SQL Express on there and while the Management Studio application connects just fine, VS 2005 will not.  Oddly enough, VS 2005 connected just fine to SQL 2005 Standard.  I have enabled shared memory, named pipes and TCP/IP.  I have set up SQL Express to accept remote connections on named pipes and TCP/IP.  And I have tried running SQL Express as the Local System Account, as a Local Service and as a Network Service.  Nothing.  I have tried feeding the Server Name is the Data Connections dialog in Visual Studio my SQL Express instance as (local)/SQLEXPRESS, localhost/SQLEXPRESS, and {computername}/SQLEXPRESS where {computername} is the name of my local computer which SQL Express is (allegedly) running on.  And I cannot get the list of databases on that server.There is probably something very simple that I have left out.  Can anyone see what it is?Thanks!

View 2 Replies View Related

Restoring A SQL Server Express 2005 Database To SQL Server Standard 2005

Mar 24, 2007

Hello,If I backup and restore an express database to sql server 2005 standard, will there still be limitations in regards to the database size, cpu...etc.? Thanks,Jon 

View 1 Replies View Related

Installing SQL Server 2005 Standard Edition When Express 2005 Is Already On Server

Sep 30, 2007

I need to install SQL Server 2005 Standard Edition on a new Windows Server 2003 machine that has SQL Server 2005 Express Edition installed by a backup application (Backup Exec). Will I need to uninstall the express edition in order to install the standard edition? Can the two coexist as separate instances or will the standard edition installation simply upgrade the express installation?

Thanks

View 3 Replies View Related

SQL Server 2005 Standard For Authentication

Jan 20, 2008

Is there a way to setup login authentication off a remote SQL Server 2005 Standard instead of using the SQL Server Express.

View 1 Replies View Related

Can I Add SQL Server 2005 Standard DB In App_Data?

Jun 18, 2008

If the answer is No,Can Somebody tell me the reason?   thanks

View 6 Replies View Related

Using Sql Server 2005 Standard Instead Of Express

Feb 10, 2006

I have installed VS2005 with SQL Server Express. I used this setup for about a month. Now i have SQL Server Standard Edition. I am confused about how to swap them over. Everything is running on the same machine - i just want to use SQL Server Standard instead of SQL Server Express. Can anybody explain how to get this up and running?
Also will membership, profiles and the other built in providers work with this? - Thanks for any help!
- Callam

View 4 Replies View Related

Down Grading SQL Server 2005 From EE To Standard

Jun 13, 2008

Hi all,
i have production database running on enterprise edition 2005 and now i want to downgraded EE to standard edition 2005 because of license issue.
i have sql server jobs(use for reporting purpose),users and one small database on server.so what is the best way to downgrad from EE to SE.
thanks in advance.

View 1 Replies View Related

How To Configure SQL Server 2005 Standard..

Jan 3, 2007

Login failed for user ''. The user is not associated with a trusted SQL Server Connection.

Ive got this error... I have just installed the SQL Server 2005 Standard Edition. Could anyone encounter and solve this problem.. please til me how to solve this. I google this but couldnt find a reliable solution for this..

Thanx...!

-------------------
Real Programmer dont document

If its hard to write Then
its easy to undertand.
End If

View 10 Replies View Related

MS SQL Server 2005 Standard Edition

Mar 21, 2007

I have the option of buying a new copy of MS SQL Server 2005 Standard Edition for Itanium based systems, however will this also work on the following spec server

2.8Ghz P4

1Ghz Ram

120Gb IDE hard drive

with windows 2003 standar edition operating system

The part number for the stanard edition of SQL is 228-04025

If it helps you can call me on +44 (0) 1285 644091

Thanks

Simon

View 1 Replies View Related

SQL Server 2005 Standard Ediiton.

Oct 7, 2006

Hi:

A friend of mine who works with oracle claims that they could not install SQL Server 2005 Standard Edition to a drive other than the C: Drive. I know I could with Enterprise Edition and never tried with standard edition. Can any one please confirm that Standard Edition could be installed to a drive other than C: drive ?

Thank you

AK

View 1 Replies View Related

SQL Server 2005 Standard Media

Jan 31, 2008

I am new to the forums, so hopefully this is the correct place for this question.

Is there somewhere to download the media for SQL Server 2005 Standard? I already have my licensing, and am wondering if you can avoid purchasing the media discs. I have done this with Windows Vista and Office 2007 in the past.

View 3 Replies View Related

Instance Name Of SQL Server 2005 Standard

Apr 29, 2007



I'm new to SQL Server, and have just started to work through the MS Press ADO.Net 2.0 Step-by-Step book.



In the beginning of the book, at the point where the Add Connection box comes up, it says to type in the Server Name text box, (local)SQLEXPRESS, as the book takes for granted you have SQL Express installed, and hence this is the instance name.



I have Visual Studio 2005 Professional, and SQL Server 2005 Standard installed. What would the instance of SQL Server be in this case?



Any hope would be greatly appreciated.

View 33 Replies View Related

Installing SQL Server 2005 Standard On 2nd HD

Dec 13, 2005

I have a computer with a 40GB HD as the original and added a 2nd 200GB later (formatted with 2 partitions, 160GB and 40GB).

View 5 Replies View Related

Cannot Install SQL Server 2005 Standard

May 6, 2008

Hello All,

I am installing SQL Server 2005 Standard Edition for the first time on a Windows 2003 Standard server. I have already configured the system with the pre-req's. I am trying to install the workstation piece of it, and I am getting the following message:

Product: Microsoft SQL Server 2005 Tools -- Error 29549. Failed to install and configure assemblies C:Program FilesMicrosoft SQL Server90NotificationServices9.0.242Binmicrosoft.sqlserver.notificationservices.dll in the COM+ catalog. Error: -2146232062
Error message: Unknown error 0x80131902
Error description: Configuration section system.transactions/machineSettings could not be created. Machine.config is missing information

I have tried to uninstall and reinstall the software with no luck.

Please Help!!!!

View 3 Replies View Related

Installing SQL Server 2005 Standard

Apr 21, 2008



Some one help me with the correct procedure to install the SQL Server 2005 Standard. In my case everything goes fine and at the end I get a message saying the installation was successful but if look in SQL Server 2005 Standard directry i will not have the SQL Management Studio. I'll just get a folder called Configuration Tools under it SQL Server Configuration Manager, SQL Server Error reporting, SQL Server Surface Area Configuration and Notification service Command Prompt.

HAs soem one else faced teh same problem? Should I do soemthing else to get teh management studio?
PLease help me out.
Thanks in advance.

View 5 Replies View Related

How Do SQL 2000 Service Packs Play A Role In Upgrading?i.e.Can SQL 2000 Standard With No SP Be Upgraded To SQL 2005 Standard

Aug 2, 2006

How do SQL 2000 service packs play a role in upgrading? That is, can SQL 2000 Standard with no Service Packs(SP) be upgraded to SQL 2005 Standard, or does SQL 2000 Standard have to have a certain service pack??

View 1 Replies View Related

SQL Server 2005 Standard Problem With Vista

Jan 7, 2007

I have installed sql server 2005 standard x64 on Vista. I also installed sp2 like it is written on Microsoft website. Server is working normaly, but neither visual studio or managment studio can find the server. Like i don't run it. I also reinstalled all but it was the same problem.

View 5 Replies View Related

Can Sql Server 2005 Standard Be Used In A Production Enviroment?

Dec 1, 2005

I was wondering what was the limitations of Sql Server 2005 standard w/ 1 calThis is the version that is given out at the launch events.We are currently developing a site, that will use Sql Databases and was wondering if the version we have now will work.Like we know for a fact that the site will recieve a decent amount of traffic.  Is standard limited to certain kind of sites and so forth?Thanks,Cedric

View 1 Replies View Related

SQL Server 2005 Standard Edition Licensing

May 1, 2008

I'm getting some conflicting information , regarding sql 2005 Standard Edition licensing for multi instancing.

If you have multiple instances of SQL 2005 Standard Edition on one Server, do you need to pay a server license for every Instance or just the one Server license?

Jack Vamvas
--------------------
Search IT jobs from multiple sources- http://www.ITjobfeed.com

View 4 Replies View Related

Connect To Sql Server 2005 Standard Thru Internet

Jul 12, 2007

Hi!I am trying to connect to my SqlServer 2005 thru internet, but it is notworking. I have a dyndns updater on my server which tells me an ip addressof the router. The router is configured to forward TCP port 1433 to LAN IPaddress of the computer on which is SQL Server installation.What is the connection string to connect to my server.I tried xxx.dyndns.org:1433, but it doesn't work. There is a defaultinstance installed on that machine.Please help.Zvonko

View 6 Replies View Related

DB2OLEDB For SQL Server 2005 Standard Edition

Sep 19, 2006

The Microsoft OLEDB provider for DB2 (DB2OLEDB) is available in the "Feature Pack for SQL Server 2005 €“ April 2006." The installation routine, however, will only install on the enterprise edition or the developer edition. Is the DB2OLEDB provider not available for SQL Server 2005 standard edition?

View 9 Replies View Related







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