Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MS SQL Server


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Server Management Console Only??


Can the Server Management Studio Express be installed on a machine without SQL Server Express?

I have a machine that I use daily that I need to access a remote instance but there is not a need (or space) to fully install SQL Server onto the local machine - all I need is the management tool.

I tried installing it but the process errors out, saying a pre-requisite (MSXML6) isn't found. It refers me to a site with all the different SQL Server downloads.

All I need is the management tool on this machine. Is there a way to do it?

Tried loading "MOM" but it doesn't show up either

Thanks

Paul P




View Complete Forum Thread with Replies

Related Forum Messages:
SQL Server 2005 Management Console
We installed SQL Server 2005 x64 on a server for our client here at our office.  We can't connect to it using Enterprise Manager.  I'm assuming we need to install the management console because of the differences in 2000 and 2005.  The install is for a x64 and our workstations are x32.  Do I need to get a media kit for a x32 because the x64 install won't work.  Where can I get the install for the x32 Management console and will this work?

View Replies !
SQL Server Management Console Express And Linked S
Ok so I managed finally to get an Excel Spreadsheet to connect as a linked server.

When I right click it , go to run scripts and click on create to i can see the tab of script below:

/****** Object: LinkedServer [EXCELLINK] Script Date: 05/17/2008 08:37:04 ******/
EXEC master.dbo.sp_addlinkedserver @server = N'EXCELLINK', @srvproduct=N'Excel', @provider=N'Microsoft.Jet.OLEDB.4.0', @datasrc=N'c:PRICINGFINAL2.xls', @provstr=N'Excel 8.0'
/* For security reasons the linked server remote logins password is changed with ######## */
EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'EXCELLINK',@useself=N'False',@locallogin=NULL,@rmtuser=NULL,@rmtpassword=NULL

GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'collation compatible', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'data access', @optvalue=N'true'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'dist', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'pub', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'rpc', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'rpc out', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'sub', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'connect timeout', @optvalue=N'0'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'collation name', @optvalue=null
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'lazy schema validation', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'query timeout', @optvalue=N'0'
GO
EXEC master.dbo.sp_serveroption @server=N'EXCELLINK', @optname=N'use remote collation', @optvalue=N'true'

Now I am not sure exactly how to go about querying to pull the data into a table.

The table I want to set will have three columns:

CREATE TABLE new_price (
item_id CHAR(12),
item_lst_lnd_cost DECIMAL(9,2),
item_prc_2 DECIMAL(9,2))

the columns in the EXCELLINK linked server spreasdsheet are named the same as the columns above. Once the table is created how do I use the linked server to import the data?

Brooks C. Davis
IT AdministratorLogistics Manager SFTF LLC dba Ashley Furniture Homestores
DELL POWEREDGE 2850 Dual Core Xeon x3 = 1xDB 1xSQL 1xTS | DELL POWEREDGE 2950 Quad Core Xeon = 1xTS | SERVER 2003 | MS SQL 2005 | PERVASIVE EMBEDDED V.9

View Replies !
Accessing Remote SQL Server Management Console From The Web Browser?
How does one access a remote SQL Server from the web browser?

Thanks,

-Conrad

 

 

View Replies !
Does Anyone Know How To Modify Table Structure In Sql Server Management Console(2005)? Thanks
does anyone know how to modify table structure in sql server management console(2005)? thanks

View Replies !
New SSB-Management Console
Hi,

we are currently planning the development of a new SSB-Admin-Tool for SOA environments, which will allow dynamic configuration during MSBuild, register and monitor all services, dynamically configure routes (supporting gateway-servers and services registered on multiple servers for fail-safe).

I would like to know if MS is currently working on something similar (the Service-Listing-Manager is buggy, old and seems to be dead on GDN) and what the community thinks.

View Replies !
SQL Express And Management Console Ctp Issue
So i installed sql express and the management console and have the sql service and browser running.  I try to connect to my instance of sql express with the management console and it says it doenst allow remote connections.
error:  http://img95.imageshack.us/my.php?image=error28to.jpg
What do i need to do to be able to use the management console?
I was able to connect before but due to some bad advice think i stuffed up the whole thing and had to uninstall sql express and the management console.   I re-installed them both but am now getting this error.  what the heck is the deal with this?  It shouldnt be this hard!
This is in relation to an earlier issue i had trying to get to connect to a database from within visual web developer express and now i can connect to my sql express instance but cant get into the managment studio.  :(

View Replies !
Connection Issue With Management Console
When i try to connect to Integration Services on a SQL 2005 Machine, it Gives me a Class not registeed.
But i can connect to  SQL 2008 Integration Services without a issue.
I tried Restarting the 2008 machine and Also Reinstalling the SSIS Piece and also Reinstalled SQL 2008, but nothing seems to Help.

View Replies !
Microsoft Management Console Nice Update!
Hi,
There is a tool you can install it to change the behavior of the Management Console, when you double-click on a table it will fire the Return All Rows command instead of the Properties command.
I already saw this change but could not know where to get it from, any one of you know it?

Thanks,

View Replies !
Management Console In Enterprise Manager Error
hi, I always get DR Watson fir Window NT when I test Operators under the Management console. I have created a new operators and when I go to the property to test the email and the pager notification, I get Dr Watson and Sql Server Enterprise disappear.

I am not sure what is going on and if there is someone knows what is going on,please let me know
thanks for your help

Ahmed

View Replies !
Database Engine Not Displayed By Management Console
I have sql server 2005 express installed on an XP machine. When I browse for a database engine, SQL server 2005 management console displays machinenamesqlexpress in the local tab, BUT in the network tab only the machinename is displayed. Thus, I cannot connect to express from a networked machine.

 

Any help would be appreciated.

 

TIA,

Joe

View Replies !
Microsoft Management Console Snap-in For Windows 2000
Hi,

Anybody know where I can download the Microsoft Management Console Snap-in for Windows 2000 operating systems?


Thanks in advance,
Faustina

View Replies !
The Selected File Is Not A Microsoft Management Console Document
Any idea on what this error is?I am not able to open Enterprise Manager in SQL server 7.0.Thanks.

View Replies !
Microsoft Management Console Snap-In Failed To Initialize
 
Uninstalled an older version of SQL and installed SQL Express 2005
In Computer Management Dialog box, when you click on Services and Applications, you the following error dialog box:
Microsoft Management Console
   Snap-In Failed to initialize
      Name: Microsoft SQL Enterprise Manager
      CLSID{xxxx€¦xxx} (where x is the actual CLSID)
Microsoft SQL Enterprise Manager was uninstalled.  How do I get rid of this dialog box?  Everything is working fine.
Thanks
Bob

View Replies !
MS SQL Server Express - Is Console Window Available?
Hello everybody,
MySQL has a WebServer console, that lets to create tables via easy to handle SQL queries. Since I am used to SQL Server console, I would like to have such window in Micosoft SQL Server Express coming with Visual Studio 2008. Despite I searched for it, I did not find a database console window.


Does MS SQL Server Express offer a Server Console that lets the database to be accessed via SQL queries, please?

View Replies !
MS Console And SQL Server Enterprise Manager Settings Problem
Over the weekend we’ve been moved from an old domain to the new domain. My computer name changed and username changed as well since it’s preceded with the new domain name. So, I am using the new profile now, that is exact copy of the old profile.
I used to have a long list of SQL servers registered in MS SQL Enterprise Manager. When I login with the old name (profile) I still can see all these servers. I saved the console settings to a *.msc file.
When I login to the new domain and open console by clicking on the saved file I don’t see any of my registered servers.
Is there a way to transfer the console settings? Am I missing something?
Any help would be greatly appreciated.

View Replies !
Any Documentation On SQL Server State Icons Shown In MMC Console?
Does anyone know of any place I can find documentation on the meanings of the SQL Server state icons displayed in the MMC console for SQL Server 7.0? My server is showing the green running icon but also a vertical red squiggly line. I do not know what this red squiggly line means, and it concerns me. The databases all seem fine, and everything seems to be working, i just have this feeling like something bad is impending and I cannot find anything that tells me what it might be. Any help or suggestions would be greatly appreciated.

View Replies !
SQL Server Enterprise Manager Closing Automatically From Console
This is the weirdest this I have ever seen in a long time. I have MS SQL Server running on a server and use Enterprise Manager a lot. Well, the damndest thing happens when I log onto the server from the console and run Enterprise Manager. If I go into Enterprise Manager, and go to a database and then select a table and right-click, and run the "Open Table" option; the entire Enterprise Manager application mysterously closes.

This only happens from the server console and through Remotely Anywhere...it does not happen when I log onto the server from Remote Desktop.

Has anyone ever seen this before? Does anyone know a fix for this?

View Replies !
SQL Server Express 2005 Managment Console Not Logging In
Hi all,

 

We have a machine with SQL Server 2005 Express installed and we use to have no problems connecting to this using the management studio using Windows Authentication. Since yesterday when we open the management studio and press connect using Windows authentication, the logon dialog remains active but does not disappear. In the backgroung I can see the name of the instance on the machine and after a few seconds it goes to green, to show its connected but I can't do anything without cancelling the logon. If I cancel the logon, it sets it is not connected to any server, if i try to launch the instance from the registered servers, with the green connected symbol it hangs.

 

I have left the logon dialog overnight (14 hours) and it still did not disappear. I am looking at any patches that may have been installed but none since the end of May...does anyone else have a similar problem?

View Replies !
How To Connect SQL Server Mangement Console To Adventure Works
This may not be correct request but I have SQL Server Management Studio Express.  How do I connect the Adventure Work Database to the console?

View Replies !
Console Data Connection Problem: Sql Server Doesn't Allow Remote Connections
Hello
 I have VS 05 professional connected to SQL server express. I am trying to make a simple console  connection  to northwind database  to show the results of a simple procedure.
The code is as follows:
 
using System;
using System.Data;
using System.Data.SqlClient;namespace Chapter6
{
class CallSp1
{static void Main()
{
// create connection
SqlConnection conn = new SqlConnection(@"server = .centrinosqlexpress;
integrated security = true;
database = northwind");
try
{
// open connection
conn.Open();
// create command
SqlCommand cmd = conn.CreateCommand();// specify stored procedure to executecmd.CommandType = CommandType.StoredProcedure;
cmd.CommandText = "sp_select_employees_details";
// execute command
SqlDataReader rdr = cmd.ExecuteReader();
// process the result setwhile (rdr.Read())
{Console.WriteLine("{0} {1} {2}",rdr[0].ToString().PadRight(5),rdr[1].ToString(),rdr[2].ToString());
}
rdr.Close();
}catch (SqlException ex)
{Console.WriteLine(ex.ToString());
}
finally
{
conn.Close();
}
}
}
}
 
The build indicates no errors but the dos output gives the following error:
 
 Error: 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 notallow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)   at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, BooleantrustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)   at System.Data.SqlClient.SqlConnection.Open()   at Chapter10.ConnectionSql.Main(String[] args) in D:PROG_DEVVb.NET_devConsoleAppconnectVerifyAppconnectVerifyAppProgram.cs:line 18Connection closed.Press any key to continue . . .
BOTH THE CLENT AND DATABASE IS ON SAME MACHINE.
THE DATABSE IS centrinosqlexpress as shown in the code.
I
 
 
 

View Replies !
SQL Server Management Express Studio Management Tools
 

I have recently installed the SQL Server Management Studio Express but I do not find Management Tools in order to create scheduled backups and shrinking of the databases. I was under the impression that this should be included in the Management Studio. I use the SQL 2005 Express for smaller customers who run the SQL on a desktop unit. I need a way to backup the data to a server machine for backup purposes. I have uninstalled and reinstalled to no avail.

View Replies !
C# Console Access Sql
hi, all, i am using VS 2005. the c# program and sql data(Database1.mdf) including Table1 are within the same project.how can i use the C# program to access the data within Database1.mdf?such as what is the ConncetionString of that?any simple sample codes? btw. i have tried: String connStr =@"server = (local)etsdk;database = Database1;integrated security = sspi;";  

View Replies !
Isqlw.exe From A Console App
Can someone who knows a lot more about this than me please tell why, when the following code executes, I get a pop-up window telling me the usage of isqlw.exe?

<code>

strQueryCommandPath = "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\";

strArguments = "-S(local)\SQLEXPRESS ";

strArguments += "-Usa ";

strArguments += "-Padminmlc ";

strArguments += "-i" + strCurrentDir + strFileName + " ";

myProcess.StartInfo.WorkingDirectory = strQueryCommandPath;

myProcess.StartInfo.FileName = "ISQLW.EXE";

myProcess.StartInfo.Arguments = strArguments;

myProcess.StartInfo.UseShellExecute = false;

return myProcess.Start();

</code>

 

I've also tried it with a space in between the - switch and also with quotes around the switch arguments.  I've put the entire path in just the StartInfo.FileName instead of switching the working directory as well.  I can't for the life of me get it to actually fire off this command for some reason.

p.s. I've also tried using "/"s instead of "-"s as well.

View Replies !
SQL Express And Console Application
I have created a Web application that uses a SQL Express file Database (mdf). I have also created a console application that looks to the (mdf) in the Web Directory to process some server-side tasks, (Email, process data, etc). Everything works well on my Development Machine, however when I Publish my Web App and Console application to a server, the Web App works fine, the Console App is buggy. The main error I get is ;that the user logged into the server cannot access the Database. (User domcholman cannot access). However this is not always the case, sometimes it works.
Question is, how does SQL Express authenticate credentials when in Windows Auth mode? Shouldn't it allow the Service account to access the database? Are there any best practices? Should I use an account and password instead? thanks...

View Replies !
Different Login && SQL Console Root .....
Logged on local Administrator on one of my sqlserver 2000 "ABC" and registered 5 sql groups and linked 50 sql2k servers from MSDE to Standare (all sp3).
Now, I need a different login on this machine "ABC", how could I get back all the SQL Enterprise Manager Console Root Setting and connections like before?

thanks
David

View Replies !
I Need A Singe Example Using Console Utility
Hello,

I need to use the console and I never did that. I tried with the Book on line to make a little file .BAT using console /sservername /ppipe_name


Could cou give me a single example and try to explain how to complete line by line (in Sybase <expression> type info to console is enough !) a log file the users will read after in the Internet application.

Thanks
Axel

View Replies !
MSDTC Admin Console
Hi All,

When I type "DAC" at the command Prompt ... it doesn't launch the Admin Console for MSDTC .. Do we have to install something to get this Admin console working...

Thanks,
Venu

View Replies !
MSDTC Admin Console
Hi All,

When I type "DAC" at the command Prompt ... it doesn't launch the Admin Console for MSDTC .. Do we have to install something to get this Admin console working...

Thanks,
Venu

View Replies !
How To Run A Console Program In Ssis?
I need to execute a console program and capture its output.

What's the best way to do it?

(no xp_cmdshell approach)

Thanks,

View Replies !
Console Apps Work For SA But No Other User
Hi
My console applications work for SA and no other user. I can  run the Stored procedures used in the console application from Query analyser when logged in with username/password that I am attempting to use for console applications. I am using SQL server authenication. User access permissions look ok in Enterprise Manager. Access is permit for my user.
Any suggestions?
 
Thanks

View Replies !
Console.WriteLine Generates HostProtectionException
Gotcha!

It took a few minutes of staring at my CLR method (it's actually a ServiceBroker service), trying to figure out why I was getting an exception on something that looked pretty innocuous.

It turned out to be the Console.WriteLine(...) statement. In hindsight, not really much of a surprise . However, for debugging purposes, I'd still like to use Console.WriteLine. Is there a HostProtectionAttribute I can apply that will allow it?

Josh

View Replies !
Writing Variable Values In Console
is there a possibility to print the value of a variable in the debug console? it seems that Console.WriteLine in a script task doesn't work. or is there a better way in order to debug the value of a variable at a certain point?

View Replies !
Use NoRows In VB .Net 2005 Console Application
I have a VB .Net console application that invokes a report via a web service call.  It then renders the report into Excel and emails it to the appropriate party.

I would like to suppress the email event if the dataset is empty.  So the question is, can one access the NoRows property or equivalent in this environment?

I am able to get some information from the following code:

        rs.ExecutionHeaderValue = execHeader
        execInfo = rs.LoadReport(reportPath, historyID)
        result = rs.Render(format, devInfo, extension, _
               encoding, mimeType, warnings, streamIDs)
        execInfo = rs.GetExecutionInfo()


The result and execInfo do not seem to deliver back the row count.  Is this information available at all?  If not, I may have to do an ADO call to the query to get it.   Running the query twice is a pretty inefficient solution.

 

 

 

 

 

View Replies !
Execute Process Task / Console Output
I'm just starting to find my way around SSIS, coming from SQL 2000 DTS, but I can't see a way of including a Win32 Console application's output into the logging process.

I've started playing around with SSIS Logs (OnTaskFailed etc..), but I can find no where to allow me to capture the output from a console app. In SQL 2000 DTS I could capture this by specifying an "output file" on the advanced tab of the job step definition. Is there something as straight forward as this in SSIS ?

I'd be grateful for a few pointers in the right direction.

View Replies !
TSQL Runs Differently In VB NET And Enterprise Console
Hi!<br><br>A larger SP runs ok in console. When called in VB NET 1.1, results get turncated and some thing don't run at all. The connection is ODBC. Small SP's run ok.<br><br>Is this default behavior or something common? Are there VB parameters to let a larger SP run without interruption?<br><br>-Bahman<br><br><br>

View Replies !
Automate Application - Active Directory, Console App,?
Hi,

I need to create a solution to automaticly retrieve informmation from a databases and update the respective information for each user in AD.  I already developed a web version, but management would like to automate this on a nightly basis.  I don't beleive this would be possible as a web solution?

I am still kind of new to .NET development and not sure how to accomplish this.  I believe my options are: 1. create a dll and schedule a VB script to call the dll, or 2. create a VB.NET console application to run on a schedule. 


Any recomendations?


Thanks!

View Replies !
Console Application For Retrieving A Large Amount Of Data
i need to retrieve a large amount of data  from the sql server database and make changes to one field and put the data back using a console application. how do i do it?

View Replies !
Instead Of Trigger - Works In Mgment Console But Fails In Live Test
Hi, I wasn't sure if this was the correct place for this question since it involves both T-SQL and ODBC but i thought I would start here. A little system information to start. I'm using SQL 2005 on a Windows 2003 server. An application is connection to my database through ODBC and adds records to a table one at a time (no batches).
 

I have an Instead of Trigger created on a table that tests for the existence of a valid foriegn key. If the key doesn't exist in the related table I want to insert the record into a "bad records" table.
 
My trigger works perfectly when I add a bogus record to the table directly in the SQL Management Console table view or thorugh an insert query. However, when I try a live test with an application connected via ODBC that is adding records to the table the trigger fails to catch the errors and will not update the "bad records" table. If a record is legitmate (i.e. has a valid foreign key) then the final bit of trigger code fires without a problem.
 
Does anyone know of a problem with Instead Of Triggers working on multiple tables when connection through ODBC? It just seems weird that the trigger works perfectly in one situation but then doesn't work in another.
 
Thanks and advance for any help you can give.
 
-Will

View Replies !
Management Studion Express Alongside Full-blown Management Studio?
Is it possible to run both Sql Server Management Studio: Express and full blown side by side?

I am developing with the full blown product but would like to test Management Studio Express on the same box.
Is this possible?

Thanks

Eric

View Replies !
SQL Server 2000 Databases To SQL Server 2005? Enterprise Manager And Management Stuio At The Same Server?
When I proposed start to use SQL Server 2005 for new VS 2005 web sites, one of my co-workers responded that
we will update the old SQL Server 2000 databases to SQL Server 2005 when we are ready to use 2005 SQL Server.

Questions:
1. Any expected problems to upgrade old 2000 databases to new 2005 SQL Server?
2. I have installed both 2005/Management Studio Express and 2000/Enterprise Manager in my PC.  Any expected
    problems when running both 2000 and 2005 SQL Server at the same database server?
3.  What is the best configuration for running SQL Server 2005 when we have old 2000 databases?  Upgade or not upgrade?  

TIA,
Jeffrey

View Replies !
SQL Server Management Studio - Connecting To Server Never Connects To Server
I am trying to connect to a sql server 2005 server using either windows auth or sql server auth but I can not.   When I click on the connect button to connect to a server it never connects.   I can not cancel once I press connect.  It never times out after I press connect.   I removed all registered servers that were registered previously.   I have uninstalled all software that involved sql server (and sql2000) run a registry cleaner(not microsofts), installed the software to a new directory and still I can not connect to the sql2005 server (the only db).
 
Any ideas?  
 
 
I am running Windows XP with latest services packs for both windows and sql server.   I have visual studio 2005 installed on my machine and I have had sql express installed on it previously. 

View Replies !
Creating A SQL Server 2000 Compatible .BAK File From SQL Server Management Studio Express
Hi,My webhost (1and1) is running SQL Server 2000 and their web tool supports the import of .bak files. However, when I try to import my .bak files created in SQL Server Management Studio Express I get the following error:"The backed-up database has on-disk structure version 611. The server
supports version 539 and cannot restore or upgrade this database.
RESTORE FILELIST is terminating abnormally."I have  Googled this error and learnt that 2005 .bak files are not compatible with 2000 .bak files. I'm just wondering if there are any work arounds to this or alternative tools that I can create 2000 compatible .bak files from from 2000/2005 .mdf files.Thanks in advance.   

View Replies !
Error Connecting To Remote Server Using Microsoft SQL Server Management Studio Express
Dear All,

                I am trying to connect to a remote sql server 2005. So I have install the Microsoft SQL Server Management Studio Express. When I try to connect I get the error below.

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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53). Can some one please help. I have even port no 1533 on my pc. Thanks.

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved