Azure free trial & SQl server

I'm trying to setup a SQL (2008 or 2012) server within my free Azure trial.
However, getting   'The operation is not supported for your subscription offer type'
From what I see/have read - this should be possible
There is no point in running a trial, if I cannot get all the required services.
Can anyone confirm if SQL is or is not part of the free trial?
Thanks

Hi,
You should be able to create SQL Azure with your Azure trail.
I would request you to open a Billing Support
ticket, they will be able to check this for you.
Regards,
Mekh.

Similar Messages

  • How to modify stored procedures in SQL Azure database in SQL server express 2012

    Hi,
    I want to modify stored procedures in SQL Azure database in SQL Server Express 2012. But when right click on the stored procedure in Object Explorer, there is no option "Modify" as for SQL Server database. I wonder how to modify stored procedures in SQL
    Azure database in SQL Server Express 2012. Thanks.
    York

    Hi,
    Not sure whay there is no modify..
    As a workaround can you try this and see if you can modify proc..
    Script Procedure As-> Alter To->New query window..
    - Chintak (My Blog)

  • Azure Free trial with Neteller account

    Hi everyone.
    As I live in Tunisia, we don't have the right to own an international credit card, unless we pay a certain amount and have a certain status. As a simple user, I tried to create a free trial account but my credit card was not accepted. I heard about an alternative
    which is Neteller account. I can get an international credit card with deposing in it more than 10 euros.
    I need to know if my Neteller credit card would be accepted in the Azure free trial subscription ?
    Many thanks.

    Hi Khalil,
    Thanks for your posting!
    For this billing question, I suggest you can contact the Azure support team for more details . It is the best choice for you.
     Please contact support team by creating a support ticket at http://www.windowsazure.com/en-us/support/contact/
    Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    Regards,
    Will
    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.

  • Heloo Azure Free Trial

    I wanna ask about that free
    plan,i make 3 cloud vps...for a month its totally free
    what is those gredits on my account?
    what about traffic?its all free?
    How many machines i can make?
    thanks

    Hi Sir,
    All of you used service is free  in your Free Trial. You could use Virtual Machines, Websites, Cloud Services, Mobile Services, Storage, SQL Database, Content Delivery Network, HDInsight, Media Services, and many more . Please see your offer message.
    http://azure.microsoft.com/en-us/offers/ms-azr-0044p/
    Use the pricing calculator to estimate how much you could use with
    $200 of Azure credits. Here are a few usage scenarios that consume no more than
    $200 in a month:
    Run 2 small Virtual Machine instances for the entire month, or
    Store 800 GB of data in Storage, or
    Develop and test a web application using Cloud Services, with 3 web roles and 2 worker roles on medium instances, for 10 hours a day, 5 days a week, or
    Run a 100GB SQL Database for the entire month
    Also, I suggest you could refer to this FAQ:
    http://azure.microsoft.com/en-us/pricing/free-trial-faq/
    Regards,
    Will
    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.

  • Can't connect Azure Database in SQL Server

    Hi,
    I completed setting up the database and server on Azure, but when i tried to connect it using SQL Server 2012. I got an error.
    TITLE: Connect to Server
    Cannot connect to tcp:*******.database.windows.net,1433.
    ADDITIONAL INFORMATION:
    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:
    TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (Microsoft SQL Server, Error: 10061)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=10061&LinkId=20476
    No connection could be made because the target machine actively refused it
    My IP was already added in Azure.
    I also checked that the TCP/IP was enabled on Configuration Manager.
    Any thoughts?
    Thanks!!

    Hi Aaron,
    If you are trying to manage your database through SSMS - make sure that the TCP/IP protocol is enabled.
    1) SQL server configuration manager
    2) In 'SQL server Network configuration'
    3) Enable TCP/IP
    Also try connecting your database through the web based sql azure management studio.
    http://msdn.microsoft.com/en-us/library/azure/ee336282.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/2151.azure-and-sql-database-tutorials-tutorial-2-using-sql-database.aspx
    Girish Prajwal

  • Publishing to Azure DB from Sql Server DB project with no initial Azure DB

    It seems to me that the natural order of development for creating and publishing a Azure DB would be to first create a Sql Server DB project in VS 2013, then publish it to Azure. If no DB exists in Azure then Azure should create it! But I can't seem to get
    that to work, I can however create a DB in Azure first, then create a Sql server DB project from it in VS SQL Server Object Explorer where VS imports everything from Azure into my solution. The question is - can I create a SQL Server Database Project in VS
    2013 and then publish it to Azure without having any DB in Azure first? If so, is there a tutorial out there somewhere?
    dawit

    Hi witdaj,
    The natural order of development is indeed correct, considering you're a developer. For an DBA, the same could apply for SQL Server Management Studio, where you can deploy any database directly to Azure.
    In regard to your question, you absolutely need a SQL Database server first. If you've got yourself a SQL Database server, simply right-click the database project and select 'Publish...'. For the connection, click the edit button and insert your SQL Connection
    connection string, in the form of <database_server>.database.windows.net,1433. Make sure you've configured your IP address in the server firewall as an allowed client IP. Also, make sure that in the Edit Connection dialog box you select the master database.
    In the Publish window, choose your database name (it shouldn't already exist) and you're all set.
    The script that generated your database will create a Web database, which you can scale later either in the portal or directly from the master database.
    ALTER DATABASE 'db_name' MODIFY (EDITION = 'Business')
    Hope this helps.
    Alex

  • Windows Azure Mobile Services - Sql Server - prebuilt columns

    am I correct in assuming that tables for WAMS need to be created in the Azure management portal and have some columns precreated.  Once the table is created:
    is it ok to modify the columns in Visual Studio once the table has been created?
    Can i just create the necessary items on my own or do I need to go through the management portal all the time?
    How do i handle foreign keys and such between two tables?
    Wally
    MVP in ASP.NET - ASPInsider - Author - Otherwise I am a loser.

    hi Wally,
    Thanks for posting!
    >>is it ok to modify the columns in Visual Studio once the table has been created?
    yes, we could modify our sql database data on the latest version (Azure SDK 2.2 ). You could use VS 2013 and install SDK2.2 to view the data. At the same time, you will
    click Add Firewall Rule and a new rule will be automatically added for you.
    Please see the blog about this question (http://weblogs.asp.net/scottgu/archive/2013/10/22/windows-azure-announcing-release-of-windows-azure-sdk-2-2-with-lots-of-goodies.aspx
    >>Can i just create the necessary items on my own or do I need to go through the management portal all the time?
    The answer is yes . If you want to manage your SQL database by azure portal, you could find your database form
    "SQL Azure", and click the "Manage" to manage your DB. Like this image:
    >>How do i handle foreign keys and such between two tables?
    you could handle foreign such as using SQL. Refer to this page (http://stackoverflow.com/questions/48772/how-do-i-create-a-foreign-key-in-sql-server
    Hope it helps.
    Regards,
    Will
    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.

  • Microsoft Azure Free Trial and Microsoft Partner free credits for Azure

    Dear Sir/Madame,
    We are from QVS Group and have a Microsoft Partner member. We are interested in Azure and registered for the Free Trial were we get 150 euro from start and then 75 euro each month
    because we are a Microsoft Partner.
    Where can we see our credits that we received from Microsoft and where can we see if we are outside our credit limit? And do we already have the credits now?
    I hope we can get a quick respond so we can Start using the Trial of Azure and in the future use the Full version.
    With kind regards,

    Hi,
    Thanks for posting!
    >>Where can we see our credits that we received from Microsoft and where can we see if we are outside our credit limit? And do we already have the credits now?
    I suggest you could check your billing report by clicking view my billing .
     And, I guess those document may help you : Understand you bill (http://www.windowsazure.com/en-us/support/understand-your-bill/) and Where to Find your Windows Azure Billable
    Usage Info (
    http://blogs.msdn.com/b/jnak/archive/2010/02/08/where-to-find-your-windows-azure-billable-usage-info.aspx). For to get more exactly detail of billing, I would like you contact azure support via
    http://www.windowsazure.com/en-us/support/contact/ .
    Regards,
    Will
    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.

  • Windows Azure Free Trial Sign-up BUG

    Hi, I'm from the Philippines. Few minutes ago, I tried to sign up for free trial on Windows Azure using my SMART Money (a Debit Card in the Philippines but works with MasterCard). I can verify this card on PayPal and shop online using this card. I entered
    all valid information (triple checked it!) but an error keeps popping up and I can't register at all while my card is charged with $1 for every try!
    I'm really frustrated because I already tried it 2 times and my card is charged $2 already!!!
    What will happen to my $2? Will I get any refund? Should I try again and be charged another $1? What should I do? Please help me. I'm really depressed right now. I lost $2 on nothing. I really want to try your VPS.
    Hoping for a reply. Thanks in advance!

    Hi,
    We apologize for any inconvenience this causes you.
    I would like to suggest you to try the one that mentioned by Tabrez at: 
    http://social.msdn.microsoft.com/Forums/en-US/7a2acffb-6419-4a3d-8fb4-c8258790a2bb/why-cant-i-sign-up-for-the-1month-free-trial
    [quote]
    Contact support here:   https://support.microsoft.com/oas/?prid=14238.
    -tm
    [/quote]
    Please try it. Any question, please let me know free.
    Thanks.
    Will
    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.

  • Azure free trial version

    Hello,
    I have a problem, I've got my free trial subscription on Microsoft Azure website. And somehow I canceled it.
    Now I couldn't get it back. Is there a way to get it back. I'm a student and so the free trial is the only way I could try Azure. Maybe there are some other ways to try Azure Services.

    Hi sir,
    you may need contact with azure billing support for more helps:
    Please try this channel:
    For this billing question Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/
    Regards,
    Will
    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.

  • My Azure Free trial is suspended

    I am a developer and I subscribed tp free trial of Azure to host my website. However within 24 hours I got an email saying it is suspended because of "abuse/fraud"
    I dont understand what this is. Can someone help me?

    The same thing happened to
    me too. Was
    only 3 days of account. I
    contacted theweak support of Azure
    and gave an
    excuse that my account generic promised the
    rest,for this was
    suspended.
    The only content that it
    contained was a
    page under construction.

  • Free Download Sql Server 2012 Full for windows 7 64 bit

    hi,
    im new here and i want to download sql server 2012 complete for windows 7 64 bit.
    If any one help me to find it.

    You need to buy SQL Server 2012 Developer Edition for 50$ or as Shanky_621 suggested
    download a free edition named SQL EXPRESS which has some limitations.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Cant sign up for azure free trial

    Hi Everyone,
    I've been trying yo sign up my Windows azure free account, but i cant since the payment options Always get the billing address information from my home country(Brazil) .. i did added my current billing address from the Microsoft account settings, but
    for some reason Windows azure insists to get the Brazilian information everytime I login and try to sign up...Ii think this is why the transation doesnt work since the credit card is from US and the address is from Brazil..
    It is a debit card but I know it Works with a debit card since I even bought office 365 recently and I also read it somewhere in the Microsoft forums...
    Can anybody help me out with this?
    I live in Boston MA and I am a student...
    Thanks in advance,
    Romulo Romero

    Hi Romulo,
     May I know whether you have followed below steps to contact with Azure customer support?
    Get the support channel at:
    http://www.windowsazure.com/en-us/support/options/
    Select a support topic
    Log the information as required and submit the ticket.
    A Microsoft support professional will contact with you as soon as we can
    Sincerely apologize for this inconvenience and we appreciate your patience.
    Should you have any other concern, please feel free to let me know.
    Thanks.
    Will
    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.

  • Azure website is stopped; after free trial what happens next?

    Hi,
    My Azure website is stopped and I don't understand why. Restarting it doesn't work.
    I have a free trial subscription, which seems to expire today.  I would like to upgrade it but there is no information about the financial impact of upgrading.  I found this link about the different service tiers:
    https://msdn.microsoft.com/library/dn741336.aspx
    But there is no finance information.  They give you links into all kinds of documentation but the basic question of what to do after free trial subscription ends is nowhere.
    I was able to link to a Web page that details monthly charges (which unfortunately now I couldn't find) where a developer pays $29 monthly and standard subscription costs $300 monthly. I need a standard but I don't have that money to burn. So I'm thinking
    of the developer plan but I don't know what services go with it.  What happened to the pay-as-you-go? Where is the explanation for what services are included in that plan? Where
    are the plans? Why can't I find it in the Azure portal?
    Appreciate anyone with suggestions.
    Marilyn Gambone

    Hi,
    If your Free trial is going to expire and you would like to continue with the azure services, recommend you to go for pay as you go service. click Buy
    here for pay as you go service.
    This offer is billed at the standard
    Pay-As-You-Go rates and You will be notified at least 30 days in advance of any changes to the Pay-As-You-Go rates. New services may be added periodically to the Azure platform. Other details
    here.
    Estimate your expected monthly bill using the
    Pricing Calculator, and track your actual account usage and bill at any time using the
    billing portal. Setup
    automatic email billing alerts to be notified if your spend goes above an amount you configure.
    Also, I would like to clarify that if you want to scale the websites, the websites must be in the basic or standard mode. When we create basic or standard website in free trial account, the website consume the credits limit
    of azure free trial account. But if the free trail is expired, your service will be stopped and your data will be stored 3 month unless you reactivated it or became the paid users .
    Please find the purchase options below :
    Pay-As-You-Go Subscriptions
    Pay-As-You-Go subscriptions are our most popular and flexible payment plan. There are no minimum purchases or commitments and you can cancel anytime. You can pay for them by credit-card as well as by invoice.
    Learn more
    Microsoft Resellers
    You can work with the same resellers that you already purchase Microsoft software from using the
    Open Volume License Program. If you already have purchased Azure from a reseller and have an Open license key, you can activate your Azure subscription or add more credits to it
    here.
    Learn more
    Enterprise Agreements
    Large organizations often sign up for a Microsoft Enterprise Agreement (EA). By making an upfront usage commitment to Azure they earn several additional benefits—including flexible billing options and our very best prices.
    Learn more
    If you need assistance in puchasing,  you may also raise a free billing support via this
    link . Feel free to write back for any queries.
    Regards,
    Shirisha Paderu

  • Cannot connect to any database either in Azure or Sql Server Management Studio

    I'm unable to connect, this page just hangs on azure and from sql server management studio I get the following error - A Network-related or instance-specific error occurred while establishing a connection to SQL Server,

    Hello,
    Before you can connect to your SQL Database server, you must use the
    Windows Azure Platform Management Portal to configure the SQL Database firewall: on the Firewall Rules tab of the SQL database server, add the IP address of your computer into the IP address range.
    What's more,Windows Azure SQL Database does not support Windows Authentication. Please use SQL Server authentication in your connection string.
    Reference:How to: Configure the Server-Level Firewall Settings (Windows Azure SQL Database)
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • How to choose RT System at Run Time

    Variations of this question have been asked, but I'm not sure if they've been answered. We use LabVIEW RT to do a variety of behavior tests.  We have multiple experimenters using the same hardware, and each has his/her own set of "What I want to do"

  • Editing a signed document

    Hi Previously when using a form we were able to make changes to a form after the document was signed. In this way we could save a document and open it and make a slight change ( add a new name) and then save that document without having to fill it ou

  • XSL and Javascript

    I had an application running fine with the earlier Servlet version(9.6). It had Javascript embeded into the XSL stylesheet. When I moved to the new Servlet version(9.8.6), it is giving me problem . For example: this is a sample Javascriptlet inside X

  • Add multiple Categories in SharePoint EnterpriseWiki

    Hello, Is there any way to add a Metadata Column like Categories at the left side in the Enterprise Wiki ?  The idea is that in one page I want to map multiples categories from different Terms Sets. Thanks.

  • When flash player will be available for Samsung GT-S5670L

    When flash player will be available for samsung GT-S5670L?