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.





SQL Server 2005 And Management Studio Driving Me CRAZY


Is it just me, or are features missing in Management Studio? I mean, where is the "Export Objects" option when exporting data? Why is it so difficult to register a remote server? Why do the object views suck? And most important, why is the documentation  the worst software documentation I have EVER SEEN?!

Things that were easy in Enterprise Manager with Client Network Utility and Query Analyzer seem impossible, difficult, or maybe just hidden in Management Studio. If it is there, the documentation sure doesnt tell you how to find it.

Please someone tell me that it's just me. Tell me that the features are there but Im not doing something right. I feel like putting my head in between my door opening and banging the door against it.




View Complete Forum Thread with Replies

Related Forum Messages:
SQL Server 2005 And Management Studio Driving Me CRAZY -Im UPGRADING To 2000
Is it just me, or are features missing in Management Studio? I mean, where is the "Export Objects" option when exporting data? Why is it so difficult to register a remote server? Why do the object views suck? And most important, why is the documentation  the worst software documentation I have EVER SEEN?!
Things that were easy in Enterprise Manager with Client Network Utility and Query Analyzer seem impossible, difficult, or maybe just hidden in Management Studio. If it is there, the documentation sure doesnt tell you how to find it.
Please someone tell me that it's just me. Tell me that the features are there but Im not doing something right. I feel like putting my head in between my door opening and banging the door against it.

View Replies !
Parameterized Query Driving Me Crazy
I'm trying to do a basic update query which is working on other pages but not on this page.  Dim uid As Integer = CInt(Session("uid"))
Dim cmd As New SqlCommand("UPDATE [cvdata] SET [jobCompanyName] = @inputJobCompanyName WHERE [user_id] = @uid", strConn)
With cmd.Parameters
cmd.Parameters.AddWithValue("@inputJobCompanyName", inputJobCompanyName.Text)
cmd.Parameters.AddWithValue("@uid", uid)
End With
cmd.Connection.Open()
cmd.ExecuteNonQuery()
cmd.Connection.Close()
The funny thing is that if i remove inputJobCompanyName.Text and add a custom value (for example "test") it works.So it doesn't seem to read my updated textfield or something im clueless.Kind regards,
Mark

View Replies !
Syntax Error - Driving Me Crazy
Hi Guys,    I have a syntax error in my SQL SELECT Query that is driving me crazy. All I am doing is adding a conditional with a literal value and that is breaking the query.This Query Works: SELECT
Quantity,
CAST(Gallons AS VARCHAR(10)) + ' ' + Style,
Colour
FROM
ORDER_TANK_LINK
LEFT JOIN TANKS
ON TANKS.TankID = ORDER_TANK_LINK.TankID
LEFT JOIN COLOURS
ON COLOURS.ColourID = ORDER_TANK_LINK.ColourID
 This One is Broken:SELECT
Quantity,
CAST(Gallons AS VARCHAR(10)) + ' ' + Style,
Colour
FROM
ORDER_TANK_LINK
ON ORDER_TANK_LINK.OrderID = 1
LEFT JOIN TANKS
ON TANKS.TankID = ORDER_TANK_LINK.TankID
LEFT JOIN COLOURS
ON COLOURS.ColourID = ORDER_TANK_LINK.ColourID
 Obviously I haven't explained the design of the tables, but because of the fact that I have another query that is so similar working perfectly, I didn't think you'd need it.
The exact error is "Incorrect Syntax Near the Keyword 'ON'". OrderID is definately a value of the ORDER_TANK_LINK Table and is of type int.
Thanks in advance!

View Replies !
Executing SSIS Programmatically Using A Web Service Driving Me Crazy!
Background - I want to be able to execute an SSIS package (containing a stored procedure and analysis services task) stored on my dbserver from an ASP.NET website based on my webserver.
I have followed this example - http://msdn2.microsoft.com/en-us/library/ms403355.aspx
My package is saved in the msdb.
The sql section of my code looks like this:
  Case "sql"
' Package is stored in MSDB.
' Combine logical path and package name.
If integrationServices.ExistsOnSqlServer(packagePath, AppSettings.Item("sqlServer"), AppSettings.Item("sqlUsername"), AppSettings.Item("sqlPassword")) Then
myPackage = integrationServices.LoadFromSqlServer( _
packagePath, AppSettings.Item("sqlServer"), AppSettings.Item("sqlUsername"), AppSettings.Item("sqlPassword"), Nothing)
Else
Throw New ApplicationException( _
"Invalid package name or location: " & packagePath)
End If 
When I run this in debug mode on my PC it works perfecty. When I move it to my webserver I receive the following error:
Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies
After a bit of reading it seems that I need to install SQL 2005 on my webserver to make this work? Anyway, this is a minor problem at the moment. I've now moved to my dbserver to test my webservice. It returns the message PackageFailed - so it is attempting to run it but for some reason the package that I can execute from my PC with the same webservice wont work.
Has anyone got any ideas? Please let me know if you need more information.

View Replies !
DTS Execute Package Task Is Driving Me Crazy! HELP IM AN IDIOT LOL
Hi All,

so its been a while since doing any DTS but I am doing some now as my client has a sql 2000 production server and i am finding that my "master" package which does nothing more than orchestraight the firing off of several "slave" packages does not seem to be working. the issue is that when an execute package tasks fails it is still processing the next tasks (another execute package task) even though I specify in the workflow on success! what gives here....

 

Thanks,

Derek

View Replies !
Visual Studio 2005 Standard And SQL Server Management Studio?
I am new to visual studio and I am still not sure of all its components and features.

I installed visual studio 2005 standard edition but cannot find SQL Server Management Studio?

I guess this must be because it is not included with Visual studio 2005 standard. Is it included with VS 2005 professional?

I want to add pictures of products to my shopping site using an SQL database and I’ve been told that SQL Server Management studio is required as it is a graphical tool.

How would I go about obtaining the SQL server management studio. There seems to be different versions of SQL server that it is confusing to know which one to purchase.

Will the SQL server 2005 version that comes with Visual studio standard be sufficient for me now right? I want to create a shopping site with hundreds, perhaps even thousands of products. I want to use an SQL server 2005 database. The database will include ‘dynamically generated’ product images if that is the correct terminology.

My goodness, it seems I still have so much to learn.

Thanks

View Replies !
SQL Server 2005 Management Studio
Hi,

I have created two instaces on the Database Engine and have managed to also create a linkedserver between the two instances.

Now I'm trying to query two tables from both instances and I'm getting a collation conflict error. I tried to change this on the Database's propertry to match the other one, but still getting an error, see below:-

===============
Database could not be exclusively locked to perform operation. ALTER DATABASE FAILED. The default collation of database"XXXX" cannot be set to ....(Microsoft SQl Server, Error : 5030)
===============

Please help!

Javu

View Replies !
About SQL Server 2005 Management Studio
i would like to ask if there is a way to FILTER THE IPADDRESSES of users who wants to login the SQL Server Management Studio. right now, we are using Enterprise Edition of SQL Server 2005.
 
i just want to limit the users who can log in at Management Studio, the users know the password of SA, and i can't change the password coz we have deployed the programs with odbc connection using SA. so i thought of filtering the ipaddress of computers i want to grant access to SQL Server Management Studio, if its possible.
 
need a help.
 
thanks
 
 
 

View Replies !
Regarding SQL SERVER 2005 Management Studio
just now i've installed SQL SERVER 2005 Management studio. i was throwed by an error when i started to run this Management Tool or EXE. the error was as follows:

"Unhandled exception has occurred in a component in your application.If you click continue, the application will ignore this error and attempt to continue.
cannot create a stable subkey under a volatile parent key."

what i've to do now?


the below lines are displayed when i clicked the "Details" button:




See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.IOException: Cannot create a stable subkey under a volatile parent key.

   at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
   at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
   at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisteredServersUtils.CreateKeyValueIfNotExist(String regPath, String keyName)
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisteredServersUtils.RegisterLocalInstancesIfFirstTimeUser()
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.SqlServer.Express.AppIDPackage
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.AppIDPackage.DLL
----------------------------------------
Microsoft.SqlServer.Express.VSIntegration
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.VSIntegration.DLL
----------------------------------------
Microsoft.VisualStudio.Shell.Interop
    Assembly Version: 7.1.40304.0
    Win32 Version: 7.0.4054
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.VisualStudio.Shell.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.dll
----------------------------------------
Microsoft.VisualStudio.OLE.Interop
    Assembly Version: 7.1.40304.0
    Win32 Version: 7.0.4054
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.VisualStudio.OLE.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.OLE.Interop.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.SqlServer.Express.SqlTDiagM
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.SqlTDiagM.DLL
----------------------------------------
Microsoft.DataWarehouse.SQM
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.DataWarehouse.SQM.DLL
----------------------------------------
Microsoft.SqlServer.Instapi
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.1399.00
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.SqlServer.Instapi/9.0.242.0__89845dcd8080cc91/Microsoft.SqlServer.Instapi.dll
----------------------------------------
Microsoft.SqlServer.Express.ObjectExplorer
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.ObjectExplorer.DLL
----------------------------------------
Microsoft.SqlServer.Express.ConnectionDlg
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.ConnectionDlg.DLL
----------------------------------------
Microsoft.SqlServer.Express.RegSvrEnum
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.RegSvrEnum.DLL
----------------------------------------
Microsoft.SqlServer.Express.CustomControls
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.CustomControls.DLL
----------------------------------------
Microsoft.SqlServer.Express.SqlWorkbench.Interfaces
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.SqlWorkbench.Interfaces.DLL
----------------------------------------
Microsoft.VisualStudio.TextManager.Interop
    Assembly Version: 7.1.40304.0
    Win32 Version: 7.0.4054
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.SqlServer.Express.SqlMgmt
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.SqlMgmt.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Microsoft.SqlServer.Express.SQLEditors
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.SQLEditors.DLL
----------------------------------------
Microsoft.SqlServer.Express.ConnectionInfo
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.ConnectionInfo.DLL
----------------------------------------
EnvDTE
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC/EnvDTE/8.0.0.0__b03f5f7f11d50a3a/EnvDTE.dll
----------------------------------------
Microsoft.SqlServer.Express.SqlEnum
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.SqlServer.Express.SqlEnum.DLL
----------------------------------------
Microsoft.NetEnterpriseServers.Express.ExceptionMessageBox
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.2047.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/VSShell/Common7/IDE/Microsoft.NetEnterpriseServers.Express.ExceptionMessageBox.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

View Replies !
SQL Server 2005 Management Studio Only Can Connect To 2005 Mobile Edition?
hi,

I have some SQL CE database .sdf file on my handheld, and I was trying to connect to that file via SQL Server 2005 Management Studio, and it does not work. I am wondering if there is any good tool that I can use on desktop to connect to sqlce .sdf database file on my handheld?

Thanks.

View Replies !
Sql Server 2005 Management Studio Express
hi
guide me how to work and design backend  in sql server 2005 management studio express
 

View Replies !
SQL Server Management Studio 2005 Licensing
I handle all licensing for our companies.  I am trying to completely understand the licensing and want to insure if I approve the installation of Mgmt Studio 2005, that it is covered by SQL Developer licenses?

THANK YOU!

View Replies !
SQL Server 2005 Management Studio Can't Be Found
Sorry if someone already covered this, but I can't find anything about it.

I just installed (3 hours ago actually) SQL2005 Standard Edition (from the Launch event) on my machine, and i don't seem to have a shortcut to the SQL Server 2005 Management Studio anywhere.

I looked for a likely executable, but couldn't find it anywhere.  This wouldn't bother me as much if I could use Enterprise Manager from 2K, but SQL2005 will not allow it to register.

How do I get this going?  There are people here that want to inspect it's features, etc.  I haven't got anything to show them.

 

View Replies !
SQL Server 2005 Management Studio Express
I am trying to install SQL Server Management Studio Express(SSMSE) on Windows XP SP2.
But installtion does not get completed. It goes unto last step in the installation and then rollback itself. At the lat screen it displayes the message that "SQL Server Management Studio Express installation could not be completed as it was intreupted". Though I did not do any thing? I tried at least 20 times but it ends up here.
I followed all the steps as defined in SQL Server Express setup on Microsoft site?

Any help would be appreciated.

ADK

View Replies !
SQL Server Management Studio 2005 Can't Connect
New server - Windows 2003 with latest patches (always up to date)

 

Symantec Antivirus Coporate Edition 10.1

 

SQL 2005 Workgroup Edition

 

If I run SQL Server Management Studio, it connects fine to the server.

 

Then attach a datafile for my application which is installed on the server.

 

I can run app and open database.  All works fine.

 

Then if I try to run SQL Server Management Studio again it can't connect:

 

TITLE: Connect to Server
------------------------------

Cannot connect to HACSRV03.

------------------------------
ADDITIONAL INFORMATION:

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: 25 - Connection string is not valid) (Microsoft SQL Server, Error: 87)

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

------------------------------
BUTTONS:

OK
------------------------------


This server is not a production server, as only just installing - like it works fine and then just fails without warning.

 

Help!!!

 

 

View Replies !
SQL Server 2005 Express Management Studio
Hello,

 

I have installed SQL 2005 Express Management Studio several times and It fails to  completely install.  I get a message that SQL Server Express 2005 x84 did not install properly.  I tried to uninstall it and reinstall it but I get the same problem.  My Visual Web 2005 Express Edition and Visual Basic 2005 Express gives an error when I try to add a new database.  The error is: "Failed to generate instance of SQL server due to a failure copying database files.  The connection will be closed.  Does anyone know what I can do to resolve this?  My computer system meets the hardware requirements.

 

Sincerely,

 

Pam

View Replies !
Update SQL Server Management Studio 2005
 

Hi,
 
Is it possible to update SQL Server Management Studio 2005?
 
Thanks for your response in advance.

View Replies !
Bug With SQL Server 2005 Management Studio Express
Every time I try to remove 'condensed type' from the custom table view (working in database diagrams) the MSE crashes on me, as soon as I push the < button to remove it from the list of columns.


Is there a forum or place to post such a bug, or someone to send full details to?  When it dies, it doesn't give me an option to send the information to MS.

 

Cheers,

-jc

View Replies !
Can SQL Express Db Be Opened With SQL Server 2005 Management Studio?
I'm trying to open a SQL Express database (MDF) with SQL Server 2005 management Studio.  Is that possible?  I'm getting the following error: 
 The specified file is either not a SQL Server Compact Edition file  or is corrupt.
It opens fine in Visual Studio 2005.
Also, is it possible to run a script in Visual Studio 2005?  If so, how?
Thanks, Alex

View Replies !
SQL Server 2005 Management Studio Express Not Logging In
Hello,I've installed SQL Server Managment Studio Express  2005 in my laptop and I already have Visual Studio 2005 Express in my system. The problem I m facing is that when I open the SQL Management Studio so it is not logging in using both the Windows Authentication method nor the SQL Authentication, I've Windows XP Professional in my system and I've set No Password on Windows.  Please tell me, what's the Login and Password of SQL and secondly what's the solution to this problem.Thanking You.SAAD.   

View Replies !
Can I Use SQL 2005 Management Studio To Connect To SQL 2000 Server?
Hi,Can I use SQL 2005 Management studio to connect to SQL 2000 server? 

View Replies !
SQL Server Management Studio Can't 'see' The 2005 Engine?? But Can See 2000 ?!?
Hello,I had SQL2000 server running fine on the windows 2003 box. I then installedSQL 2005 Express. They both worked together fine. I then uninstalled SQL2005 Express and installed SQL 2005 Server. But when I open SQL ServerManagement Studio, I can only connect to the SQL 2000 engine. In the Objectexplorer, it says v8.0.2039 (which I think is SQL 2000 Server, because I cansee the existing SQL 2000 databases).How can I get SQL Server Management Studio to 'see' the SQL 2005 databaseengine so I can create tables? I *think* its running because there is the'sqlservr.exe' process running, and during installation there is no issues.When I open SQL Server Management Studio, I choose 'Database Engine', thenmy local Servername with Windows Authentication. How do I connect to the SQL2005 instance?Thanks,Jack.

View Replies !
Management Studio Missing After Installing SQL Server 2005 Dev
I've just installed SQL Server 2005 Development Edition x64 on Windows XP x64bit. The actual server (as well as Integration, Reporting Services etc) installs fine, I can connect to it via Visual Studio 2005 fine. However, all of the software tools are missing including Management Studio, Business Intelligence Studio etc. They don't show up in the start menu at all and I can't find them in the Program Files directory.

Anyone know how I can get them back? I've tried reinstalling SQL Server 2005, reformatting Windows XP x64, I'm at my wits end!! Many thanks!

View Replies !
Bug In MS Management Studio For SQL-Server 2005 While Creating A Publication!
Hello,

I found a bug in Management Studio, which can be reproduced with following steps:

1. Create a new publication with the 'New Publication Wizard'
2. Select a database which contains at least 2 tables.
3. Select 'transactional publicatioon'
4. Select at least 2 tables as articles
5. Set article properties for all table articles
6. Change 'Statement Delivery' to 'Insert statement', 'Update statement' and 'Delete statement' and save the article properties.
7. If you now check the properties for a single article you find that the 'Statement Delivery' is set to 'Do not replicate...'. If you generate this publication and create a subscritpion you will see, that actual no replication take place.

It took me a while to find out why my replication doesn't work! :-((

Wolfgang Kunk

PS : Management Studio version is 9.00.1399.00

View Replies !
SQL Server 2005 Management Studio Is Missing After Install
I have several servers that do not have SSMS installed.  A couple of them are running as a clustered server.  How do I install SSMS on these servers?  they are running and have production databases on them.  I have tried re-installing the management tools but that didn't work.
 
Any advice will be greatly appreciated.
 
 

View Replies !
SQL Server 2005 Management Studio On Vista Issue.
Here is my setup.

I have SQL Server 2005 Dev Edition with SP2 installed on Windows Vista Ultimate on my local computer.

I have a development cluster running 2000 as well as several production clusters running 2000. The production clusters are accessed through an encrytped tunnel.

The dilemna.

I am able to connect to the clusters fine. I am also able to access the each DB without incident. My problem comes when I try to connect to DB's with a large number of tables. DB's on the same clusters with around 20 tables come back fine. I am able to start to click on the views drill down and press the stop action and it will display a small list of views. The tables view however, goes into la la land.

My local Dev cluster has all the same DB's as my production clusters and has no problems returning the tables in any of the DB's.

I get an "IS BUSY: Micorsoft SQL Server Managment Studio is waiting for an internal operation to complete." error and the managment studio never completes.

Any help on this would be greatly appreciated.

View Replies !
Error Installation SQL Server Management Studio 2005
Could anyone please help me out. I have tried to install the file SQLServer2005_SSMSEE.msi. Everything goes fine untill right at the end I get this error message:
 

An error occured during the installation of assembly 'Microsoft.VisualStudio.VSHelp80,Version="8.0.0.0",Culture="neutral",PublicKeyToken="b03f5f7f11d50a3a", FileVersion="8.0.50727.42". Please refer to Help and Support for more information. HRESULT: 0x80070020.
 
Then the installation is rolled back.
Thanks for your help in advance.
Paik

View Replies !
SQL 2005 Management Studio Express And SQL Server 2000
Can I use SQL 2005 Management Studio Express to manage my SQL Server 2000 dbs? Currently I have SQL Enterprise Manager Version 8.0 installed and was thinking I'd like to install and use SQL 2005 Management Studio Express instead. This doable?

View Replies !
Single Record View In SQL Server Management Studio (2005)
Hello,
In SQL Server Management Studio (2005), 'Open table' command or a SELECT query displays table rows in a grid (or text).Please tell how to view a single row at a time i.e. all only ONE row is displayed at a time (evenly arranged to cover the screen).
This feature (Single record view) is available in other database client like TOAD.
Thank You

View Replies !
Move Table In Sql Server Management Studio 2005 Express
I have two databases in sql server management studio and I want to move tables from one into another.  Is this possible?  and how?  Thanks
Andrew

View Replies !
Viewing DTS Package Logs In 2005 Server Management Studio
We still have some Legacy 2000 DTS packages running on our 2005 Server.   The DTS packages have been configed to save the logs on the 2005 SQL server.    We can manually look at the logs in 'msdb.dbo.sysdtspackagelog'  and 'msdb.dbo.sysdtssteplog' table  but I am looking for some  GUI tools so our tech support  can view the package logs without writting a query. 

In 2000 Enterprise Manager,  you can right click on a DTS package and select 'Package Log...'  and then a nice GUI window will show up for you to browse through all the dts logs.    I just can't find this tool in 2005 Server Management Studio for Legacy DTS packages.  If I right click on a Legacy DTS package,  all the option I get are  'Open, Migrate, Export, Delete,  Rename, Refresh'...      Since the log tables are still the same, I am wondering if there is anyway I can use that 2000 DTS log viewer in 2005?

 

Thanks.

View Replies !
How Do I Import Data In SQL Server Management Studio Express 2005
 


I am still a bit of a noob with SQL, but, when I use Enterprise Manager with my SQL 2000 server at the office, it is pretty simple to import data from pretty much any data source.  I have not been able to locate the Transform facility in the 2005 express software that I downloaded onto my home pc (to help me learn SQL).  Did I not install something that I need?  or am I just missing what I am looking for?  The net question is, how do I import data?
 
Thanks,
 
Tom

View Replies !
SQL Server 2005 64bit Install - Missing Management Studio
Good Afternoon,

 

I just installed SQL Server 2005 64bit on a fresh system with no other applications loaded on running on the new server.

 

The only other component that was installed with the SS2K5 database services is SSIS. The base installation and the SP2 patch went on perfect.

 

I went looking for the Management Studio thru the Start menu options and it is NOT under the Microsoft SQL Server 2005 group. The only options under the SS2K5 group are "Configuration Tools" and "Docs and Tutorials".

 

Here are file names that I downloaded from the MS website and installed.

 

   SW CD SQL Svr Enterprise Edtn 2005 64Bit X64 English #1 x64 MLF.x11-57796 (which is a zipped)

 

   SQLServer2005SP2-KB921896-x64-ENU

 

There was also another zipped file that I tried to install but it seems to be a duplicate of the zipped file above:

 

SW CD SQL Svr Enterprise Edtn 2005 64Bit X64 English #2 x64 MLF.x11-57797

 

Any help would be greatly appriciated.

 

Thanks ALL!

 

J Kusch

View Replies !
SQL SERVER 2005 Issue, Cannot Connect Using Management Studio Express
I am unable to connect to my database on a VPS server using server management studio express. I am able to ping the server. can connect to a local database but i have the same issue as others
 
Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
 
have set the server so that it will allow remote connections and reset the server just to make sure that it has been implemented.

 
when i use osql in command prompt to make a test connection it tells me this
 
[SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server
[SQL Native Client]Login timeout expired
[SQL Native Client]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.

 
on this forum it says to perform a ping and and an a ping a- to my server which does work.
 
Have been working on this for 3 days and can't figure it out.
Even had a guy in New Zealand who is usually my messiah of SQL and he can't figure it out so I'll be impressed if someone knows the answer.
 
I will buy a crate of beer for the person who solves this for me as this problem is costing me money! Maybe even 2 if done by end of tomorrow 6pm GMT!
 
If you don't want the beers, i will be more than happy to give a virtual pat on the back. :-)

 
If you need any more info, i will be watching this thread like a hawk so i'll happily answer any questions that you may have if i can.
 
Thanks in advance

View Replies !
How To Add Data In Sql Mobile Database From Sql Server 2005 Management Studio
 

Hi,

After creating mobile database into sql server 2005 management studio, how to insert the records from sql server 2005 management studio into and mobile database from excel file?

Thank you

Prashant

View Replies !
Cannot Create New Project In SQL Server Management Studio Express 2005
I installed SQL Server Express 2005 and was able to install the sample databases. I have been working through the on-line tutorial. In Lesson 4 of the tutorial it instructs you to select File, New, Project. However, when I select File, New there is no Project choice listed. Have I failed to install something correctly?
 
Thanks for any assistance.

View Replies !
Can't Open SQL Server Management Studio After SQL 2005 Trial Download
I installed "successfully" the SQL 2005 Trial download but I can't find an executable to launch the Business Intelligence and SQL Server Management Studio  programs.  They don't appear on the start up menu and I can't find them in the programs folder.

View Replies !
Can I Connect To Remote SQL 2005 Server Through SQL Server Management Studio Express?
Can I connect to remote SQL 2005 server through SQL Server Management Studio Express? I always get a error code 18456 when I try to connect to SQL 2005 server through SQL Server Management Studio Express. I'm sure I enter correct username and password!

View Replies !
SQL Server Management Studio Cannot Connect To Local Instance Of SQL Server 2005 SP2
Hello,

I just installed SQL Server 2005 Enterprise edition from my company's DVD.  It was installed with the setting of using both Integrated windows authenitication as well as basic named authenication.  I installed all the options too: Database Engine, Analysis Services, Reporting Services, SQL Server compact edition, and Integration Services.  When I look at services there are: SQL Server Integration Services, SQL Server Analysis Services, SQL Server Reporting Services, and SQL Server Browser.  All of which are running. Something that took me offguard was the installation did not ask me to provide an SA password.  Other than that, the install looked like it went good.

I was able to connect to the local instance of the SQL Server 2005 using the SQL Server Management Studio.  I could connect with SA, or connect with Integrated Windows Authenication.  Whoohoo.  Off and running!  As a matter of fact, for the SA account I could use any password and it would still log me in.

First thing I did was I went in to the copy wizard to attempt to copy a database from a server on our network to my local box. First it asked me for the remote server.  Then when I specified my local instance in the wizard, the wizard complained that my local instance was NOT SQL Server 2005. Doh!  This I didn't understand. I figured maybe I need to check for MS updates.  Sure enough, I found that ther was a SP2 and then a hot-fix for that SP2.  I applied both.  Now I cannot connect from SQL Server Management studio to my local instance of SQL Server 2005 database server.  I get the following error:

"An error 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: 2)"

However, I went in to see what other services I could connect to, and here's the results:

Analysis Services : OK!
Reporting Services (Windows Auth/Basic/Forms) : NG  "The reporting Services Instance could not be found (Microsoft.SqlServer.Management.UI.RSClient)"
SQL Server Compact Edition : NG "The database cannot be found. Check the path to the database. [ File Name = CCG092 ] (SQL Server Compact Edition ADO.NET Data Provider)
Integration Services : OK!

I can connect to other SQL Server databases on our network.  However, just not my local one.  No one on the network can connect to me either.

I even turned off my windows firewall and still no luck connecting to my own.

So something really went wrong when I applied SP2, however, admittedly from the error message when I tried to use the copy wizard, something was probably already wrong.

Any ideas?

Thanks!

View Replies !
How To Create A Data Diagram In SQL Server 2005 Management Studio For A SQL Server 2000 Database
Hello:
I have an old database created in SQL Server 2000,
now I can open, access it in SQL Server 2005 Management Studio, but I can't create Data Diagrams.
Please advise on how to make it work....
Thank you

View Replies !
Is SQL Server 2005 Management Studio (client Components Only) Is Compatible With Windows Server 2000?
Hi,
 
Pls let me know if SQL Server 2005 Management Studio (client tools only) is compatible with Windows Server 2000 or not?
 
Thanks in advance.
 
Regards,
Bhuvana

View Replies !
SQL Server Management Studio Don't See Local SQL Server 2005 Developer Edition X64 On Vista Ultimate X64
SQL Server Management Studio don't see local SQL Server 2005 Developer Edition x64 on Vista Ultimate x64

Hi,
I have strange problem with SQL Server Management Studio on Vista Ultimate
x64. Nothing change after installing all newest  service packs or hot fixes.
I have two running SQL servers on my local machine and all surrounding SQL
services running as well. I have turn on TCP/IP and Named pipes on both of
this servers. Actually I have reinstalled second server after first one
wasn't contactable in any way... After finished installation of second one
and after applying service packs I turn on SQL Server Management Studio and
still nothing in local servers pane when Browsing for servers to connect but
in network servers after few seconds I see one of my local servers (first one
installed) and one SQL Server 2000 on other machine (on this one I can't
connect because of time out error).  Also when browsing for servers in Local
Servers I see my machine in Integration Services. Only difference between
this running services is that Integration service log on as Network Service
and all other SQL services log on as Local System account and on SQL Server
that is invisible I have also SQL Server Reporting Services running.
Services looks like this:
Name                    Status          Startup type        Log On AsSQL Server (KONGORA)                  Started        Automatic          Local System
SQL Server(MSSQLSERVER)            Started        Automatic          Local System
SQL Server Active Directory Hel                       Automatic         Network Service
SQL Server Agent (KONGORA)        Started          Automatic          Local System
SQL Server Agent (MSSQLSERVER)  Started        Automatic          Local System
SQL Server Analysis Services (KONG Started        Automatic          Local System
SQL Server Analysis Services (MSSQL Started      Automatic          Local System
SQL Server Browser                  Started        Automatic        Local System
SQL Server Full Text Search (KONG    Started        Automatic         Local System
SQL Server Full Text Search (MSSQL  Started        Automatic        Local System
SQL Server Integration Services     Started      Automatic        Network Service
SQL Server Reporting Services (MSSQL  Started    Automatic        Local System
SQL Server VSS Writer               Started          Automatic      Local System


Thanks

Stjepan

View Replies !
Newbie Question- SQL Server 2005 Management Studio(how To Install SISS)
 

Hi all,
 
Im currently using SQL server 2005 Management Studio. I need to export files from SQL database to Access database.
But I dun think SISS is installed. Can anyone advise where to look for the file to install? Thks in advance.
 
Wee

View Replies !
How To Install Management Studio Express 2005 After VS2008 On Server 2008?
Ok so here's what happened:

Installed Server 2008 (64bit)
Installed VS2008 (+SQL 2005 Express, by default)

I've always installed SQL 2005 Dev (including the SQL Management Studio) before installing VS. Now I am trying to install just the management studio on this machine without success.

I tried installing the SQL workstation tools package from the SQL 2005 DVD but the installer detects the tools installed by SQL express (osql, etc.., but no management studio GUI) and the installer refuses to install anything else. I also tried downloading the separate installer for SQL management studio but it doesn't like something also: first thing the installer does is display this mesage:

"Installation of this product failed because it is not supported on this operating system For more information on supported configurations, see the product documentation."

Any way to do this without having to reinstall VS?

Thanks.

View Replies !
Can't Install 2005 SQL Server Management Studio, It Doesnt Show Up. What A Joke!
 
Hello I have wasted several hours on this simple problem and I'm ready to give up.  I simply want SQL Server Management Studio on my laptop so I can connect to our 2005 servers and manage them.  I have several different versions of 2005 from our MSDN subscription including but not limited to:

SQL 2005 Enterprise Edition (MSDN Library DVD)
SQL 2005 Workgroup Edition
SQL 2005 Standard Edition
Visual Studio 2005 Team Foundation Server (SQL Server 2005 Standard Edition)
 
Everytime I tried to install it, the Server Management Studio simply would not install.  I looked for the exe files and didn't find them.  I verified the path several times and they simply didn't install.  I googled and found a few solutoins but none helped.  For example on:
http://aspadvice.com/blogs/name/archive/2007/09/24/Installing-SQL-Server-Management-Studio-with-SQL-Server.aspx
 
They stated to go to the 'Tools' folder on the CD and run it from there, I do not have these folders on my SQL 2005 CD/DVDs.  I tried to reinstall it a few times with selection only the management tools for the client, but it thinks I have SQL 2005 installed!!!  I uninstalled it from add/remove, and it didn't work.  I deleted the folders and it didn't work.  I ran

msicuu2.exe and that still isn't working.
 
Are there ANY suggestions on how to get this freaking Server Management Studio installed?  MS really blew it on this one.  Thanks in advance.

View Replies !
Reporting Services 2005 And SQL Server Management Studio Connection Error
I have installed multiple instances of SSRS on same server with different database. I can go to the report server URL for both SSRS and run reports. But I cannot connect to the 2nd instance through "SQL Server Management Studio". Also
I am getting following error when I try to connect to the "Reporting services configuration" tool from a remote machine

 



Code Block
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Management.ManagementException: Not found
   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
   at System.Management.PropertyData.RefreshPropertyInfo()
   at System.Management.PropertyDataCollection.get_Item(String propertyName)
   at System.Management.ManagementBaseObject.GetPropertyValue(String propertyName)
   at System.Management.ManagementBaseObject.get_Item(String propertyName)
   at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.get_IsSharePointIntegrated()
   at ReportServicesConfigUI.ConfigurationManager.ResetStepStatus()
   at ReportServicesConfigUI.ConfigurationManager.ChangeMachine()
   at ReportServicesConfigUI.ConfigurationManager.LaunchDialog()
   at ReportServicesConfigUI.ConfigurationManager.OnActivated(EventArgs e)
   at System.Windows.Forms.Form.set_Active(Boolean value)
   at System.Windows.Forms.Form.WmActivate(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINNT/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RSConfigTool
    Assembly Version: 9.0.242.0
    Win32 Version: 9.00.3042.00
    CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/90/Tools/Binn/RSConfigTool.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Management
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.ServiceProcess
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
 

View Replies !
SQL Server Management Studio Express 2005 Suddenly Stops Working?
Hello,

 

I am using SQL Server Express 2005 with VS2005.

Initially, I have installed SQL Server Express 2005 along with SQL Server Management Studio Express, and then as and when Service packs released I have installed all of them. My current version is SQL Server 2005 Express SP2 and SP2 Update.

 

I used this for about 15 days, then suddenly SQL Server Management Studio Stopped working! without any reason. When I try to run SSMSEE (Sql Server Management Studio Express Edition), hard disk light flickers for a while and then nothing.

 

To rectify this problem, I tried to repair the installation of SSMSEE through Add/Remove program, it went off successfully and now, SSMSEE ran perfectly, BUT, as soon as I restarted the computer and when I tried to run SSMSEE, same problem started again i.e. hard disk light flicker for a while and then nothing!

 

So, I uninstalled  SQL Server Express Edition along with all its baggage, and reinstalled the same. Again SSMSEE ran perfectly until I restart the computer. As soon as I restart and try to run the SQL SERVER MANAGEMENT STUDIO, it wont run.

 

One more thing, only SSMSEE stops working , SQL Server is working perfectly.

 

 I am at my wits end. I can't understand what to do? Has anybody encountered this probelm? please help me?

 

View Replies !
Constant CPU Usage On Server When Using SQL Server 2005 Management Studio
 
I have recently installed SQL Server 2005 (Developer Ed) + SP1 onto a VMWare based Windows 2003 + SP1 server.
SQL Server works fine when connecting to it using Mangement Studio on Windows XP.
However, I have noticed strange CPU usage on the server which seems to be caused by Management Studio (either directly or indirectly).
When no-one is connecting to the server using Management Studio, the server happily ticks along with CPU usage around 1-5% range. However, as soon as someone connects to the SQL Server instance using Management Studio the CPU usage begin to go up and down constantly.
The CPU usage ranges from 5-50% and it goes up and down (fairly regularly) every few seconds. It does this even when nothing is actually being done in Management Studio. The moment Management Studio is closed, the CPU usage goes back to normal.
The processes on the server that appear to be causing the CPU spikes are services.exe and wmiprvse.exe.
On a possibly connected note (though possibly not), the Security log in the server's Event Viewer shows that there are logins occuring every minute or so (most of the logins are from my account).
Any ideas?

View Replies !
Can Not Connect To Report Server From SQL SERVER 2005 Management Studio
Hi All,

I have a brand new install of sql server 2005 on brand new WINDOWS SERVER2003 with latest versions. Every thing works fine excepting I get a 404 when I connect to report server from management studio..

I am even able to publish reports and all the

url://localhost/reportserver

url://localhost/reports

url://localhost/reportserver/reportbuilder/reportbuilder.application

all work fine on local machine and with in the network behind the fire wall.

But when I try to connect to report server using management studio on the local server or remote server, I get the following error.

"

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

The attempt to connect to the report server failed.  Check your connection information and that the report server is a compatible version. (Microsoft.SqlServer.Management.UI.RSClient)

------------------------------
ADDITIONAL INFORMATION:

The request failed with HTTP status 404: Not Found. (Microsoft.SqlServer.Management.UI.RSClient)

"

More techinal details

 

"===================================

Cannot connect to xxxxxxxxxxxx.

===================================

The attempt to connect to the report server failed.  Check your connection information and that the report server is a compatible version. (Microsoft.SqlServer.Management.UI.RSClient)

------------------------------
Program Location:

   at Microsoft.SqlServer.ReportingServices2005.RSConnection.MissingEndpointException.ThrowIfEndpointMissing(WebException e)
   at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
   at Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.CreateConnection(String connectionString)
   at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.CreateConnectionObject()
   at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.RSTypeImpl.GetConnectionObject(UIConnectionInfo ci)
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType.GetConnectionObject(UIConnectionInfo ci)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorer.ValidateConnection(UIConnectionInfo ci, IServerType server)
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()

===================================

The request failed with HTTP status 404: Not Found. (Microsoft.SqlServer.Management.UI.RSClient)

------------------------------
Program Location:

   at Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
   at Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname)
   at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()

"

Any help would be greatly appreciated.

Bob

 

View Replies !

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