Offline copy of SQL Database in Visual Studio Community Edition?

I'm using an Azure Mobile Service and SQL database, and I'm interacting with it via Visual Studio Community Edition (12.0.31101.00 Update 4).
I'm often offline, but want to work on and test the SQL code.  Is there a way to sync a local copy of the database to my pc so I can work with that to test my code?  I'm not necessarily looking to make changes to the database offline and syncing
that back to the server, although that would be nice too.
Thanks!

Hello Scott,
You could use SQL Data Sync to synchronize your local copy of the database with the Azure SQL database. The details are documented at http://msdn.microsoft.com/en-us/library/hh456371.aspx. 
PS - the SQL Data Sync feature is still in preview and the support is only through forums.
Regards,
Kumar Bijayanta

Similar Messages

  • Cannot install Visual Studio Community Edition

    Hi,
    When trying to install Visual Studio Community Edition with Update 4 I receive a message during the initial phase: "Unable to locate package source"
    When I choose "Download packages from the internet" I got the same message. When I continue with the option "Skip package" I got the message again.
    What is the issue here?
    Thanks!

    The file seems to be corrupt. This time I got an error after 2% of the download saying that the download was interrupted. After clicking resume it just took seconds before the download seemed to has finished correctly. But probably not... Could the download
    issue maybe has something to do with the fact I am in Thailand, or what could be the issue here?
    By the way, when I try to download Visual Studio 2013 Express for Web using Web Platform Installer I receive this error:
    WHY do I get this error. I don't have Visual Studio installed...
    Thanks!

  • Cannot Connect to Azure SQL Database in Visual Studio 2013

    Beyond Frustrated here.
    I am trying to connect to an Azure SQL database - it has been created, has tables etc. I am trying to create a new Data Connection from within Visual Studio 2013, latest release for VS and Azure. I continue to receive the following error:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)
    I have ensured that TCP is allowed and above Named Pipes in the Configuration Manager. The associated IP address is allowed on Azure Firewall. Certificate has been added to VS etc. But still no connection. I can see the database in the Azure section in Server
    Explorer, but cannot add a Data Connection. What is equally as frustrating is I have a MacBook Pro running Win 7 sitting right next to my office computer and it can access Azure fine, not problems.
    If anyone has any other ideas on how I might be able to solve this I would love to hear them. Thanks in advance.
    Jeff

    Hi,
     The Error message "   A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is
    configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53) "
    The issue comes up mainly because the application is not able to connect to the server.
    To resolve this issue, try the following steps (in that order):
     Make sure that TCP IP is enabled as a client protocol on the application server. For more information on how to do this, see
    Configure client protocols. On application servers where you do not have SQL Server tools installed, you can check this by running cliconfg.exe (SQL Server Client Network Utility).              
     2.  Check the application’s connection string to make sure that it is correctly configured. For example, make sure that the connection string specifies the correct port (1433) and the fully qualified server name.                
    Note You can follow these steps to obtain the connection string from the Azure Management Portal:                  
                          Log on to the
    Azure Management Portal.                    
                          In the left navigation pane, click
    SQL Databases.                    
                          Select your Azure SQL Database server.                    
                          Click
    Dashboard.                    
                          On the right side, go to the
    quick glance section, and then click Show connection strings.                    
    Test the connectivity between the application server and the Azure SQL database by using a UDL file, ping, and telnet. For more information about how to do this, see
    Azure SQL Database connectivity troubleshooting guide and
    Troubleshooting SQL Server connectivity issues.                
    Note As a troubleshooting step, you can also try to test the connectivity on a different client computer.                
    Try increasing the connection timeout. Microsoft recommends using a connection timeout of at least 30 seconds.              
    As a best practice ensure retry logic is in place. For more information about the retry logic, see
    Azure SQL Database best practices to prevent request denials or connection termination.              
          If these  steps do not resolve your problem, follow the below steps to collect more data and contact support:              
       If your application is a cloud service, enable the logging. This step returns a UTC time stamp of the failure. Additionally, SQL Azure returns the tracing ID.
    Microsoft Customer Support Services can use this information.                   
       For more information about how to enable the logging, see
    how to enable diagnostic logging for Azure Web sites and Developing SQL Database Applications section in
    Azure SQL Database Development Considerations.                
      Check out
    the list of best practices for Connecting to Windows Azure SQL Database.
    Regards,
    Shirisha Paderu.

  • Visual Studio Community Edition - Error on creating ribbon for Excel Workbook project

    Hi. I've been struggling with this for a couple of days now so I hope someone can help me.
    I have installed Visual Studio 2013 Community Edition. On installation there was no option to include VSTO and, looking on various forums, I found it was necessary to install the VSTO - November 2014 update separately, which I have done. I'm working on a
    brand new virtual server (Windows Server 2008 R2 SP1) and no other versions of Visual Studio have been installed (although I'm surprised to see Visual Studio 2012 as an item in All Programs - but it just contains command prompts).
    I have created an Excel Workbook project. When I go to create a new item - Ribbon (Designer) - I get the error:
    Could not load file or assembly 'Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    I've searched the Internet for anyone who might have had this same issue but have been unable to find anything to help me. I've tried uninstalling the VSTO-November Update and VS 2013 CE and reinstalling both but still the same problem.
    Any help would be much appreciated!
    David.

    Hello David,
    What Office version do you have installed on the problematic machine?
    Do you run Visual Studio as an administrator?

  • How do I create a view in SQL Server in Visual Studio Express 2013 for Desktop?

    Hi
    I've got a SQL Server database set up using the internal SQL Server in Visual Studio Express 2013 for Desktop. I want to create a view (using tables with one to many relationships) but I don't
    know how to do it.
    Where can I find a good tutorial on creating views in SQL Server in Visual Studio Express 2013 for Desktop? I think Visual Studio Express 2013 for Desktop doesn't have some view designer that
    exists in the non-express version of Visual Studio (if I'm not mistaken). So I think I'd need a tutorial on how to do the actual SQL, unless there is some tool I don't know about.
    Thanks

    Hi ,
    According to your description, if you install SQL Server SQL Server 2014 Express and SQL Server Manager Studio tools (SSMS), if you want to create a view, you can use SSMS. Then if you want to connect to and Diagram your SQL Express Database in Visual Studio
    2013, you can attach the database file by using the .NET Framework Data Provider for SQL Server in Visual Studio, and create a database diagram via expanding the “Database Diagrams” node.
     For more information, there is similar issue about how to connect to and Diagram your SQL Express Database in Visual Studio 2012 , you can review the following article,
    http://blogs.msdn.com/b/bethmassi/archive/2011/10/27/how-to-connect-to-and-diagram-your-sql-express-database-in-visual-studio-lightswitch.aspx.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Visual Studio Community 2013 does not show database explorer

    I am a Newbie who wants to learn web development. it seems in older version of visual studio, when you add a database item in solution explorer there is a database explorer.
    but now in my visual studio 2013, if i add a database item, there is no database explorer to let me browse table or others below. Why? I installed SQL express and Visual Studio on windows 8.1 x64
    Also any pointers to free tutorial on the internet that lets me learn and practise working with database in a web application?

    Hello Lenny,
    Can you see Server Explorer in your VS? What about show us a sceenshot so that we can understand your problem.
    I do not have VS 2013 Community right now but in my point of view you should have related components. I will also install VS Community later and share you some info.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hi, I would like to know if is it possible to install windows on mac pro , because I need to have some application like SQL server and visual studio, and they could not be install on mac

    hi, I would like to know if is it possible to install windows on macbook pro , because I need to have some application like SQL server and visual studio, and they could not be install on mac

    Windows on a Mac

  • Connect to oracle database with visual studio 2005

    Hi, i have a oracle database called orcl (10.2). I am trying to connect with this database with visual studio 2005. I do this:
    In Server Explorer, right click in Data Connection and click in add connection.
    I choose oracle database and oracle provider.
    In server name I write the name of my computer, and i write the user and pass of the data base (sys or system) but it gives me this error: "ora-12514 listener doesnt know the asket for service in the description one of connection" (translated of Spanish)
    what i have to write in server name? host, host:port, LISTENER,.... what?
    Thanks

    Sometimes, you can check names using from the command line:
    $> tnsping <orcl>
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 10-ENE-20
    06 09:01:04
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=server1)(PORT=1521))
    Realizado correctamente (0 mseg)
    $>

  • Licencing of Windows 8.1, SQL Server and Visual Studio

    1. Windows 8 (OEM Version)
        a. Is it legal to re-install Windows 8 OEM version on a PC (this might
    be required because of formatting of PC hard disk)? Is there any upper limit on how many times a Windows 8 OEM version can be re-installed
    on a PC?
        b. Can I continue to use same Windows 8 OEM version even after upgrading
    a PC (for example change of processor, change of hard disk, change of RAM etc.)
    2. SQL Server (Developer and Express) Version:
       a. Your site mentions that SQL Server Developer edition can be used for
    software development and testing, but a software dealer whom I have approached says its not legal to use SQL Server Developer edition for
    development in a software consultancy. Please clarify.
       b. Is it legal to use SQL Server Express Edition for software development
    purpose in  a software consultancy?
    3. Visual Studio Express Edition
        a. Is it legal to use Visual Studio Express Edition for software development
    purpose in  a software consultancy?
    I had emailed this query to [email protected] yesterday but I have not received any reply.

    This question is a bit broad for a forum post. What have you tried and where does it fail? This code will give a list of files in an app folder. It might get you started: [c# code, but should be easy to translate to VB]
    public async Task<List<string>> GetFileListFromFolder() {
    List<string> fileList = new List<string>();
    StorageFolder storageFolder = await Package.Current.InstalledLocation.GetFolderAsync(@"myFolder\");
    foreach (StorageFile fl in await storageFolder.GetFilesAsync())
    fileList.Add(fl.Name);
    return fileList;
    I'm a self-taught noob amateur. Please take this into account when responding to my posts or when taking advice from me.

  • How to download setup file for visual studio community?

    i want to download a copy of visual studio community but web based installation system taking too much time.....i have to continuously run my computer for at least 2 days to completely install the package.....where can i get the setup file which can be
    downloaded like any other file from internet?

    Your other option would be to download the ISO, which will also take a long time on a slow Internet connection. Once you have the ISO, you can check the SHA-1 to confirm that you got a valid download. Then, you can install locally much faster than with the
    web installer over your connection.
    You can get the ISO here: http://go.microsoft.com/?linkid=9863609

  • Making button and a html site in visual studio community version

    Hi,
    I like to Making button and a html site  in visual studio community version but i dont know how to put the right code in my c# form to perform a action to my new html site i made with visual studio.
    So ik have a button and i added a html site with the "add" options to my form.I want the button to open onclick that site so i can make a html about some info of the button image (tool to use with metal)
    Any one? Sorry i am very new at this and also from the netherlands but i want to  coding in c# great to to learn..
    Many thanks!
    Arend

    Hi Arend,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance
    Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. Based on your issue, I think that the issue is more related to the programming. So I’m afraid that it is not the correct forum for this issue.
    To help you find the correct forum for this issue, could you please tell
    me which kind of app you want to create? Is it winform app or others?
    If you want to code for a winform app using c# language, I suggest you
    can consult your question on specific
    WinForm forum so that they can share you something for you to start.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • C# & Visual Studio Community

    Searching the forum w/queries for where to post is nauseating. Why doesn't anything for C# of Visual Studio show up? I have no idea where to ask except to post here in 'Where in the forum ...' trying to get pointed in the right direction.
    Not to go negative, but this is so snafu for MS. Extremely frequent where a huge subject is absolutely not found where you would think it is. Current example: in these forums. Am I supposed to ask under the 'blogs' section??
    My question pertains to an error in Visual Studio Community when programming a Windows Forms application in C#. If this is the right place to ask, after solving many other errors by using the internet, I have one remaining error.
    My problem specifies that I create a separate class for PresentationGUI. My other classes are Housing, SingleFamily, MultiUnit and HousingAPP. The error, in PresentationGUI, is 'The name InitializeComponent does not exist in the current context.' Yes, I
    can find numerous "hits" online re: that error but they all seem to relate to programming problems way over my head, with applications I have not heard of.
    Can anyone inform me where in the Technet forums I should post? Or is this the place?
    Thank you in advance,
    Mac

    Hello,
    Mike pointed you to the Visual C# Language forum.
    The rest of the Visual Studio forums are over here:
    https://social.msdn.microsoft.com/Forums/en-US/home?filter=alltypes&sort=lastpostdesc
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Help, I can't sign in to Visual Studio Community 2013 "Something went wrong and we can't sign you in right now. Please try again later."

    Hi, can anyone help me further diagnose?
    On Windows 7 64-bit, whenever I try to sign into Visual Studio Community 2013 I get a bunch of clicking sounds, and then  "Something went wrong and we can't sign you in right now. Please try again later."
    I installed the 2013 update 4 just recently (3/23)
    I was getting this error back in February

    Hi HuggyPaul,
    Thank you for posting in MSND forum.
    >>whenever I try to sign into Visual Studio Community 2013 I get a bunch of clicking sounds, and then  "Something went wrong and we can't sign you in right now. Please try again later."
    Based on your issue, I suggest you could try to use an another microsoft live-in user account to sign in the Visual Studio Community 2013 to check if you can sign in the VS2013 Community with update 4.
    Or you could try to use same user account to sing same version of VS2013 Communty with Update 4 on other machien and the check if you can sign in this VS 2013 Community with update 4.
    (1)If you could sign in the VS2013 Community update4 by the another user account on your machien, I think that the issue maybe related to your user account.
    (2)If you still could not sign in VS 2013 Community update 4, maybe you will need to repair or re-install this VS2013 Community with update 4.
    In addition, please tell me what browser you use on your machine.
    If your machien just insatall other browser such as chrome, please try to install the IE and then check this issue again.
    From this error message, i find a similar thread about your issue, maybe it can help you.
    Referenece:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/49a611c6-cf70-4756-932c-1e26edddd9a1/something-went-wrong-and-we-cant-sign-you-in-right-now?forum=reportabug
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Develop streaming data processing applications in C# with Stream Computing Platform and Storm in HDInsight. Can this be done with Visual Studio Community sign up?

    Hello,
    I am a  student and love the Visual Studio Community 2013 to implement some of my research projects. I am currently working on a project that involves streaming data analysis. I found this article ( http://azure.microsoft.com/en-us/documentation/articles/hdinsight-hadoop-storm-scpdotnet-csharp-develop-streaming-data-processing-application/
    ) but do not have MSDN subscription (I cannot afford it)  as required in the article. Can this be done somehow with Visual Studio Community 2013 sign up?
    Thank you all in advance for your time and for your help.
    J.K.W

    Hi,
    I just confirmed that the key with Visual Studio Community is that, although it is free like Express, it does not have the limitations that Visual Studio Express had. So, to answer your question, Yes - you can do all your development work as a student with
    VS Community 2013 sign up. You can also refer to this blog for more details -
    http://blogs.msdn.com/b/quick_thoughts/archive/2014/11/12/visual-studio-community-2013-free.aspx
    Regards,
    DebarchanS
    DebarchanS - MSFT

  • Cannot sign into Visual Studio Community 2013 to extend lincence - VS attempts to start Internet Explorer

    Hello,
    I noticed that my trial period for VS Community 2013 expired. While waiting for my company to get a real purchased licence I have to continue working one way or another. I would like to extend my licence by signing into the VS community. However, the MS
    Internet Explorer is disabled by company policy due to safety issues. Now, VS Community 2013 only and always attempts to open MS Explorer whenever I try to sign in, or check for updated versions, or whatever. I cannot find a workaround to open the links in
    another browser but MS Explorer.
    Please help me to extend my licence so I can keep working! I cannot (!) ever use the MS Explorer for this, so I need to find another solution. Any suggestions, please?
    Thanks in advance,
    Nadja

    Hi Nadja,
    As you said that when you sign into Visual Studio Community 2013 without using the
    MS Internet Explorer browser, but you cannot sign into successfully Visual Studio Community 2013.
    So could you please provide me the detailed error message after you sing in the Visual Studio Community 2013?
    What browser you use to sing in this VS Community 2013?
    Generally, I know that we can sign in this VS Community 2013 successfully using the default MS Internet Explorer browser.
    So if possible, I suggest you could try to enable MS Internet Explorer browser and then try to sign in this VS Community 2013 check this issue again.
    In addition, I suggest you could also try to sing in a Microsoft web page such as a Hotmail email using your browser and then check if you could sing in successfully.
    However, I suggest you could try to consult about how to extend license for this VS Community 2013 by
    calling 1-800-426-9400, Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to speak directly to a Microsoft licensing
    specialist, and you can get more detail information from there. You can also visit the following site for more information and support on licensing issues:
    http://www.microsoft.com/licensing/mplahome.mspx.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • I had to re-install Premiere Pro CS5 and now video are files acting funny...

    Hello. I had to reformat my system drive and did a fresh install of Windows 7 Home Premium 64-bit and then I did an anytime upgrade to Windows 7 Professional 64-bit. I then re-installed Premiere Pro CS5. Here's the problem. When I open any of my proj

  • Design Patterns/Best Practices etc...

    fellow WLI gurus, I am looking for design patterns/best practices especially in EAI / WLI. Books ? Links ? With patterns/best practices I mean f.i. * When to use asynchronous/synchronous application view calls * where to do validation (if your connec

  • Write series of space characters in a list

    Hi experts, is there a way i can write a series of space characters in a list, i need a simpler way so that i'll not have to write it manually. right now my code looks like this. write:/1 '|', '****', '|'. "<---(5 spaces)( represents space char). the

  • What is causing a green box with white checkmark inside it, to appear in my images?

    What is causing a green box with white checkmark inside it, to appear in my images?

  • Web email bounce-outs in Safari

    I recently upgraded my dad's Mac Pro to Yosemite, and now he and my mom are having problems accessing their email in Safari. My dad goes to his ISP's website to get his email, while my mom uses Gmail. Both have told me that whenever they access a mes