Save As Dialog in Management Studio 2008 not opening

Hello All,
using sql 2008 client tools on windows 7 sp1
SSMS will not give me the Save As dialog when clicking file> Save .....sql as dialog?
Any help greatly appreciated.
Thanks,
gv
Sword

I've suddenly started getting this issue today on SSMS 2008 with Win 7.  I can do Save but as soon as I try Save As the whole thing just locks up.  I get a flashing Save icon in the bottom right corner but no Save dialog and all I can do at
that point is close the whole thing down using Task Manager.
Does anyone know if there is a fix for this?

Similar Messages

  • Management Studio 2008 does not refresh after table create / alter

    hello
    Management Studio 2008 does not refresh after table create / alter, why?
    f5 / refresh button does not work in "Object Explorer".... i always need the restart the whole application to see any changes, this is strange...
    regards, jan

    Hi jm,
    I’m writing to follow up with you on this post. Was the problem resolved after performing Vishal ‘s steps? If you are satisfied with our solution, I’d like to mark this issue as "Answered". Please also feel free to unmark the issue, with any new findings
    or concerns you may have.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Management Studio 2008

    Hi.
    I have a question about SQL Server 2008 Standard. On my computer I have SQL Server 2005 and 2008 Standard full version. A couple months ago i install SQL 2008 r2 on my computer for test, but now it’s not working becouse of expired license. I uinstall it and
    try to install management studio 2008 standard,but every time i want to open it shows me error that my evaluation period has expired. What can I do to open the management studio 2008 standard ?
    Sory for my english ;>

    When I specyfiy instance on my computer i see something like this
    SQL2008  SQLEngine,SQLEngine\Replication,SQLEngine\FullText       10.2.4000.0   Standard
    SQL2005 SQLEngine,SQLEngine\Replication,SQLEngine\FullText...     9.3.4035       Standard
    SYMFONIA
    SQLEngline_VNext 10.52.4000.0
    Express
    <shared components>  SSMS
    10.0.1600.22
    <shared components> Adv_SSMS, Conn, BC, IS
    10.2.4000.0
    <shared components>Tools, Tools\ToolsClient, Tools\ToolsClient\Connectivity.....  9.3.4035
    <shared components>Management Tools\Etretprise Maganer, Management tool.... 
    8.00.194

  • Management Studio Login not possible

    Hello,
    I use BB 10.2.1 and after the latest Update the Management Studio is not accessable. I cannot give in Login Name and Password because thies fields are missing. I only the the drop down menu "Log in using" an this is empty.
    Do you have any ideas?
    Thanks and regards.
    Doreen

    are we talking about BES server?
    how are you accessing BMS and what browser version?
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Unable to install microsoft sql server management studio 2008 express

    When i install management studio 2008 express, throws an error stating that "SQL server 2008 Setup reqiures Microsoft .NET framework from http:.... and then rerun setup.
    Can any body help me in this, and also i have installed .NET framework 3.5.
    Thanks.

    Hi sivak_tamilan,
    According to your description, we need to verify if you install and enable the .NET Framework 3.5 SP1, it is a prerequisite for SQL Server 2008 standalone instance.
    In the setup, the SP-bit must be set to “1″, you can do as follows:
    Open the registry editor and browse to the key,
    Then locate the value SP, double-click it and change it from zero to”1”.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
    There is a similar issue about this error, you can review the following article.
    http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/
    In addition, if you install SQL Server on a computer that is running Windows Server 2012 or Windows 8, you must make sure that you fulfill the minimum requirements. For example, you must apply SQL Server 2008 Service Pack
    3 or a later update.
    For more information, see:http://support.microsoft.com/kb/2681562/en-us
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Itunes document manager pro will not open a document with .cwk extension. It will catch the document then error message states that it cannot open document. Can anyone tell me what Im doing wrong?

    Itunes document manager pro will not open a document with .cwk extension. It will catch the document then error message states that it cannot open document. Can anyone tell me what Im doing wrong?

    Forgive my ignorance but I have never hear of iTunes Document Manager Pro. If you mean Document Manager Pro, i was able to find that. Back to your problem, have you tried opening one of those files in the iOS iWorks apps? Form the quick read that I did about this, .cwk files can be opened by Pages, Numbers or Keynote, depending on what type of document that it is and those files can be read by Document Manager Pro, after properly saving them. I don't see that you can go directly from the .cwk file in Document Manager Pro without converting them first.
    I took a very quick look at the app, so I may be a missing something about its capability.

  • Query runs in management studio but not in SQLAgent job

    I have the following query which runs fine in Management Studio but when I put it in a SQLAgent job it fails saying
    Error formatting query, probably invalid parameters (SQLState 42000 Error 22050)I have tried changing Quote characters but to no avail.
    Does anybody have any idea why this would be happening?
    Regards
    Ron
    declare @servername nvarchar(150)
     set @servername = @@servername
     declare @mysubject nvarchar(200)
     set @mysubject = 'Toners adjusted out '+@servername+'.'
     EXEC msdb.dbo.sp_send_dbmail @recipients='[email protected]',
     @subject = @mysubject,
     @body = 'Toners were adjusted out. View attachment to see the details',
     @query = 'use livedatabase;select trc_part, trc_job, trc_qty, trc_inits from livedatabase.dbo.Traces
    where trc_part like "TONER%"
    and CAST(trc_date as date) = CAST(getdate() as date)
    and trc_typ = "O"',
     @query_result_width = 600,
     @attach_query_result_as_file = 1

    I have another SQLAgent job that is almost identical in what it does, ie sending an email with a query result and it works fine. See below.
    Therefore it can't be permissions or dbmail setup but I cannot see what it is.
    --== This is for SQL 2005 and higher. ==--
    --== We will create a temporary table to hold the error log detail. ==--
    --== Before we create the temporary table, we make sure it does not already exist. ==--
     IF OBJECT_ID('tempdb.dbo.ErrorLog') IS Not Null
     BEGIN
     DROP TABLE tempdb.dbo.ErrorLog
     END
     --== We have checked for the existence of the temporary table and dropped it if it was there. ==--
     --== Now, we can create the table called tempdb.dbo.ErrorLog ==--
    CREATE TABLE tempdb.dbo.ErrorLog (Id int IDENTITY (1, 1) NOT NULL,
    logdate DATETIME, procInfo VARCHAR(10), ERRORLOG VARCHAR(MAX))
    --== We create a 3 column table to hold the contents of the SQL Server Error log. ==--
    --== Then we insert the actual data from the Error log into our newly created table. ==--
     INSERT INTO tempdb.dbo.ErrorLog
     EXEC master.dbo.sp_readerrorlog
    --== With our table created and populated, we can now use the info inside of it. ==--
     BEGIN
    --== Set a variable to get our instance name. ==--
    --== We do this so the email we receive makes more sense. ==--
     declare @servername nvarchar(150)
     set @servername = @@servername
    --== We set another variable to create a subject line for the email. ==--
     declare @mysubject nvarchar(200)
     set @mysubject = 'Deadlock event notification on server
    '+@servername+'.'
     --== Now we will prepare and send the email. Change the email address to suite your environment. ==--
     EXEC msdb.dbo.sp_send_dbmail @recipients='[email protected]',
     @subject = @mysubject,
     @body = 'Deadlock has occurred. View attachment to see the deadlock info',
     @query = 'select logdate, procInfo, ERRORLOG from tempdb.dbo.ErrorLog where Id >= (select TOP 1 Id from tempdb.dbo.ErrorLog WHERE ERRORLOG Like ''%Deadlock encountered%'' order by Id DESC)',
     @query_result_width = 600,
     @attach_query_result_as_file = 1
     END
     --== Clean up our process by dropping our temporary table. ==--
     DROP TABLE tempdb.dbo.ErrorLog

  • SQL query generating data in SQL management studio but not in CUIC interface

    Hello,
    I'm working on a UCCE 9.0 system
    I created SQL query for a  report.
    Whenever I run the query inside the SQL management studio, it works and generates data, but when I run it in the CUIC interface it works but generates nothing. As you can see in the below snapshot, it contains 209 records that are not being displayed.
    Any help would be greatly apprciated

    Is it a custom report ? Can you right click on your Custom Report and click on Edit Views. You need to check whether you have Grid Headers Listed.
    Regards,
    Senthil

  • New to Visual Studio 2008, not new to CR - but have  question

    Hi,
    I started a position to build reports for a small company.  They use VS 2008 and Crystal 2008 (basic).  I am not new to Crystal Reports, been using it since version 4.0.  But I am new to integrating it into Visual Studio or using it to deploy reports via a web application.
    I was able to create a dataset, connect Crystal to the Dataset in Visual Studio and design a report. 
    There are two tabs on the bottom of the Crystal Window - one is to the design side and one is to preview the main page of the report.
    So here in lies the problem - when I go to view the results - there are none.  It is random or dummy data being presented in Visual Studio 2008. 
    I have scoured MSDN and SAP forums looking for help in this.  I see other posts that elude to the same issue, but --there has to be some way to see the data in Visual Studio.
    Can someone explain to me why I don't see the real data from the dataset?   And more importantly where is the tutorials for Visual Studio 2008 and Crystal Reports 2008?
    Thanks so much for your help!

    Hi,
    I have also seen the same, that is report displays dummy data at my end however when you run the report from application you get the data that is when you pass the dataset to the report at runtime and not while previewing the report. I believe this is because when we use datasets to design a report we consider the schema of the report mainly not data.
    If you mean that you do not get any data in the report then I would suggest you to use the below mentioned code to generate an xsd file, after filling up the dataset so that the report schema and the dataset schema matches.
    datasetObject.WriteXml("c:\\temp\\myData1.xml",XmlWriteMode.WriteSchema);
    Regards,
    AG.

  • Final Cut Studio 2 not opening in OS 10.6.6

    As of today, my entire office of 7 MacPros will not open any of the FCS2 apps. The last time we updated anything was a couple of weeks ago. Is anyone else having this issue and does anyone have a solution?

    I have one mac pro with 3 different bootable drives in it (for different testing purposes). I did the ComboUpgrade from 10.6.5 to 10.6.6 on one of the drives. Now FCP 7.03 will launch about 1 out of 5 times. Most of the time it becomes "unresponsive" using task manager. I kill it and relaunch it. About the 4 or 5 time it launches and works like normal.
    I did notice that if I just wait (about 3 or 4 minutes) FCP will launch sometimes.
    When I boot from one of the 10.5.5 drives, the same final cut project works everytime.
    Message was edited by: TomInIowa

  • Site Studio Contributor not opening in firefox

    I am trying to open site studio contributor form in firefox and its not opening.
    As soon as I clicked Shift+Ctrl+F5, on webpage, it asks me for login credentials, after sucessull login, i am not getting any option (icon) to edit region defination etc
    Before entering into site studio contributor entries are like:
    var _U = "undefined";
    var g_HttpRelativeWebRoot = "/idc/";
    var SSContributor = false;
    var SSForceContributor = false;
    var SSHideContributorUI = false;
    After going into contributor entries are like:
    var _U = "undefined";
    var g_HttpRelativeWebRoot = "/idc/";
    var SSContributor = true;
    var SSForceContributor = false;
    var SSHideContributorUI = false;
    I am using site studio designer (Version 10gR4 10.1.4.5.0 and component version 7.7.0.1 Build 9.0.0.470).
    Please provide if you have any solution or information to fix the issue, I have tried the using different systems/machines having firefox, but facing the same problem

    This seems to be covered by the support note 1465975.1 (Unable to Enter into Site Studio Contribution Mode After Upgrading to Firefox 13)
    The solution from the note:
    If on an 10g system upgrade to Site Studio 10gR4 build 9.0.0.793 or greater.
    If on an 11g system upgrade to Site Studio 11g build 11.0.0.786 or greater. For example the 11g MLR 11 for a .6 system has this fix and the 11g MLR 18 for a .5 system has this fix.
    If the version is not available with the current patchset on the 10g Content Server please open a new Service Request with Oracle Support and reference this Note ID and the build will be provided.
    (there are few more notes with similar issues, in case this remedy won't help, but it'll do no harm to start with it either way)

  • Extension Manager CS5 will not open in Windows XP

    I have been trying to install any extension in the EM CS5 and it will not open. I have removed it and re-installed several times with no luck. Is there an update or something I need to do to make this work? It will not run through Dreamweaver as well.
    Thanks,

    1. If "C:\Documents and Settings\<YourUserName>\Application Data\Adobe\Extension Manager CS5\Configuration\Extensions\exman_uiPreferences.mxl" exists, delete this file.
    2. Each CS product which Extension Manager supports has a file named XManConfig.xml. If Extension Manager can not find this file from a CS product, Extension Manager will not integrate this product. So in order to determine the cause, you can rename XManConfig.xml for all CS products temporarily (You can find this file under installation directory or its configuration sub-directory of each CS product), as a result, Extension Manager will not integrate any product.
    3. Try to launch Extension Manager, if it can be launched successfully, then rename XManConfig.xml back one by one and launch Extension Manager again after each rename. If Extension Manager can not launched after you rename XManConfig.xml back for a certain product, then the problem is relevant to this product, please generate log files to assist troubleshooting. You can read other threads in this forum to learn how to generate log files. Of course, if you don't need Extension Manager to manage extensions for a specific product, you don't need restore name of XManConfig.xml for that product.
    4. If Extension Manager can not be launched even if no any product is integrated,also please generate log files.

  • SQL Server 2012 Management Studio Crashed when opening the application

    Hi,
    I had installed SharePoint 2013 with SQL Server 2012 on a single server environment a couple of months ago. Both the tools were working fine. But today morning i found that when opening SQL Server 2012 Management Studio it displays a pop-up message as attached
    below:
    Event Log:
    Faulting application name: Ssms.exe, version: 2011.110.3000.0, time stamp: 0x5081c1cd
    Faulting module name: Ssms.exe, version: 2011.110.3000.0, time stamp: 0x5081c1cd
    Exception code: 0xc0000005
    Fault offset: 0x00004b89
    Faulting process id: 0x2b0c
    Faulting application start time: 0x01cf54780a2efde8
    Faulting application path: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe
    Faulting module path: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe
    Report Id: 47e02c36-c06b-11e3-946b-00155d040605
    Faulting package full name: 
    Faulting package-relative application ID: 
    Server Details:
    Windows Server 2012 Standard
    MS SharePoint 2013
    MS SQL Server 2012
    IIS 8.0
    If anyone has faced the same problem or has a workaround, please share!
    Thanks 

    Hello,
    Applying Service Pack 1 for SQL Server 2012 may solve this issue.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Management Studio won't open after evaluation

    I installed SQL Server 2012 on my own computer as an evaluation copy to test.  Now we have purchased SQL Server 2012 and have installed it on our network.  I now want to connect to the network server, but when I try to open 2012 Management Studio
    to connect to it, it just keeps saying my evaluation is expired and directs me to the Microsoft website to purchase.  I didn't think I needed to purchase a license for my PC to connect to the instance on the server.  Do I?  Is there a way to
    reset this?  Do I have to reinstall Management Studio?

    Hello,
    Please read the following resource.
    https://support.microsoft.com/kb/971268?wa=wsignin1.0
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/9e50de75-6119-4963-8d5e-9d8b0367bc8e/evaluation-period-has-expired-sql-2012-ssms?forum=sqlsetupandupgrade
    (Allen Li – MSFT)
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Acrobat XI is installed in App Manager, but does not open

    System:
    Windows 764x
    Current Creative Cloud Membership
    Problem:
    Acrobat XI appears as Installed in the Application Manager, but: 1) does not open when Launch App is clicked, and 2) does not appear in the Start Menu.
    Steps to Resolve:
    Attempt 1:
    1) Using Windows Add Remove Programs, uninstalled Acrobat and Acrobat Reader.
    2) Restarted.
    3) Removed all stray folders not removed through the default uninstallation process.
    4) Restarted.
    5) Reinstalled Acrobat.
    Result: Same Result. Acrobat does not open.
    Attempt 2:
    1) Repeated steps 1-4 listed above.
    2) Downloaded adobe_creative_suite_cleaner_tool, extrated it, and followed the removal instructions to Remove All.
    3) Restarted.
    4) Reinstalled Acrobat.
    Result: Same Result. Acrobat does not open.
    Question:
    What do I need to do to resolve this issue.

    Hello irie00,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Best of luck,
    Mario

Maybe you are looking for

  • What is an IFO file? How can I edit it?

    My sister in law sent me an IFO file (video) from her SONY camera. My ultimate goal is to be able to import it into iDVD and include it on a slideshow that I'm making. Is this going to be possible? Can I get some kind of conversion software? I also h

  • Lining Up XML Elements for Input

    I am transforming an XML document into the proper canonical format for inputting into our Oracle database. I am able to change the attributes into elements. However, when I do so I can't get the new elements to line up in the proper canonical format

  • LaCie Big Disk Extreme+ Triple 2TB

    I am thinking of getting a LaCie Big Disk Extreme+ Triple 2TB for use with Final Cut Express. This drive is actually 2 1-TB disks. Is there any problem using such a drive in capturing video (or anything else having to do with video editing/production

  • Deltas and full upload

    Hi all, Let's say we have a scenario like this. For document number 1001 and document item number 10, the order quantity was 200 initially. This was transferred to infocube. Now, the order quantity changed to 180. I assume that in a delta upload, -20

  • How can i recover itunes music already purchased but lost when system crashed

    how can i contact itunes directly about problem with purchased music?