How would you make a server on Visual Studio?

I would like to make a database server on Visual Studio which can be accessed by other computers as well. I know how to make a basic local database but please can somebody help me with this. Thanks!

I would like to make a database server on Visual Studio which can be accessed by other computers as well. I know how to make a basic local database but please can somebody help me with this. Thanks!
Why not use something like SQL or MySql? You would simply install the database software on your VM or server, then you configure your server's endpoints, firewall/router's ports, and you should be good to access it from any Client-Capable software.
“If you want something you've never had, you need to do something you've never done.”
Don't forget to mark
helpful posts and answers
! Answer an interesting question? Write a
new article
about it! My Articles
*This post does not reflect the opinion of Microsoft, or its employees.

Similar Messages

  • How would you make an effect like this?

    Hi! I'm new to the forums, but hopefully it's ok if I start this new discussion. I'm very new to Photoshop as well (newbie).
    Here is the image: http://sffbookreview.files.wordpress.com/2012/10/life-of-pi-banner.png
    How would you make the image on the right - with the watercolor painting crop effect of the tiger? Also, how would you make the font on the left gradually turn to orange?
    Thanks! Your help is much appreciated.

    Hi there,
    Here's a really quick tutorial on how to add the mask and gradient text over the image of a tiger.
    Masking the Image
    1) Open your image of the tiger. There should be two layers in your layers panel: the image and a white background.
    2) With the tiger layer selected, click on the icon marked below in the layers panel to create a layer mask.
    3) Being sure you have the mask you just created selected, paint with black using the brush tool to mask out the image. In your layers panel, if you look at the mask icon, you will see the areas where you were painting (on the canvas) change to black. Use a variety of brushes to recreate the effect in your example image.
    Creating Text with a Gradient Effect
    1) Use the Type Tool to create your basic text and reposition it on the page with the Move Tool.
    2) In the layers panel, control click on the type layer and select Blending Options.
    3) In the dialog box that opens, check the Gradient Overlay box and click on the "gradient overlay" text to move to the gradient options. Adjust the angle of the gradient, then click on the colored bar to select the colors you want. Click OK on each dialog to close them.
    Final result:
    I hope this helps, and please let me know if you need any more assistance.

  • How would you make datacopy faster in a calc?

    I have a calc that looks like this and it's running quite slow because of size of data.
    FIX (Scenario, Version, Product)
    DATACOPY Salary>Year to Salary_Copy->Year;
    DATACOPY Marketing->Year to Marketing_Copy->Year;
    DATACOPY Training->Year to Training_Copy->Year;
    ENDFIX
    - Salary, Marketing and Training are from the Account dimension (dense). The Salary_Copy etc are also in the same Account dimension in a different tree.
    - Scenario, Version and Product are Sparse.
    - Year is dense
    Before looking to tune other things like hardware, I wonder if I could write the script any better. For example, see below... But my question is whether DATACOPY or direct is faster? Second is whether I should put "Year" as part of the FIX or should I be using cross-dimensional operators instead?
    FIX (Scenario, Version, Product, Year)
    Salary = Salary_Copy;
    Marketing = Marketing_Copy;
    Training = Training_Copy
    ENDFIX
    Thanks for any help in advance.
    Edited by: user634643 on Aug 4, 2009 5:39 PM

    GlennS_2 wrote:
    First, in your fix are you fixing on the dimension names or actual members. For example fixing on the entire product dimension will be slow, fixing on levmbrs(product,0) would be much quicker.
    I actually like the second method you describe better than the first. It is even better if you wrap them in a block statement Shown below, so only one pass is done through the database.
    FIX (Scenario, Version, Product, Year)
    (Salary = Salary_Copy;
    Marketing = Marketing_Copy;
    Training = Training_Copy
    ENDFIXIf we wrap into one block statement will it affect the Essbase to make use parallel CPU threads in data copy execution?
    Thanks!

  • How would you make the call now screen for an infomercial?

    I am making an infomercial on iMovie '09 version 8.0.6 with iOS X version 10.9.4 and need help creating a call now screen at the end.
    I want it to be able to hold text like "Call (---)--------" and "1 easy payment of $----".  Also, I would like it to have a box in the upper left hand corner that allows me to display videos like in a typical infomercial.
    Thanks!

    for adding custom graphics & titles, read my User Tipp
    How to create a pointer or a custom title
    To use a pic-in-pic effect in iM09, switch-ON the Advanced Tools in iM's prefs ...

  • How do you make background gradient?

    Hey all,
    How would you make the background color a gradient effect,
    such as black at the top fading toward gray at the bottom?
    And also, on top of that, how would you make a rectangular
    main area as your website-content area? It would almost fill the
    page, but not quite- so the leftover width would be the gradient
    background. The rectangular area would have a background of all
    black.
    Thanks!

    <mock><mock>
    They are the same ones who have Flash on their site. Life is
    too short to
    worry about those tiny things....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alec Fehl" <[email protected]> wrote in message
    news:f88b1a$kec$[email protected]..
    > You mock! Hey - I know developers who name their
    subfolder "img" rather
    > than "images" because it saves a few bytes in their
    code. Everything is
    > another brick in the wall and can add up to significant
    savings if you get
    > a lot of hits.
    >
    >
    > --
    > Alec
    > Adobe Community Expert

  • How would you find the pitch period of a sound signal?

    Hi
    I have a few questions and i would like if somebody could help me even with the smallest comment on this.
    How would someone be successfully estimate the pitch period (fundamental frequency) of a 5 second sound file?How would you successfully distinguish the voiced from the unvoiced parts and how would you make sure you dont mix voiced/unvoiced sections? Finally how can you find the exact points where the pitch is at its peak throughout the signal?
    Any help/comment/suggesion would be much appreciated

    Hello Madgreek,
    After some thought I think I may have come up with an algorithm for what we have discussed. Basically, you are interested in knowing the time intervals over which you can observe any given frequency in your signal. As you had suggested, you can examine small windows of your signal and perform FFTs on each of the small windows to determine what frequency content is contained in that window. By examining all of the windows, you will see when particular frequencies are prevalent in the original signal. You'd want to use the smallest allowable window to give you the most resolution, but one that is large enough to cover an entire period of the lowest frequency (so that you don't miss this frequency).
    I have attached an example program that performs this operation. The example performs this analysis on an array that represents audio data. I am basically performing multiple FFTs (for each window) and stacking these FFTs in time to form a 3D plot. By examining the 3D plot, I can then see when in time my frequencies of interest are at their peaks. Rather than graphing these plots, you may work out a different algorithm for programmatically determining and logging these peaks and times. I hope this is what you were looking for!
    Attachments:
    Time Variable FFT.vi ‏250 KB

  • On a 5s how do you make the light turn off when phone rings or when you receive text, at work I would like to shut that off. Also seems like vibrate doesn't always work?

    On a 5s how do you make the light turn off when phone rings or when you receive text, at work I would like to shut that off. Also seems like vibrate doesn't always work? I had a 4s and didn't have these issues

    Thank you, I did find that. Still my phone does not always vibrate when ringer is off for texts and calls, only sometimes?

  • How can I make a server differ between two or more clients?

    How can I make a server differ between two or more clients?
    The clients can connect and talk to the server fine, but how can I make the server talk to one, two or all clients? i.e. what would be a good way to implement this?
    Currently, the server listens for connections like this:
    while (listening) {
    try {
    new ServerThread(this, serverSocket.accept()).start();
    I guess one way would be to add the ServerThreads to a Hashtable with the client ID as key, and then get the ServerThread with the proper client ID, but this seems unnecessary complicated. Any ideas?

    Complicated was perhaps the wrong word, I should have
    written something like it doesn't "feel" right. Or is
    this a common and good way to solve communication
    between a server and multiple clients?Thats pretty much how I do it. I normally use an array or ArrayList of Sockets instead of HashTable, with [0] being the first player etc.... Then you can communicate with exactly who you want. If you want to send bytes to all of them, just send the same thing to each socket individually (or is there a better way to do this?).

  • How do you make imessage work? The icon is there. You can type in the recipient but are not allowed to hit the send button

    How do you make imessage work? We upgraded to verision5. The icon is there. You can type the message but the send button is not available.

    There is some instability in  iMessage.  It is a versatile and confusing app even though there are so few options in its use. 
    I had issues trying to get iMessage work on both my iPads and my iPhone. 
    ON the iPhone, turning off WiFi service and then trying iMessage fixed the problem.
    On the iPad 2, same thing.  Turning off WiFi service fixed it.
    On the iPad 1, I took a suggestion from zoomzoom and changed the WiFi network configuration on the iPad to use 8.8.8.8 as a DNS server and then use iMessage.  That fixed it.   Now I put the DNS back to default and it still works.
    I suspect the iPod Touch will have the same fix as the iPad.
    If you have a WiFi and 3G iPad or iPhone, try turing off WiFi and see if that fixes it. 
    Why?  (beware, some of this is guesswork)
    iMessage can talk SMS to cellphones and smartphones (that are using the cell-network).  It can also talk Apple iMessage format to iPhones and iPads whether they are on cell-network or on WiFi.  If you are talking to an SMS cellphone, iMessage figures that out and blindly sends your message.  If you are talking to a iOS5 device, iMessage figures that out too, checks to see that they are on-line, and then does something different if they are or are not on-line.  If you type in an email address, and not a phone number, I think iMessage attempts to see if the email address is registered with Apple (or iCloud or whatever) and if it is not, it does something to let you know, possibly by making the Send button not light up. 
    In order to register iMessage and an email, you have to let the iOS device see whatever service it is that iMessage uses.  That is where the problem happenes.  zoomzoom suggested manually setting the WiFi DNS to google's 8.8.8.8 IP address, then run IMessage, and that seemed to fix the problem.  Setting the iOS device to use 3G-only (by turning off WiFi) also fixed the problem.  I suspect going down to StarBucks or McDonalds and using their WiFi would also fix the problem.  Once the problem is fixed, it doesn't seem to come back so I can't test these 'fixes'. 
    To change the DNS on your iPad find your WiFi networks configuration, click on the blue arrow, touch DNS, backspace over the number that is shown, type in 8.8.8.8    Then click on the WiFiNetworks button at the top of the screen.  Now go run iMessage.  After that, you can delete the DNS entry again and leave it blank.  Your iPad will fill it in from the WiFi router when it needs it.

  • How would you configure your database?

    How would you configure your disks with those specifications?
    General Database Characteristics:
    os is Oracle Enterprise Linux 64 bit
    Enterprise Edition
    180GIG size database.
    High "oltp" environment.
    Estimated growth of 40 to 60GIG/year
    20GIG of archivelogs/Day
    Flashback time is 24 hours:120GIG of flashback space in avg
    Local backup. Full database copy, then incremental is the preferred method.
    That way, if a datafile goes bezerk, replace with backup datafile then recover.
    Or if only a few corrupt block, block recover with rman.
    BTW: Backup is done locally first, then send to another server, than on tape.
    Archivelogs is duplexed on another server.
    General Hardware Info:
    Server Platform: Dell PowerEdge 1950
    16 GIG RAM
    2 * 64 bit CPU's
    2 * local 300G/15rpm disks
    Storage: Dell PowerVault MD3000
    15 * 300G/15rpm Disks
    Possibility for 17 disks here.
    Here is my configuration so far:
    OS+ oracle binary + Online Redo Logs Copy 1 + Control File Copy 1: 2 disks raid 1
    flashback + backup + Online Redo Logs Copy 2 + Control File Copy 2: 4 disks raid 1 or 10
    archivelogs: 2 disks raid 1
    Temporary Datafiles: 1 disk no raid
    UNDO Datafiles: 2 disks raid 1
    Datafiles 6 disk raid10
    total 17 disks: + spare disks on the side of one ever fails
    1) How would you configure it with those specs?
    2) Is there missing info to make a particular decision?

    Here is my reply concerning data separate from index files:
    See http://www.dizwell.com/prod/node/751 for the complete article.
    "Why wouldn't you keep indexes separate from their tables?! Because doing so makes no difference to performance... and I patiently explained that a table and its index are never accessed simultaneously by a single user so that contention between them cannot arise. And yes, in a multi-user system, of course the two could be accessed simultaneously -but so could two tables, or two indexes. "

  • CF8 dev edition - how do you start / stop server?

    mac osx - CF8 dev edition - how do you start / stop server?
    I would like to turn off CF8 auto start on boot up and
    manually be able to start and stop the server...
    Q: How do I set this up?

    > Now, I am also interested in turning off CF8.01 "auto
    start on boot up"
    > (currently set to that now)
    >
    > Q: How do I turn this auto start off?
    >
    > Hi folks - I'm still interested in setting the CF server
    on MAC OSX 10.5 to
    > *NOT* Auto Start - How do I turn this auto start off?
    I googled "cf8 osx don't autostart", and turned up this:
    http://www.feed-squirrel.com/index.cfm?evt=viewItem&ID=96307
    Does that make sense? It's all a bit Greek to me because I've
    not used a
    Mac for...
    crikey...
    TWENTY YEARS.
    Adam
    (suddenly feeling rather old)

  • How do you make a web browser?

    I would like to make a Web Browser of my own but how did you make FireFox?

    Read this:
    http://thepattysite.com/window_sizes1.cfm
    You don't want to try to launch your site to full screen,
    honest, as you'd
    drive your (potential) visitors away.
    Jo
    "Steve Zavodny" <[email protected]> wrote in
    message
    news:escrfa$s7$[email protected]..
    > How do you make a web browser launch your site to a
    specific size or even
    > full screen?
    > Thanks...

  • 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

  • How do you make a 3d octagon in photoshop cs4 extended?

    How do you make a 3d octagon in photoshop cs4 extended that you can map artwork to? I've been searched online for a solution that doesn't involve using a 3D program but can't find anything. Can't you extrude a shape like in Illustrator, or exporta true 3D shape from Illustrator that will work? I'd use Illustrator but the mapping thing is finicky, and doesn't alow wrapping images around angles. (now someones going to say: "Don't mention any other programs in a PHotoshop forum!" Yeah yeah, there should be a forum then about using different Adobe programs together.) End of rant, any suggestions much appreciated.
    Thanks,
    Mike

    Thanks for your prompt response!
    Suggested Bridge Update
    It turns out that I got a message that this update had already been installed, which led me to more carefully look at the Bridge window and (finally) see that the Output module had a Quality dropdown: Full, 300 ppi, 150 ppi, 96 ppi and 72 ppi.  Thanks!  I decided to compare the CS4/Bridge results to those I got in CS2 with its convenient File/Automate/PDF Presentation/Multi-Page Document routine that I like.
    My project was an 8-page PDF made from scanned pages of handwritten notes into which some fairly small type had been insert using the Photoshop CS2 Type tool.  In Photoshop CS2, I had settled on "medium quality" JPEG compression as giving a "reasonable" file size (about 7 MB) and "very good/excellent" image quality.  I experimented with making the PDF in Bridge, using all five Quality levels.  See table below.  The Bridge "good minus" file was about the same size as the file produced in CS2, which I judged to be "very good/excellent" and slightly better visually than the 300-ppi, 23.5-MB Bridge file.
    Bridge Quality:
    Full
    300 ppi
    150 ppi
    96 ppi
    72 ppi
    File Size:
    25.2 MB
    23.5 MB
    7.6 MB
    3.2 MB
    2.1 MB
    Subjective Quality:
    Very good
    Very good
    Good minus
    Poor
    Useless
    I appreciate that you may not be all that interested in these observations, but it seems to me that Adobe has done us no favors in the multi-page PDF department in going from CS2 to CS4!
    Install the Old Contact Sheet/Picture Package Plug-Ins
    I had already done this some time ago, in order to get in CS4 the File/Automate/Contact Sheet II feature I liked in CS2.  It does not appear to me that this plug-in has anything to do with make multi-page PDF's.  Perhaps I'm missing something.
    Again, thanks for your response!

  • How do you make an array of image icons and then call them?

    How do you make an array of image icons and then call them, i have searched all over the internet for making an array of icons, but i have
    found nothing. Below is my attempt at making an array of icons, but i cant seem to make it work. Basically, i want the image to match the value of the roll of the dice (rollVal)
    Any help would be greatly appreciated, some code or link to tuturial, ect.
    /** DiceRoller.java
    * Roll, print, Gui
    import javax.swing.*;
    public class DiceRoller extends JFrame
         private ImageIcon[] image  ;
         public String[] images = { "empty", "dice1.jpg",
                   "dice2.jpg", "dice3.jpg", "dice4.jpg",
                   "dice5.jpg", "dice6.jpg" };
         public Dice die;
         private int rollVal;
         public int rollNum;
         private JLabel j1;
         public DiceRoller(){
              j1= new JLabel("");
           die =new Dice();
           int rollVal;
           rollVal = die.roll();     
           image = new  ImageIcon[images.length];
         for(int i = 0; i < images.length; i++){
          image[i] = new ImageIcon(images);
         if (image!=null){
              j1.setIcon(image[rollVal]);
         System.out.println("Roll = "+die.roll());

    Demo:
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class IconExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            try {
                Icon[] icons = new Icon[6];
                for(int i=0; i<icons.length; ++i) {
                    String url = "http://www.eureka-puzzle.be/cast/images/dice" + (i + 1) + ".jpg";
                    icons[i] = new ImageIcon(new URL(url));
                display(icons);
            } catch (MalformedURLException e) {
                throw new RuntimeException(e);
        static void display(Icon[] icons) {
            JPanel cp = new JPanel();
            for(Icon icon : icons) {
                cp.add(new JLabel(icon));
            JFrame f = new JFrame();
            f.setContentPane(cp);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

Maybe you are looking for

  • Credit Managament: avoid credit block for down payment invoices

    1) Downpayment - when an order is blocked, can we create a billing document of the downpayment request created in slaes order. Logically the customer wants to pay for this downpayment immediately and process the order Notes: If credit management is a

  • Set operations & tables with different columns

    I have a problem. I have 3 tables - Countries, Locations & Departments. I want to output the country_id and country_name from the countries tables for countries that have no departments. Locations has country_id and location_id columns and department

  • Wallpaper from attachment in mail

    I have received a picture in JPG format in my mailbox which is synchronised to my iPhone. I would like to save this piture in the photos directory and also make this my wallpaper. Please advise.

  • Mksyslinux error "

    I keep getting this error when I'm trying to install syslinux on a USB flash drive: [root@archlinux ~]# mksyslinux -d=/dev/sdb -c=/etc/mksyslinux.conf :: Mounting /dev/sdb ... mount: you must specify the filesystem type [root@archlinux ~]# It's 'W95

  • INDEX count not be created

    Hi  I could not create index on a table. It shows like this Msg 208, Level 16, State 1, Procedure dba_trigger_log_db_events, Line 58 Invalid object name 'master.dbo.DBA_DB_DDL_Trigger_Event_Information'. What might be the error . Please help me to so