Best option for website plus SQL Server?

Best option for website plus SQL Server?
OPTION 1: Azure website + SQL VM
OPTION 2: Azure website + SQL VM within Virtual Network
OPTION 3: Website VM + SQL VM both within Virtual Network
Pros/cons of each?  I’m looking there SIMPLEST solution so long as also SECURE.
Thanks.

Hi,
With Azure web sites, you don't have to manage Virtual Machines, network load balancers, or deployment infrastructure yourself. All of these capabilities are built in and provided by the Azure Websites service.
It depends on you. Personally, the easiest way would be creating an Azure Web site and using a SQL Azure database associated with the site.
If you want to use a SQL VM as a database server, I recommend you to create it in a virtual network as it is supported for integration between your Azure virtual network and the Azure Websites:
Azure Websites Virtual Network Integration
Best regards,
Susie
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Similar Messages

  • World best tool for corruption of SQL server database

    Many SQL repair tool company available but I am confuse.. please help me to choose best tool to repair and recover MDF files from corrupt and damaged SQL server.

    I will suggest you to use SQL Database Recovery Software to solve all types of database file corruption. This software provide simple, fast and effective method to users. Software can recover multiple MDF file. You can run this software in all SQL Server version.
    Get more features and download free trial version from - http://www.sqldatabaserecovery.org/
    Get more information about software visit - http://www.sqlrepair.org/

  • Best option for Asynchronous method invocation? JMS or Pure Java Thread

    Hi,
    We've a swing based Client application which is supposed to run with a server in J2EE environment. Some process like Search etc are very time consuming. So we are going for asynchronous process.
    Now the question is to find a best option for this. Two possible candidates are
    1. JMS
    2. Java Thread.
    Can anybody suggest me which one is the best option in this context?

    Actually my thought was the issues with code maintainability.Maintainability is different issue, it is much related to OOAD and design pattern you might want to choose to avoid coupling (thus high reusability and maintainability - eg: for future enhancement, etc)..
    public interface SearchService {
         public static class DefaultFactory {
                 public SearchService getInstance() {
                          return HttpSearchService.getInstance();
         public void search (String[] keywords, Observer obs);
    public class HttpSearchService implements SearchService {
         public static HttpSearchService getInstance() {
                ... bla bla bla singleton ...
         public void search(final String [] keywords, final Observer obs) {
                     (new Thread() {
                              public void run() {
                                    .. do http request ...
                                    List result =  ... parse http response ...
                                    obs.update(list);
                     }).start();
    SearchService ss = SearchService.DefaultFactory.getInstance();
    ss.search( new String[] { "get", "me", "my" , "dukes" }, myTableModel );
    ...You can, in future, replace the default factory HttpSearchService with something faster, more appropriate SearchService, without changing many codes.
    rgds,
    Alex

  • What is the best option for tethering my IPhone 4s with my iPad? (the iPad is wifi only)

    What is the best option for tethering my IPhone 4s with my iPad? (the iPad is wifi only)

    #1. Understand that if you switch carriers, you can NOT take your existing iPhone with you. It won't work. You will need to purchase a new one.
    #2. Your only choices are Sprint and Verizon. Decide who has the better coverage in your area. Keep in mind that you will NOT be able to get simultaneous voice and 3G data on either of these, as their CDMA networks do not support it. The U.S. T-Mobile network is not supported and is not fully compatible with the iPhone as it operates on a rarely used frequency compared to the rest of the world.
    #3. What in the world are "niners"? Do you mean you want to be able to keep your existing "phone numbers"? If so, that should be no problem. Most numbers in the US are now portable.
    #4. Consider WHY you want to switch. If the issue is really price, you're not going to see much of a difference. A few dollars a month at best for comparable voice and data plans.

  • Alternative for Cursor in SQL Server 2012

    Hi all,
      I keen to know Alternative for Cursor in SQL Server 2012. Why everyone telling Cursor have performance impact. Any other alternative for row by row comparison like Array in SQL 2012 ?
    Thanks

    It is not the cursor that kills you - it is the loop as such. I've seen more than one example of a poor man's cursor, where they have selected TOP 1 from a #temp ORDER BY, and several operations on the temp table - which is completely void of indexes,
    making the operations for the loop control the slowest in the batch. So you use cursor when you need to iterate.
    But in many cases, you should work and think set-based instead.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Equivalent datatype in Oracle for datetime of SQL Server

    Hello Everyone,
    I'm very much new to Oracle. I have been working with SQL Server since 3yrs. Currently I'm working with Oracle 11g.
    What is the equivalent datatype in oracle for datetime in sql server with which has the format YYYY-MM-DD HH:MM:SS?
    I tried with timestamp and date which didnt solve my prob.... Please help me in using the equivalent datatype for the format provided above...
    Regards,
    Bhanu Yalamanchi.

    Oracle date format can be anything you want, either by default at the session level or preferably explicitly using to_char and a format mask.
    Format masks are documented here.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/sql_elements004.htm#CDEHIFJA
    SQL> create table t (d date);
    Table created.
    SQL> insert into t values (sysdate);
    1 row created.
    SQL> select * from t;
    D
    19-JUL-11
    SQL> alter session set nls_date_format = 'YYYY-MM-DD HH:MI:SS';
    Session altered.
    SQL> select * from t;
    D
    2011-07-19 08:27:59
    SQL> select d, to_char(d, 'YYYY-MM-DD'), to_char(d,'Day') from t;
    D                   TO_CHAR(D, TO_CHAR(D
    2011-07-19 08:27:59 2011-07-19 Tuesday
    SQL> alter session set nls_date_format = 'DD-MON-YY';
    Session altered.
    SQL> select d, to_char(d, 'YYYY-MM-DD HH24:MI:SS') from t;
    D         TO_CHAR(D,'YYYY-MM-
    19-JUL-11 2011-07-19 08:27:59

  • Publish+Share best option for fast action AVI 1920x1080 29.97?

    I want to play my movie on an HDTV from my laptop or USB drive.  What is the best option for Publish+Share?
    I don't need to preserve layers for future re-edits and smaller file size is better but not if it's at the expense of playback quality. 
    Should I choose Computer or Disk?  Pros and cons?
    Should I choose MPEG or AVCHD?  Pros and cons?
    Which version of 1080?  Pros and cons?
    Is there a detailed listing of the Publish+Share options?

    Seems like there are 4 "best options" - can anyone advise further?
    SubCat
    Option
    File Type
    Frame Size
    Frame Rate
    Audio Setting
    MPEG
    MPEG2 1920 x 1080i 30
    MPEG2 Blu-ray
    1920 x 1080
    29.97
    Dolby Digital, 192 kbps, 48 kHz
    MPEG
    HDTV 1080p 29.97 High Quality
    MPEG2
    1920 x 1080
    29.97
    MPEG, 384 kbps, 48 kHz, 16 bit, Stereo
    AVCHD
    M2T - H.264 1920 x 1080i 30
    H.264 Blu-ray
    1920 x 1080
    29.97
    Dolby Digital, 192 kbps, 48 kHz
    AVCHD
    MP4 - H.264 1920 x 1080p 30
    H.264
    1920 x 1080
    29.97
    AAC, 160 kbps, 48 kHz, Stereo

  • Whats the best option for passing parameters between tf?

    Dear All,
    I have three Task Flows:
    1. TF1
         -  Main Taskflow that calls a web service to gather its data
    2. TF2
         -  Secondary taskflow which receives a parameter and depending on the value of the parameter received will display its data accordingly.  Generally any data
         is feed from TF1
    3. TF3
         -  Same as TF2Use Case:
    All three TF will be dropped to the page as Regions in a Webcenter Portal Application. Changes in TF1 should propagate into TaskFlow 2.
    Question:
    1. How do I configure that changes in TF1 would be propagated back into task flow 2 and 3 and whats the best option for this?
    2. At runtime, user can choose to edit the page and TF2 and TF3 can be deleted but TF 1 should remain as the source of information.
    Given the scenario above:
    - shall I wire the taskflows via page parameters?
    - contextual events?
    What are the considerations that needs to be thought of. I havent done such requirements before.
    Please help.
    Webcenter 11.1.1.6

    Contextual events seem to be the best case.
    This way you can trigger whenever you want. Web services can be slow so you can trigger the event when the gathering of the data has been finished and then pass some value on the event.
    An event also has a payload so it's an ideal scenario to add the data from the service on it so you can use it in the other TF's.
    In order to manage the deletion of the TF1, you can use the UI events on the composer: http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_page_editor_adv.htm#CHDHHFDJ

  • What is best software for website design on iMac?

    What software can I best use for website design on my iMac?

    RapidWeaver or Sandvox is what I recommend for most people - both require little to no knowledge of HTML, JavaScript, or CSS but can be used to create attractive websites with all the modern doodads. DreamWeaver is a powerful program with a very steep learning curve but well worth learning for professionals and power users. Even so, this power user uses RapidWeaver for most tasks today.

  • Best option for upgrading to CS 6

    Hello,
    I need some help. I currently have CS 5 and 5.5 installed across 7 PCs and 1 MAC within the marketing department in my company. What would be the best option for upgrading all of them to CS 6 Master Collection. (how many PCs can I use a license on? How many licenses would I have to purchase to install on all the machines?)
    Thanks.

    There is no ambiguity here: You buy 7+1 licenses. Though you have 2 activations per license, they are not meant to run your facility on the cheap. I suggest you read the EULA....
    Mylenium

  • Best option for optical au

    Hey guys,
    just a query - i have an audigy 2 ZS currently, and a high end yamaha 7. amplifier.
    what im wanting to do is connect this up via optical .. its currently connected via RCA and it seems to get confused as to which is the sub and which is the centre, despite me trying all combinations of cabling.
    so i thought an optical wire from soundcard to amplifier would be the best way ?
    i've read somewhere that if i do this, and play 2. audio (mp3s), my rear channel will be disabled ? surely thats not true ? - reason for saying this is i've seen home theatre setups where a CD player is hooked up to an amp via optical, and it still produces audio through the rear channels.
    whats the best option to run this via optical ? do i need to purchase a new sound card ? if so, what is the best option for me ?
    id rather quality than cheaping out on something that 'will do the job', but options are always welcome
    mostly i listen to music with a bit of bass, i dont do a whole heap of gaming, so i guess music is the focus.
    Thanks !

    ReaperZ,
    The center is on the nominally-left-channel RCA, so the likely-red-coded, nominally-right-channel RCA is your subwoofer connector.
    I don't have the same soundcard model, and I can't give you blow-by-blow detail, but try looking in the Bass Management tab of the Speaker Settings control, or you may find something in the THX Setup Console, for bass redirection. You should at least find subwoofer volume and crossover-frequency sliders, and you also might find a center volume control. I'm a proponent of running all soundcard volumes at 00% and controlling listening volume and speaker balance at the amp, since this maximizes the digital SNR, but it can also be less convenient.
    Run through the receiver manual's troubleshooting section for "No sound from the center speaker" and "No sound from the subwoofer" just to rule out a setting problem on the receiver side.
    Then use "Manually adjusting speaker levels" on pg 45 of the receiver manual, with? MULTI CH IN selected on the remote control, to max the SWFR level (+0dB). Most receivers have separate level settings for their multi-channel input, so it is usually advantageous to provide the +0dB boost this way so it is in effect only when using the soundcard. This boost can be increased further by lowering all of the other settings the same number of dB's: if you subtract dB from all of the others, the effect is to increase the relati've subwoofer volume by dB.
    Try using this information and let us know what happens.
    -Dave
    ?[email protected]

  • Best option for replacing a faulty ATI Radeon x 2600 XT 256mb

    My graphics card has just packed up, and I am struggling to find anybody at the Apple Technical Support service to give me a straight answer.
    I am not a gamer, and only require a card that will allow me day today use and for general camcorder editing (novice level).
    I had an ATI Radeon HD 2600 XT - standard install. in my MacPro (early 2008) 2.8Ghz, Dual Quad Intel chipset, OSX 10.6 (snow leopard).
    Can anyone recommend the best option for ATI card, as I have read theyh perform better than the Nvidia cards.

    I'd get ATI HD Radeon 4870 Mac Edition from Apple.
    The GT is more like spare or for 3 monitors. Why or how Nvidia got that card to be adopted as the OEM standard in a workstation, and not say GTS/GTX 200 series is, beyond me. One year ATI, next year Nvidia gets the "prize" seems to be the order of the day.
    Nvidia drivers have been a problem for Apple for years, the GTX 285 would do some serious damage to 3D and CS4/5. Two dual width card design the way a Quadro CX handles CS4 for Windows to do realtime image rendering instantly.
    I wouldn't flash unless you like to dabble or want to learn. In which case a 1GB card would make more sense.
    Surprised though the manager didn't steer you toward the 4870.

  • Best option for boosting signal

    Hi all,
    For internet access I plug my mac directly in to my Time Capsule and then use my touch wirelessly throughout the house.
    I lose signal strength toward the back of the house and sometimes lose the signal completely.
    What is my best option for boosting the signal coming from the Time Capsule.
    Oh, I have an old Airport Express Base Station if this can be used.
    Cheers,
    Steve

    cheers for the info.
    How can I tell if my Airport Express Base Station is using N wireless?
    Is the G version just an older, slower version?
    Cheers,
    Steve

  • Best option for remote downlinking

    I am going to be streaming video/audio to some clients all over the US, all of which will be using PC's.
    90% of the time they are going to be in locations where a hardline to the internet isn't possible.
    What is the best option for them to access my stream as well as provide me back a webcam feed?
    Is a cell phone card as good as it gets now?
    Thanks,
    Chris

    Your options here are entirely and completely dependent on the local network services. This could include cellular data packet networks (and there are various flavors), WISP, satellite data (Iridium, GlobalStar and such), dial-up at speeds anywhere from roughly 50 kilobaud down to unusable, local WiFi networks, or otherwise.
    Satellite networks are the most pervasive, though do have technical limits and do have among the highest of the high prices. I'd not want to stream video (on a budget) on such networks.
    If these clients are going to be located are fixed sites or specific geographic areas, you can potentially set up backhaul wireless networks. If local network coverage is bad (and the local terrain allows it), you can potentially set up your own WISP, and provide coverage for yourself and potentially others.
    If this is the United States, you're going to encounter some rather severe limitations and network fragmentation outside the metropolitan areas. Inside the metropolitan areas, there are almost always options. Outside those areas, you'll find that some countries will tend to have more pervasive network services, and better wireless coverage. (DSL and cellular data coverage is very far from pervasive locally, and this is located in one of the most populous counties in a small US state. And the local geography is not particularly amenable to a WISP operating on a budget.)

  • Best option for protecting the palm wrest area from staining?

    My new white MacBook is scheduled to be delivered tomorrow. I currently use a blackbook. Anyway, I have kind of oily skin, and I'm worried about staining on the white plastic on the new computer where my palms rest during use.
    What's the best option for protecting this area? I've seen the Marware protection pack, but I've read quite a few bad reviews on it.
    Any ideas?
    Thanks!
    Dave

    I use Mareware's product on my WhiteBook and it is sold at the Apple Store and Apple online. It also comes with a keyboard cover cloth to put on when the Book is closed to protect the screen. The cloth doubles as a soft wipe for the screen. The palm rest is custom fitted for the palm area and is removable. I have removed it twice and stuck it back on. Here's a link: http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=A75 86758&nplm=TJ751LL/A

Maybe you are looking for

  • Capturing Sound with microphone

    I need code that will capture sound through a microphone, please help. Thank You.

  • How do I get "permission" to open DVD I just burned?

    I want to  back up photo files from iPhoto 9.6 onto DVDs running OS 10.10.2 on an Intel iMac.  After lengthy burn time the system produces a disc which, it informs me, I do not have permission to read!  How does this happen?  How can I get permission

  • [svn:fx-trunk] 11930: Update of accessibility implementation to allow for case of null titleDisplay  (title).

    Revision: 11930 Revision: 11930 Author:   [email protected] Date:     2009-11-18 06:10:40 -0800 (Wed, 18 Nov 2009) Log Message: Update of accessibility implementation to allow for case of null titleDisplay (title).  If there is no title then no accIm

  • Web page visit - hit counter

    Please advise of any tutorial or example of a web visit counter.  I can create one that increments the count for each visit and refresh but really need something that will count unique visitors. Maybe use a session but not sure how to do it.

  • What is the preferred way to run Windows in a VM?

    I plan to run Windows 8 in a VM with VMWare Fusion.  I need to have OS X and Windows available concurrently because some of corporate apps only run on windows.  It seems I have (at least) two options for doing this.  I could setup Boot Camp and insta