Installing SQL 2005 Express And Attaching Database From CD

Apr 11, 2007

Hi there,



I have created an .iss file which when compiled creates a setup.exe file on a cd rom. Within the .iss I have extracted the sqlexpress files out so that it will install straight from disk to the users machine rather than from the .msi file. All this has been successful so far....



My problem is:- I want to attach a database to the an instance of sqlexpress on the users machine. I have detached it from SQL Server 2000 and copied it over to the cd. The setup file copies these over the users hard drive. I have looked through many forums etc and the words that keep popping up are:-



sqlcmd.exe

template.ini

type into the command prompt.



Sorry if I'm a little ignorant but I am not sure how to go about these. How do I open the command prompt on the users machine from CD? Do I have to create something to do this?



Any information would be appreciated, any guidance or scripts would be great.



Regards

Sam

View 2 Replies


ADVERTISEMENT

Create Database In SQL Server 2005 And Attaching It In SQL Express

Jun 29, 2007

Hi,

I've created a database in sql server 2005, but now I need to detach this database and attach it in sql express. Is this possible? I keep getting an error that my database is readonly. Any help would be greatly appreciated.





thanks in advance.

View 3 Replies View Related

Installing SQL Express And Attaching A Mdf Db From The Command Prompt

Mar 21, 2007

Hi,

I need to install a customed SQL server express instance on the client's computer by using the Command prompt installation. I've already defined the security settings and everything i need but i was wondering if is possible to attach a mdf database during the installation. Perhaps there is a paramenter i can include in the in the ini file.

Thank you

View 6 Replies View Related

Error In Attaching MSDE Database To SQL Server 2005 Express

Jul 3, 2006

I'm trying to attach a MSDE 2000 database to SQL Server 2005 Express.

I simply issue sp_detach_db XXX where XXX is the name of my MSDE database. Then sp_attach_db or create database ... with attach and both way gets the following message:

Event ID. : 3415

Description: Database 'XXX' cannot be upgraded because it is
read-only or has read-only files. Make the database or files writeable, and
rerun recovery.

What does it mean?

Thanks for any help,

Peter

View 4 Replies View Related

Attaching A DB In Express 2005

Jun 14, 2007

I am having trouble attaching a db to ms sql express 2005.I have the db in a folder deep down in my drive, within an asp.net website project. For some wierd reason i can't drill down more than two levels to get to the DB Anyone have any ideas why? Ilan   

View 3 Replies View Related

Attaching A Database To Sql Express

Aug 4, 2006

I'm trying to attach a database to sql express with the following code from the management tool. I keep getting an error message. An someone explain what I'm doing wrong.



Msg 102, Level 15, State 1, Line 9

Incorrect syntax near '<'.

IF NOT EXISTS(

SELECT *

FROM sys.databases

WHERE name = N'<northwind.mdb, I4V0Y6SQLEXPRESS, northwind>'

)

CREATE DATABASE <database_name, sysname, your_database_name>

ON PRIMARY (FILENAME = '<c:my documentsmy websmyweb3,,C:Program filesMicrosoft SQL ServerMSSQL.1MSSQLDataorthwind.MDF>')

FOR ATTACH

GO



Ira

View 1 Replies View Related

Attaching Sql Express Files In Sql Server 2005

Apr 18, 2006

Hello,
I am using the full version of sql server 2005 management studio to attempt to attach sql express mdf files to sql server 2005.

I was using the databases from an ASP.NET commerce starter kit in sql express. I want to update to sql server 2005, so i detached the dbs.
i deleted the sql express management studio ctp and installed sql server 2005 from the free 6 month trial available online.

I then attempted to attach the sql express files to sql server 2005 and get the following error:

TITLE: Microsoft SQL Server Management Studio
------------------------------

Attach database failed for Server '<servername>'. (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------

Could not find row in sysindexes for database ID 9, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.
Could not open new database 'C:INETPUBWWWROOT<location>ASPNET.MDF'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=602&LinkId=20476


I also tried with the original mdf files i had downloaded without making any changes.



any help here?

thank you,
K

View 1 Replies View Related

SQL Server Express...Attaching DataBase

Apr 14, 2007

Howdy Folks,
I have a site on WS2003, IIS 6 installed on c:.
I put the site in a folder on d:. Nothing else is on d: except the web site.
I added a new website in IIS and pointed to the site on d:.
Using the default connectionString in machine.config, I am unable to connect to ASPNETDB.MDF. Therefors, I can not log in.
In SQL Server Management Studio Express, I attached ASPNETDB.MDF. I then am able to log in.
Does ASPNETDB.MDF have to be manually attched like this when the web site is located on a drive othr than where IIS is installed and running?
Thanks

View 6 Replies View Related

Attaching A SQL Express Database To SQL Server Standard Instance...

Oct 18, 2006

If I create a database in SQL Express and then copy the MDF/LDF files and attach them to a machine running SQL Server 2005 Standard - will this new database have SQL Express limitations?

Are there good reasons not to do this and create the database in SQL Server Standard using scripts generated from the SQL Express instance instead?

Basically, I'm setting up a merge replication between Standard and SQL Express for a common database and I figure attaching a copy of the database created in SQL Express is the fastest way to get this started.

View 3 Replies View Related

Attaching An .mdf Database To SQL Server 2005

Sep 19, 2007

Hi
 

I need your help in attaching an .mdf database (Created in SQL Server 2005 in another computer) to SQL server 2005. I tried the original way (right click>attache), but all I get is the following:

View 9 Replies View Related

Installing SQL Server Standard Edition 2005 After Installing SQL Server Express 2005

Feb 14, 2007

Hi

I have installed SQL Server Express 2005 on my machine.

I want to install SQL Server Standard Edition 2005 on my machine to check new services it has.

Can these 2 Editions coexist with each other, or any troubles you think might encounter?

Thanks

View 5 Replies View Related

Is It Not Possible To Access Sql 2005 Database, Without Attaching It First In Management Studio?

Mar 29, 2007

Hi All ...
I am not facing a problem while connecting to sql server 2005 databse, when i attach that first, in management studio, then I can access that from localhost, its fine at this point. but when i detach that database from management studio i am facing the follwing error while accessing it from localhost i.e.
System.Data.SqlClient.SqlException: Unable to open the physical file "D:databaseHunzian.mdf". Operating system error 5: "5(Access is denied.)". An attempt to attach an auto-named database for file D:databaseHunzian.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
The connection string to access that database is
undefined=@"Data
 
I will be happy to have your replies .

View 4 Replies View Related

Spin Loop Attaching Database In 2000 =&&> 2005 Upgrade

Apr 21, 2008

I just upgraded a large SQL 2000 database server to SQL 2005, and I have 2 databases that won't attach to the 2005 Server. They are both very small, about 90MB in size, and when I attach them to 2005, the process alternates between running and spinloop status. It can sit forever, and will never complete. I restored backups before the upgrade to a SQL 2000 Server, and reran DBCC CheckDB on both, and got no consistency errors, Updated Stats and indexes, then detached and moved the data files to 2005, and same thing.

View 3 Replies View Related

Database Diagram Support Objects Cannot... Attaching Sql 2000 Db To Sql Server 2005

Jan 3, 2006

Hello,

I've seen threads concerning this problem. I have followed the prescribed steps to fix the problem. I've set the db owner to sa, I've set compatibility to 2005. Still I can't get the diagram to function.

Can anyone out there help me?

Thanks, Bill

View 3 Replies View Related

Installing SQL 2005 Express

May 17, 2007

Hi,

I just installed SQL 2005 express. It did not prompt me for a selection for the collation. How do I tell what collation it is installed at? And how do I tell whether it is case sensitive or not?

Thanks,

Razzle

View 3 Replies View Related

Installing SQL 2005 Over The Top Of SQL Express

Aug 14, 2007

Hi,
I am installing SQL Server 2005 on a server that is currently running SQL Express. My reason for installing full SQL is due to the database size limitation of SQL Express.
Can anyone give me advice on whether I should unistall SQL Express before installing SQL Server 2005 or just install over the top of Express.

Thanks

View 1 Replies View Related

HAVING PROBLEMS INSTALLING THE SQL 2005 EXPRESS

Jul 1, 2006

hello, I am having some problems installing the sql 2005 express that comes with the asp.net 2.0
It says that the installation failed thats all. Anyone with that kind of problem?

View 1 Replies View Related

Installing SQL Server 2005 Express

Dec 8, 2006

I am working on Win2K Pro & had SQL Server 2005 Express & SQL Server Management Studio installed. The SQL Server name was MerverSQLEXPRESS. Due to some unavoidable reasons, I had to repair (& not re-install) Win2K but after doing so, I found that I am not able to connect to the database server. I uninstalled all the components related to SQL Server 2005 Express (like Management Studio, Support Files, BOL etc.) from my m/c & then restarted my m/c.

After doing so, I first re-installed SQL Server 2005 Express & other related components (I intended to install SQL Server 2005 Management Studio after installing SQL Server 2005 Express). While installing SQL Server 2005 Express, all the steps get executed successfully except for the last one which happens to be SQL Server Database Services. At this point, I get the following error:

An instance with the same name is already installed on this computer. To proceed with SQL Server Setup, provide a unique instance name.

The problem is after I click the OK button, I am not even given the option to change the instance name! The Status message corresponding to SQL Server Database Services just says Setup failed. Refer to the Setup log for details. Finally, when I click the Next button, the next dialog finishes the Setup (showing the Finish button).

Now how do I overcome this problem? Please note that the Authentication mode I am using is Windows Authentication.

Someone please suggest me a concrete solution. It's driving me nuts! My receding hairline is getting further receded!

Lastly, please note that, as far as possible, I would like to keep the instance name as MerverSQLEXPRESS only.

View 3 Replies View Related

Installing SQL Express 2005 And ODBC

Jan 30, 2008

Hi everyone

I have just installed SQL Server 2005, default settings. I have attempted to add a new ODBC driver using Control Panel - Administrative Tools - Data Sources (ODBC) - System DSN tab - Add - SQL Server - default settings, but it fails.

I did all this for MySQL some months ago, but I must have forgotten something.

Please can someone tell me what to do next.

Thanks in advance.

Jonathan

View 1 Replies View Related

Installing SQL 2005 Express Via InstallShield

May 19, 2006

Is it possible to install SQL2005 Express via InstallShield??

Has anyone had any experience doing this?

Any suggestions or recommendations??



Thanks

View 6 Replies View Related

Installing SQL Server 2005 Express

Jan 30, 2007

Hello,

I have a problem installing SQL express from a CD, it installs fine but the installation wizard does not load automatically, so I have tried to setup manually through Add and Remove programs.

But when I get pass System configuration check menu, i do not get the Registration info menu, it goes straight to SQL server express setup and then to another server express setup menu (it skips 3 menu pages) it should have MSML5 components such as SQL setup files, SQL native client, SQL VSS writer etc but it is completely empty. Then I get the finish screen.

However, when I uninstall SQL express, I see the MSML screen with all the components listed before it uninstalls.

I hope this makes sense and I hope someone can help.

Thanks.

View 1 Replies View Related

SQL SRV 2005 Express ADV SP1 : Problem When Installing RS

Apr 4, 2006

Hi, I've recently installed the SQL SRV Express SP1 (ADV + Toolkit) (IIS already installed)

select @@version returns:
Microsoft SQL Server 2005 - 9.00.2040.00 (Intel X86) Mar 13 2006 11:20:51
Copyright (c) 1988-2005 Microsoft Corporation
Express Edition with Advanced Services on Windows NT 5.1 (Build 2600: Service Pack 2) - this seems to be ok.

The "Reporting Services Configuration" fires up, but when trying to
start the reporting service (pane Server Status) the following error occurs:
System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
at ReportServicesConfigUI.Panels.ServerInformationPanel.StartStopServiceTask(Boolean start)

Trying to start the RS service via the Service pane doesn't work either..

Any hints to solve this problem? Thanks!

View 1 Replies View Related

Installing SQL 2005 Express On VISTA

Oct 26, 2007

Hi,

I'm preparing to install VS2005 along with SQL Server 2005 express on VISTA. Honestly, I just hope nothing will get screwed up...

- After installing VS2005, I will first install SQL Server 2005 express from my VS2005 DVD
- I will then install SQL Server 2005 express with Advanced services SP2 as well
as SQL Server 2005 express toolkit SP2 upgrades.

A few technical questions:

1. Considering the fact that I have Office2007 as well as Outlook 2007 installed on my VISTA machine, is there any install issues regarding SQL Server 2005 and Office2007? I remember having read posts reporting install problems... Any feedback would be appreciated.

2. After I install SQL Server 2005 Express from VS2005 DVD, do I need to install SQL Server 2005 Express SP1 before installing SP2?

Thanks all for your help,

Stéphane

View 4 Replies View Related

Need Infos Before Installing SQL Express 2005 SP2

Feb 22, 2007

Hi,

I noticed that SP2 was finally released. A few question before I dive in that install:

- Must I uninstall anything before installing SP2?

- Considering that fact that I keep a copy of each install programs on a disk in case of crash recovery, must I keep SP1 files as well as SP2 files or can I consider that SP2 is complete by itself, that it completely overwrite SP1 and so delete SP1 files and just keep SP2 files for backup?

- If I also have Compact Edition installed, is there any SP2 issued for it?

- Is there a place where I can sign in so I can receive some sort of email notice where an upgrade is available for download for SQL Server 2005 as well as for Visual Studio 2005?

Thanks in advance,

Stéphane

View 8 Replies View Related

Installing Sql Server Express 2005

Sep 23, 2007

hi friends!!!

to install sql server express 2005, do i have to install the windows installer 3.0. when i run the setup, after extracting the files, there is a message displaying such that to continue installation, you need to install the windows installer 3.0.

is it so?

regards.,

sekar

View 3 Replies View Related

Need Help Installing Visual C# Express 2005

Feb 12, 2008

Hi guys,
I'm currently taking a course in Visual C#.

The school provided a link to MSDNAA for a free educational copy of Visual Studio 2008, however our school uses Visual Studio 2005. I wanted to use the same thing so I downloaded Visual C# express 2005.

I can't get the darned thing to install properly. I get an error at the end saying

The following failed to install
Micosoft SQL Server 2005 Express edition x86

I don't know what to do. I won't be able to get to work on assignments if I don't get this working soon.

View 3 Replies View Related

Installing SQL Server 2005 Express

Jun 15, 2006

Downloaded the program and followed the instructions (as vague as they are) the only thing I see to execute is the configuration tools. I am certain I have missed something. Can anyone assist?

Many thanks!!

View 3 Replies View Related

Installing SQL Server 2005 Express

Mar 17, 2007

Hello,

I'd like to install SQL Server 2005 Express.

I just want to confirm that I can just install it on top of what I already I have.

About 2 months ago, I installed Visual Studio 2005, full edition (not express).

I can't remember what I did regarding SQL... whether I installed anything or not.

On my PC at the moment, in the Control Panel ---> "add/remove programs" section, I have :-

Microsoft SQL Server 2005 Size 197,00MB
Microsoft SQL Server 2005 Mobile [ENU] Developer Tools Size 6,95MB
Microsoft SQL Server Native Client Size 4,16MB
Microsoft SQL Server Setup Support Files (English) Size 20,60MB
Microsoft SQL Server VSS Writer Size 0,66MB

From my start menu --> All Programs, the only SQL program is "Microsoft SQL Server 2005", and this just has one sub-menu to "configuration tools". I cannot see a link to any SQL server, so I don't think I have it installed.

Should I uninstall the 5 programs listed above first ? Or can I just install SQL Server 2005 Express on top of what I already have ?

Thanks for your advice.
Ian.

View 1 Replies View Related

Installing SQL Server 2005 Express Ed

Mar 7, 2006

Hi All,

I'm new to programming and I've got to develop a db for a uni project. However after downloading SQL Server 2005 express ed, I found that I could not find the command prompt to start writing scripts (black and white DOS screem). I only have the configuration tool option in my menu (within that server configuration manager, error & usage reporting and server surface area config).

How do I get started with creating my database, please help....................

I'm I not looking in the right place for the console (command prompt to run scripts) or have I not downloaded the right stuff.

I need help urgently!!!

Thanks, in advance

View 4 Replies View Related

Installing SQL Express 2005 Error

May 9, 2007

Hi everyone,



I have run into a snag trying to install SQL Express 2005. I'm installing it on a highend Win XP Pro PC with 1 GB of RAM. I'm providing you with my summary.txt file from my installation. As you can see, the last 2 entries failed to commit because it could not open the registry key.



Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Wed May 09 09:21:08 2007

Machine : 74-1R8J081
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : MSXML 6.0 Parser
Product Version : 6.10.1129.0
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_MSXML6_1.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_SQLSupport_2.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_SQLNCLI_2.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : MSXML 6.0 Parser
Product Version : 6.10.1129.0
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_MSXML6_2.log
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : SQL Server Database Services
Error : Could not open key: HKEY_LOCAL_MACHINESoftwareClassesSQLActiveScriptHostCLSID. Verify that you have sufficient access to that key, or contact your support personnel.
--------------------------------------------------------------------------------
Machine : 74-1R8J081
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0019_74-1R8J081_SQL.log
Last Action : InstallFinalize
Error String : Could not open key: HKEY_LOCAL_MACHINESoftwareClassesSQLActiveScriptHostCLSID. System error 5. Verify that you have sufficient access to that key, or contact your support personnel.
Error Number : 1402
--------------------------------------------------------------------------------



I went into RegEdit and reviewed the permissions and I have Full Control for this particular entry. Does anyone know how I can resolve this issue?



Thank you.

View 1 Replies View Related

Installing Sql Server Express 2005

Mar 2, 2008

Hi all,

I'm completely frustrated in trying to install this product, I've checke the following from the error file

MSI (s) (20:CC) [20:59:45:951]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server90BootstrapMSIRefCount 3: 5
MSI (s) (20:CC) [20:59:45:951]: Product: Microsoft SQL Server Setup Support Files (English) -- Error 1402. Could not open key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server90BootstrapMSIRefCount. System error 5. Verify that you have sufficient access to that key, or contact your support personnel.

Any advice would be GREATLY appreciated

Cheers
Norman

View 6 Replies View Related

Still Having Problems Installing Sql 2005 Express

Aug 17, 2006

this is from the core file

Microsoft SQL Server 2005 Setup beginning at Wed Aug 16 18:14:14 2006 Process ID : 4668 c:8c27e35b5d509dc8609c33e266setup.exe Version: 2005.90.2047.0 Running: LoadResourcesAction at: 2006/7/16 18:14:13 Complete: LoadResourcesAction at: 2006/7/16 18:14:13, returned true Running: ParseBootstrapOptionsAction at: 2006/7/16 18:14:14 Loaded DLL:c:8c27e35b5d509dc8609c33e266xmlrw.dll Version:2.0.3609.0 Complete: ParseBootstrapOptionsAction at: 2006/7/16 18:14:14, returned true Running: ValidateWinNTAction at: 2006/7/16 18:14:14 Complete: ValidateWinNTAction at: 2006/7/16 18:14:14, returned true Running: ValidateMinOSAction at: 2006/7/16 18:14:14 Complete: ValidateMinOSAction at: 2006/7/16 18:14:14, returned true Running: PerformSCCAction at: 2006/7/16 18:14:14 Complete: PerformSCCAction at: 2006/7/16 18:14:14, returned true Running: ActivateLoggingAction at: 2006/7/16 18:14:14 Complete: ActivateLoggingAction at: 2006/7/16 18:14:14, returned true Delay load of action "DetectPatchedBootstrapAction" returned nothing. No action will occur as a result. Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions: Condition "EventCondition: __STP_LaunchPatchedBootstrap__4668" returned false. Running: PerformSCCAction2 at: 2006/7/16 18:14:14 Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.2435 Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.0981 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00 The Product Name is "Microsoft SQL Server 2005 Tools Express Edition Beta 3" Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.2435 Error: Action "PerformSCCAction2" threw an exception during execution. Return Code: 70032 Message displayed to user SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme. Class not registered. Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.

View 3 Replies View Related

Error On Installing Sql Express 2005

Feb 21, 2006

I'm having trouble loging into sql...then I remebered when I first installed it on my XP pro machine the system config check showed everything passed except the following:

System Configuration Check

-

- COM Plus Catalog Requirement (Warning)



Messages

COM Plus Catalog Requirement


If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup.


- Can this be the reason I cannot log into sql ?

View 1 Replies View Related







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