Connect To SQL Server Database Over Network - Enable Network Access in SQL Server - Remote Access

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 337

  • @RajuSNair
    @RajuSNair  2 года назад +2

    Small or Big, you can support me through SUPER THANKS

  • @rollenlopez1154
    @rollenlopez1154 Год назад +2

    Clear, straightforward and direct. Great job

  • @esamzenhom
    @esamzenhom 3 года назад +1

    you are the simplest ... the most direct Programmer i've ever seen in my life ... thank you some Much

  • @nicolasarbio820
    @nicolasarbio820 3 года назад

    5 years and people still needing you. Thanks a lot!

    • @RajuSNair
      @RajuSNair  3 года назад +1

      Always welcome ☺

  • @tuscake5272
    @tuscake5272 2 года назад +1

    Thank you for your server name idea. Successfully connected my SQL Database and my .net Windows App over the internet.

  • @jhestt
    @jhestt Год назад +1

    OMG I'M LITERALLY ABOUT TO CRY BECAUSE I'VE BEEN WORKING IN FOR ALMOST A WHOLE DAY UNTIL I FOUND THIS. THIS REALLY HELPS! THIS WORKS! T_T

    • @RajuSNair
      @RajuSNair  Год назад +1

      You Are Always Welcome

  • @BeIndianmemes
    @BeIndianmemes 3 года назад +2

    Very helpfull sir.

  • @BaySideTV
    @BaySideTV 6 лет назад +5

    I was having issues remembering how I did this last. Found your lesson and was successfully in connecting db server to network clients. Many Thanks!! Don

  • @saurabhparmar8577
    @saurabhparmar8577 3 года назад +1

    Hello sir, I was stuck on site from 2 days and finding solution for connecting 6 pc's database. I almost tried everything but didn't get any solution. Then my Ex girlfriend sent me your video link and after following your steps my problem solved. And my happiness is does not fit in the sky. Thank you soooo much for your valuable video.

  • @macbagie
    @macbagie Год назад +1

    This is like my PP. Short, but very detailed, thank you.

  • @fwd2941
    @fwd2941 4 года назад +1

    Short and to the point thanks. Its rare to be seen thee days

  • @happylittlemonk
    @happylittlemonk 7 лет назад +13

    The best lesson I have watched. Many thanks

  • @upertvillarin1999
    @upertvillarin1999 2 года назад +1

    You must be heaven sent. It works! Thank you, brother...

  • @mohammadal-ramadhan6647
    @mohammadal-ramadhan6647 4 года назад +1

    A straightforward lesson and clear teaching. Thank you so much sir

    • @RajuSNair
      @RajuSNair  4 года назад

      You are most welcome

  • @mohammedtawhid679
    @mohammedtawhid679 2 года назад +1

    many thanks ... very helpful and working video ...

  • @bernardjacob3118
    @bernardjacob3118 3 года назад

    Ô punaise ! Saleté de windaube qui disable le sa userid ainsi que la double authentification !
    Merci admin Technomark !

  • @EbrahimAlkadim
    @EbrahimAlkadim 5 лет назад +2

    BIG THANKS! you helped me i searched all over the internet and non of them worked with ,( i just need to add "space" then my port number) thank you !!!!!

  • @sunilfussey
    @sunilfussey 3 года назад +1

    Many many thanks for explaining the complex steps in a simple and systematic way which has helped me to resolve the issue quickly.

  • @nitingandevikar4547
    @nitingandevikar4547 3 года назад +1

    Thanks Admin !! Absolutely useful help, works even today !!!

  • @FarooqAhmad-id4sx
    @FarooqAhmad-id4sx 6 лет назад +1

    This is the best Video, to explain this method step by step

    • @RajuSNair
      @RajuSNair  6 лет назад

      +Farooq Ahmad - Happy to hear that it really helped... :)

  • @vinitasinha6183
    @vinitasinha6183 5 лет назад +1

    very nice lesson sir , it helped me a lot...solved my sql server connection issue over network

  • @kaleem887
    @kaleem887 4 года назад +1

    Lov you ❤
    Great work done bro..
    I have spent 2 days on doing this but failed.. you did it 👍

    • @rahulsata2236
      @rahulsata2236 4 года назад

      hello brother, Can you help me?
      I have done all these things in ssms, as well as sqlconfiguration manager, also added a new rule in firewall.
      If possible , give me your skype ID.
      Thank you brother.

  • @phumthur5183
    @phumthur5183 4 года назад +1

    Thank you so much, This is the best lesson

  • @davie732
    @davie732 4 года назад +1

    Thankyou so much for this. Followed your video and it worked well. Thanks. Ive added this to my book marks when i need to use it again.

    • @RajuSNair
      @RajuSNair  4 года назад

      You're very welcome!

  • @logitizer7843
    @logitizer7843 6 лет назад +1

    One of the best guide created! Really liked your way. Keep promoting good things in this world.

    • @RajuSNair
      @RajuSNair  6 лет назад +1

      +Logitizer - thanks bro....definitely will post videos .....

  • @AaricAaiden
    @AaricAaiden 4 года назад +1

    Is this necessary to install sql server to all client machines ? isn't there any way to access the server and enter data in database from another machine on which the sql server is not installed over local area network.
    I have created c# application and in connection string i have used the server name and Integrated Security as true because the sql server is connected through windows authentication on admin machine.
    The application is working fine in admin machine but when i install application on client machine which is connected over a LAN and hasn't installed the sql server i get the error the server wasn't found.
    Please let me know how it's done.

    • @RajuSNair
      @RajuSNair  4 года назад

      SQL Server is required only on one machine from where the client machines needs the db details.
      Just configure the parent machine with firewall port opened.
      Simply access the parent machine from any other machine.

    • @AaricAaiden
      @AaricAaiden 4 года назад +1

      @@RajuSNair after enabling tcp/ip port do i need to add this port in connection string along with the server name? and will it work with windows authentication or i must create a user with login and password on admin sql server? Thanks

    • @RajuSNair
      @RajuSNair  4 года назад

      Bro...it's SQL server authentication.... Yes there should be IP or name with port comma separated as shown in this video...
      When you use simply program to connect you cannot trace the correct error... But when you try to connect using SQL management studio you can trace db connecting or tables are displayed where u r getting error , you can track the situation....

    • @manasswain9915
      @manasswain9915 2 года назад

      Not working

  • @amazdanny
    @amazdanny 4 года назад +1

    Wow. So incredibly helpful. Thank you!

  • @Cosmy18tm
    @Cosmy18tm 3 года назад +1

    As a db_owner you do not need extra reader and writer because db_owner contains those priviledges as well.

  • @sharanu5458
    @sharanu5458 4 года назад +2

    Hello sir I have an doubt??
    I created windows application by using visual studio and ms SQL server
    If I insert data to SQL server through my visual studio application
    my question is - this data will be show in another pc if I install my visual studio application????

    • @RajuSNair
      @RajuSNair  4 года назад +1

      If you can connect your own SQL db with network ID then you can connect from any other machine...

  • @ryuaustria
    @ryuaustria 6 лет назад +4

    Thank you! Helped a lot! I also loved each your "Ya" throughout the entire video 😁

    • @RajuSNair
      @RajuSNair  6 лет назад +2

      +Ryu Boado - always welcome......we like improvement and will definitely refine more our videos.....

  • @sherifalhinti2367
    @sherifalhinti2367 3 года назад

    thank you dearly this was very helpful

  • @stonedVayne
    @stonedVayne 3 года назад +1

    you dont know me but i Love you

  • @devdharma3050
    @devdharma3050 6 лет назад +2

    Thank you so much for the neat explanation.

    • @RajuSNair
      @RajuSNair  6 лет назад

      +Dharmaraj M - always welcome.....

  • @nmt128
    @nmt128 3 года назад

    In the login step at your remote machine (5:16-5:30), what's the password? I made a note of all the passwords from when I installed sql but they are all incorrect. And in your instructions, I also don't see you set a password of the same length as the password you use to log in

  • @erhanbayrak2851
    @erhanbayrak2851 5 лет назад +1

    thanks you for this video. love from turkey.

  • @ThasneemJambi
    @ThasneemJambi 7 лет назад +2

    Best lesson... Respect!
    Thank You Teacher

    • @RajuSNair
      @RajuSNair  7 лет назад

      ...always welcome......

  • @TheBalathegreat
    @TheBalathegreat 7 лет назад +1

    Thanks a lot sir... Very Useful for me...

  • @arturoescalonarubio
    @arturoescalonarubio 4 года назад +1

    Great, easy and effecrive tutorial ! Thank you

  • @unboxsimplified
    @unboxsimplified 5 лет назад +1

    Great.. Clean Tutorial.. work like a charm :)

  • @Mirec274
    @Mirec274 4 года назад +1

    Thank you for this video, greatly explained!

    • @RajuSNair
      @RajuSNair  4 года назад

      You're very welcome!

  • @relaxdaddy1219
    @relaxdaddy1219 6 лет назад +1

    thank you brother.. May God richly blessed you.. God bless your endeavor.. =)

    • @RajuSNair
      @RajuSNair  6 лет назад +1

      +Baby's Day Out - always welcome.....happy that it really helped......will make more videos like this....

  • @zerosandones7547
    @zerosandones7547 5 лет назад +2

    Is it possible to do a .sdf database in my application, and then when I network it to another computer, I can access that database, and if (for example) I deleted a data on my computer, when I view my application to another computer that data will also be deleted.

  • @ahv5457
    @ahv5457 Год назад +1

    Thanks for the video. The configs that you have explained were done on the server or client machine?

    • @RajuSNair
      @RajuSNair  Год назад +1

      1. first you have to enable the sql authentication on sql server.
      2. Then add user mapping for this user for that database.
      3. Configure SQL Configuration Manager for port 1433.
      4. Configure your firewall to allow any traffic through 1433 port.
      5. Definitely restart SQL server after these steps.
      6. Then first try to ping first machine from second.
      7. And then try using your app or SQL management studio of second machine to connect to first machine.
      From Base Computer, you can do these steps and you can definitely access from connected machines. From connected machines..try to ping base machine...If yes..try to connect using MS management studio.
      If yes...then continue with code.....

    • @ahv5457
      @ahv5457 Год назад +1

      @@RajuSNairThanks very much for a detailed explanation.

  • @transistor69
    @transistor69 6 лет назад +1

    I really apreciated this video thanks a lot for sharing your knoweladge

    • @RajuSNair
      @RajuSNair  6 лет назад

      +Gian Luca Galazzo - :)

  • @chilakalavenkatainduja305
    @chilakalavenkatainduja305 3 года назад +1

    Thankyou sir it helped...

  • @dmm10000
    @dmm10000 2 года назад +1

    Excellent - thank you - which EXACT version of microsoft SQL server did you use please ?

    • @RajuSNair
      @RajuSNair  2 года назад

      this works in all. don't worry. Follow these steps one by one as in the video.

  • @elandrevanderwalt
    @elandrevanderwalt 7 лет назад +1

    Short and very helpful. Thank you!

    • @RajuSNair
      @RajuSNair  7 лет назад

      Hi Elandre,
      When I faced this issue first time, there was no video regarding this topic. It took some real effort for this video, but at the end, i was able to produce. happy to hear from you.

  • @roo0oony2009
    @roo0oony2009 3 года назад +1

    You are amazing. Thank you

  • @Ali-gb2fu
    @Ali-gb2fu 3 года назад

    Great! what if we installed xampp not a SQL server studio on another computer and access that SQL database using PHP how we can connect?

  • @AngadiGuru
    @AngadiGuru 6 лет назад +1

    Thank you sir, its really excellent information.

    • @RajuSNair
      @RajuSNair  6 лет назад

      +Guru Angadi - always welcome....

  • @عصامهلال-د5ق
    @عصامهلال-د5ق 4 года назад +1

    Thank you very much, thank you very much, thank you very much, thank you very much

  • @funkyminus
    @funkyminus 7 лет назад

    I've spending like 3 hours to figure it out how to do this until I found your video.
    Thank you guy. You saved my ass.

  • @ainzue5295
    @ainzue5295 5 лет назад +1

    thank you for the video and it does help a lot. But I dont get the last part. so we do all the stuff on the first PC right? And on first PC we use window authentication at the SQL server management. Then when we want to connect them using the sql server authentication, we do that on second PC? So the IP address that we have to use is IP adress of the first PC? Sorry for the bad english.

    • @RajuSNair
      @RajuSNair  5 лет назад +2

      On Parent PC, you have to setup the SQL Server Authentication with Firewall Configuration. After doing Port forward on Parent PC, Use IP and Port to Connect to Parent PC from other Child PC.

    • @ainzue5295
      @ainzue5295 5 лет назад

      ohh thank you so much. Actually we have successfully done the configuration on the other day. But today when we tried again it doesnt work even we have change the IP because we configure at the different place. why that happened and how to fix?

  • @hersimadobe1439
    @hersimadobe1439 4 года назад +1

    Thank you the simple explanation. I have an inventory SQL based database installed in my windows 2016 server and we want to access it remotely for all the users thru the internet. Do I follow the same procedure? Many thanks

    • @RajuSNair
      @RajuSNair  4 года назад

      yes sure..you can go ahead

  • @PradeepSingh-yo7ye
    @PradeepSingh-yo7ye 4 года назад +1

    Thank you so much sir 👌

  • @novandosantosa3621
    @novandosantosa3621 3 года назад +1

    Does this work only if computers are connected in the same network or any network outside the organization?

    • @RajuSNair
      @RajuSNair  3 года назад +1

      Both intranet and internet are possible. Fir internet go for a dedicated ip address

  • @muhammadaamir566
    @muhammadaamir566 4 года назад +2

    thanks alot sir....Sir how i will make a centralize database server in SQL 2008 R2? I want to install database only one PC and install my exe .net app on my other user PC's?

    • @RajuSNair
      @RajuSNair  4 года назад +1

      just install sql server on parent pc and then configure that pc for accepting connection on that network. If you wants to access that parent pc from internet, then go for a dedicated ip.
      Just remember on parent pc, you have configure sql server authentication and then sql Server Configuration manager and then port forward by configuring firewall. All steps are described on this video. Do like that.
      After doing above steps, just try to connect the server within that parent pc by using Management Studio if you can. Check the IP and port with proper comma.
      Give SQL Server Authentication Mode instead of Windows Authentication Mode.
      Make sure that it would connect successfully from Management studio. Then on Client PC, place same Connection String with Username and Password. It will definitely work.

    • @muhammadaamir566
      @muhammadaamir566 4 года назад +3

      @@RajuSNair actually sir i want to install exe setup of .net desktop app... I don't want to install sql server on each user pc...i just wanna install sql server on one pc and connect all my user PC's with that one single sql server pc

    • @RajuSNair
      @RajuSNair  4 года назад +1

      yes only on parent pc just install sql server. You need only one installation. that is on the main parent machine. that is why sql server authentication is made for this purpose.

    • @muhammadaamir566
      @muhammadaamir566 4 года назад

      I am really thankful to you sir....you are amazing....you channel is perfect.........send me your kind email.....can I access parent sql server from out side of my LAN network??does it possible??

    • @manasswain9915
      @manasswain9915 2 года назад

      Hi. Pls help me Same problem.
      Main pc .exe run bur user pc error. Don't access the data base from main pc. Db install pc is running good but client pc same connection that error. I install sql server 2008 r2

  • @abbasthegreat5
    @abbasthegreat5 6 лет назад +1

    Lots of love for you sir g
    You made my day.

    • @RajuSNair
      @RajuSNair  6 лет назад +1

      +E-Learning Portal - this really encourages me to do more videos.......happy to hear from you....

  • @swahabali1
    @swahabali1 3 года назад

    this is amazing :) can you please guide me how to connect from other network please

  • @MohammadAli-iu3oi
    @MohammadAli-iu3oi 5 лет назад +1

    I can see in both of your machine has SQL Server, is it ?
    If yes, so is it necessary when we are using any application with SQL Server based database but it is client machine not server. OR we can use our database directly from our client machine without installing SQL server through our connection?

    • @RajuSNair
      @RajuSNair  5 лет назад +1

      + Mohammad Ali - we need sql server only on one machine that will be connected through network.
      The parent machine should be configured properly to allow in and out connection as said in video regarding Firewall config.
      In this video I have used Management studio to connect to Parent machine.
      You can even your app itself.

  • @pietersmith9745
    @pietersmith9745 6 лет назад +1

    Thanx a billion. Just what I needed.

    • @RajuSNair
      @RajuSNair  6 лет назад +2

      +Pieter Smith - always welcome ..
      ..

  • @wearemce2010
    @wearemce2010 3 года назад +1

    how can i know ip address pc1 ? how to check it

  • @RakeshSharma-oj9pd
    @RakeshSharma-oj9pd 5 лет назад +1

    it works good
    thank you very much

  • @upload58404
    @upload58404 3 года назад +1

    good job ,
    well if I use wire instate of connation both computer to same router will this way work or not ?
    I want to use wire .

    • @RajuSNair
      @RajuSNair  3 года назад

      Yes it would work. All you have get the proper Ip of each computer and try to ping from one another. It's all about making a clear path between computers

  • @calvinmunisi346
    @calvinmunisi346 5 лет назад +1

    Thanks alot.. this video helped me out alot

  • @Shpatak
    @Shpatak 5 лет назад +1

    on creating admin account, you entered a short password. When loging in from another PC, you wrote much longer password,why? It seems like on me there is a problem while connecting

    • @RajuSNair
      @RajuSNair  5 лет назад

      so you are confused between password... Don't worry....

  • @rahulsata2236
    @rahulsata2236 4 года назад +1

    from this, i don't get any help.
    I have done all thing that you did.
    just have doubt that my server name is - IPAdressofcomputer where database exists: PORT which we specified in rule.

  • @shaikh2020
    @shaikh2020 3 года назад +1

    excellent, thanks bro

  • @cyberacademy3109
    @cyberacademy3109 4 года назад +1

    I have tried this type of connectivity. connection established but server machine halted and no display. It appears when i tried to access through client machine. I did not understand why?

    • @RajuSNair
      @RajuSNair  4 года назад

      check with firewall settings of server machine and allow connection from your child machine

  • @fwd2941
    @fwd2941 4 года назад +1

    This works when the two pcs are connected with the same network. But if I try to connect pcs using different networks they are not connected?

    • @RajuSNair
      @RajuSNair  4 года назад

      no...any network it works... even it works on internet also.
      Just port forward and configure firewall as described on here

  • @dadwonkulah9119
    @dadwonkulah9119 Год назад

    Nice, this safe me. Thanks man!

  • @manzanazo1
    @manzanazo1 4 года назад

    Hello, can you help me. I have 2 network and 3 sql server's, I have sql2 link to sql1 and sql3 link to sql2. How can I see since sql3 to sql1 ??

  • @iusamaaziz
    @iusamaaziz 3 года назад +1

    Thank for explanation. Can we connect two sql-servers over the internet by following the same procedure?

    • @RajuSNair
      @RajuSNair  3 года назад

      Yes over the internet try to keep static ip for connection between two and configure sql server and firewall as in the video. I have done many projects over internet also.

    • @iusamaaziz
      @iusamaaziz 3 года назад

      Thanks for your quick reply sir.

  • @abbeydudeuk
    @abbeydudeuk 8 лет назад +1

    you are simply the best.

    • @RajuSNair
      @RajuSNair  8 лет назад

      Thank you...

    • @RajuSNair
      @RajuSNair  8 лет назад

      Here we explain how to Connect To SQL Server Database Over A Network using Management Studio from one system to another. We can generate Connection String also.

  • @robvincenttizon2181
    @robvincenttizon2181 4 года назад +1

    Hello. Does that mean you have to connect your 2nd PC to the network in order for your 1st PC to access its database? Newbie here.

    • @RajuSNair
      @RajuSNair  4 года назад

      Absolutely both PCs should be on network either internet or Intranet...

    • @robvincenttizon2181
      @robvincenttizon2181 4 года назад +1

      What if I buit a c# app with sql server database on one PC then i want other users in my network to install and use it? I have used the appropriate connection string to allow other PCs to fetch data from my local database. What i want to know now is, if I disconnect my desktop/laptop to the network after they have installed and use my app for the first time, will they still use the app properly? Can they still fetch data from the database? Your help is much appreciated

    • @RajuSNair
      @RajuSNair  4 года назад

      in the above contest, just make sure the database system should be up and configure that system for incoming connections as I explained on video.
      Then from any other system on network connected to the database system will be able to connect to the database.

  • @salmancp6505
    @salmancp6505 3 года назад

    Sir while giving permission db datareade and db data writer its showing message add member failed for databaserole. How to clear this? Please help sir

  • @pwrdbyhatred
    @pwrdbyhatred 5 лет назад

    hello what if i want to share more than one database to another vps? like 5 database.

  • @hamdiayadi9815
    @hamdiayadi9815 4 года назад +1

    what if I wanted to add just certain users from windows authentication and give permissions , how can I do this ?

    • @RajuSNair
      @RajuSNair  4 года назад

      if you wants to connect from outside your system then sql server authentication will be the choice. Assign these certain WA users with some username and password on SQL Server Authentication and by using that they can connect from network to your system.

    • @hamdiayadi9815
      @hamdiayadi9815 4 года назад

      @@RajuSNair but doesn't that means that I have to change the connection string in the app each time depending on the username ?

  • @abdulbasitimtiaz
    @abdulbasitimtiaz 3 года назад

    i am not able to connect over wifi from wnd machine both pcs are on same network conencting through wifi router please help me

  • @abdallahbelcaid3002
    @abdallahbelcaid3002 4 года назад +1

    Now I can connect to sql server from another PC (without having on it sql server ) using this method ?

    • @RajuSNair
      @RajuSNair  4 года назад +1

      Yes bro definitely you can connect. Only the patent system to where you are connecting need SQL server. For example if you are running an àap from client machine that access parent SQL. This method works....

    • @abdallahbelcaid3002
      @abdallahbelcaid3002 4 года назад

      @@RajuSNair I have installed a vba (data entry )application connected to a DB sql server and I want a person to have acess to this data base in a local network on his pc is it possible without having any soft ?

  • @mariusghita3861
    @mariusghita3861 7 лет назад +1

    thank you man! it works on the same network

  • @Toturials
    @Toturials 4 года назад +1

    hi dear, thanks for the video.but it did not work for me, i Setup everything on my PC as you have shown , then i try to connect to database from my Laptop that is also connected with the same wifi Router via Wifi.I get error (Error 4064, Login failed for admin user)

    • @RajuSNair
      @RajuSNair  4 года назад

      here....first try to connect from the same pc where sql server is installed with management studio on the same machine with correct SQL Authentication ip, and port. If that is success, you can copy to any other machine that is on the network.

  • @MakeItHappenWithVBA
    @MakeItHappenWithVBA 3 года назад +1

    Good day! Just like to ask sir if this method works for example i am here in the philippines and my client is from another country? Thank you so much.

    • @RajuSNair
      @RajuSNair  3 года назад +1

      Yes definitely. It's better to take a dedicated ip address for connecting across internet.

    • @MakeItHappenWithVBA
      @MakeItHappenWithVBA 3 года назад +1

      @@RajuSNair Thank you so much. I will try to learn this application.

  • @narveersingh348
    @narveersingh348 3 года назад

    Hi, thanks for the video. I can't see any protocols in the SQL Server Network Configuration tab. Searched for the issue online, but no luck there. Can you please provide your help on this? Thanks.

  • @BFCM2024
    @BFCM2024 6 лет назад +1

    Thank you so much very helpful

    • @RajuSNair
      @RajuSNair  6 лет назад +1

      +watsup hayy - always welcome.....
      if you face any update on this please add your valuable comments here regarding this topic...
      .............

    • @BFCM2024
      @BFCM2024 6 лет назад +1

      Im using SQL sever 2014 it works for me, but there is lil bit hard part, on how to show sqlsever configuration manager.
      To show it in sql 2014 you need to open run command (ctrl+R) then type SQLSeverManager12.msc

    • @RajuSNair
      @RajuSNair  6 лет назад +1

      +watsup hayy - ....thanks for your update....
      1. On windows 10, Control Panel→Administrative Tools→Computer Management
      under Services and application , sqlsever configuration manager can be found.
      2. To open SQL Server Configuration Manager, in the Search, under Apps, type:
      SQLServerManager14.msc for [SQL Server 2017] or
      SQLServerManager13.msc for [SQL Server 2016] or
      SQLServerManager12.msc for [SQL Server 2014] or
      SQLServerManager11.msc for [SQL Server 2012] or
      SQLServerManager10.msc for [SQL Server 2008], and then press
      .....................

    • @BFCM2024
      @BFCM2024 6 лет назад +1

      Wow nice info

  • @maheeshamadhubashini4449
    @maheeshamadhubashini4449 6 лет назад +1

    In my website, the database is ms sql and I used yii framework. For connect the yii with ms sql, I used the apache in xampp. Now I want to host the website. How can I do it?

    • @RajuSNair
      @RajuSNair  6 лет назад

      The best way is that make the database part in WCF. Then host this WCF project in one of your server.
      WCF produce more security over internet threats and SQL injection.
      After that Call this WCF service from your any application whether php or ASP since WCF is platform independent.
      ...........

    • @maheeshamadhubashini4449
      @maheeshamadhubashini4449 6 лет назад +1

      Thank you sir for your quick responce, Do you have any tutorials or videos how to do this because I'm not familiar with that.

    • @RajuSNair
      @RajuSNair  6 лет назад

      More than me..the best teacher in WCF will be Pragim ( kudvenkat ).
      Follow this link for WCF tutorials.
      ruclips.net/video/QmfPmqMk9Xs/видео.html

    • @maheeshamadhubashini4449
      @maheeshamadhubashini4449 6 лет назад +1

      Thank you sir.

  • @karthikkeyan4460
    @karthikkeyan4460 5 лет назад +1

    Hi.. First of all, this was a awesome video and thanks for creating this. I have a question though. Is it possible to use this technique to connect 2 computers available in 2 different networks (let's say 1 computer is on airtel and an another one is on Jio) but both are available over internet..??

  • @dnskk
    @dnskk 3 года назад

    can i connect to sql installed on home edition following this process'

  • @bienguintoiii
    @bienguintoiii 3 года назад +1

    Thanks for this video

  • @motoreels4116
    @motoreels4116 2 года назад +1

    Does this method work on an external network, or must the devices be on the same network!!

    • @RajuSNair
      @RajuSNair  2 года назад

      it works on external also. just need dedicated ip for this to achieve.

    • @motoreels4116
      @motoreels4116 2 года назад

      @@RajuSNair thanks alot

  • @amolkore7327
    @amolkore7327 5 лет назад +1

    I was trying to attach database but some issue :
    TITLE: Microsoft SQL Server Management Studio
    Cannot show requested dialog.ADDITIONAL INFORMATION:Parameter name: nColIndex
    Actual value was -1. (Microsoft.SqlServer.GridControl)

  • @therawbot
    @therawbot 7 лет назад +1

    Hi, Thank you very much for this tutorial. I have a small question, I am able to connect remotely to LocalDB .mdf database (located on PC1) from PC2, but if that .mdf database is used by PC1, PC2 can't open it. How to resolve this problem please.

    • @RajuSNair
      @RajuSNair  7 лет назад +1

      Hi, Ayoub
      Try to increase maximum number of concurrent user on SQl server properties Connection tab section.

    • @therawbot
      @therawbot 7 лет назад

      yes it's set to 20, I got Error Number : 4060, State: 1 Class: 11 (Login Failed for User DESKTOP-F1G...\Nadine)

    • @RajuSNair
      @RajuSNair  7 лет назад +1

      Hi, Ayub..
      1. first you have to enable the sql authentication on sql server.
      2. Then add user mapping for this user for that database.
      3. Configure SQL Configuration Manager for port 1433.
      4. Configure your firewall to allow any traffic through 1433 port.
      5. Definitely restart SQL server after these steps.
      6. Then first try to ping first machine from second.
      7. And then try using your app or SQL management studio of second machine to connect to first machine.

  • @otymo4904
    @otymo4904 2 года назад

    Is this for LAN only or also Cloud Based?

  • @softwaresailor4324
    @softwaresailor4324 4 года назад +1

    thanks a lot my dear

    • @RajuSNair
      @RajuSNair  4 года назад +1

      You are most welcome

  • @fab99fab
    @fab99fab 5 лет назад +1

    Thanks for the video...

  • @deepaksky
    @deepaksky 7 лет назад +1

    Brother thanks for very nice turtorial. i want to install vistual studio and sql server for learning. can you advise which one should i install first? and there are so many versions like visual studio 2015 and sql server 2012 etc. which one is best which one is good for learning? Please brother reply i would be really greatful to you.

    • @RajuSNair
      @RajuSNair  7 лет назад

      Both are independent. Install VS or SQL server doesn't matter. Ultimate edition of VS have Sql server inbuilt. But it is good to have a separate SQL server and Management Studio installation.
      VS 2015 is with latest update and coding friendly made. That would be better, if you have good system configuration.
      SQL server 2012+ express edition needs to be installed for development purpose.
      So VS 2015 ultimate. SQL server 2012 express edition, SQL server Management Studio are enough for programming.

    • @deepaksky
      @deepaksky 7 лет назад

      thank you for kind reply thats indeed very helpful.
      i found free edition of sql server 2012 express edition. is there any free one available for VS2015 for learners? license fee would be very costly :( your videos are really helpful and absolute to the point. Keep up great work. I have subscribed to your channel. best wishes.

    • @RajuSNair
      @RajuSNair  7 лет назад

      :) ..... I can understand...but Microsoft products VS 2015 is not free. But we can evaluate for 30 days any version like express to ultimate.

  • @jagdeepkumarsah3501
    @jagdeepkumarsah3501 6 лет назад +1

    Dear sir
    Wethere we require to install sql software for all the systems or only one system...

    • @RajuSNair
      @RajuSNair  6 лет назад

      +jagdeep kumar sah - bro. If you want only to access the main system by using your program...then we have to install only in one main system....
      If you wants to use and manipulate SQL data..for example wants to retrieve data using SQL query in ssms...then on both system we need SQL server installed.....

    • @manasswain9915
      @manasswain9915 2 года назад

      Both pc sql server install or user pc ssms install.
      Pls reply

  • @salmancp6505
    @salmancp6505 3 года назад

    Sir can you please help me . I have done all these.
    The software is opening but no access to database can you please help me please

  • @twalala1044
    @twalala1044 5 лет назад +1

    only fromlocal network? can i access it from internet ?

    • @RajuSNair
      @RajuSNair  5 лет назад +1

      Not only on intranet, it works on internet also we can definitely make a try

  • @youcodesolution
    @youcodesolution 5 лет назад +1

    some of myfriend told me to use static ip for remote access your Database. is it rite?

    • @RajuSNair
      @RajuSNair  5 лет назад

      By using static ip does not always needed. Even you can connect using Server Name also.
      But yes static IP gives you a hassle free atmosphere else if in any way ip changes you have to forward that new ip also....

    • @youcodesolution
      @youcodesolution 5 лет назад

      @@RajuSNair Like how can i connect using Server name remotely..