Unlike Microsoft's documentation, this worked for me. God Bless you
@mahejabeenhossain97272 жыл бұрын
Grateful for this! Was just not able to see my created database until I saw this.
@AmitKumar-fi5yt4 жыл бұрын
Thanks it saved me from downloading extra software
@adhominem_4 жыл бұрын
As an implementer and DBA I would say that this is useless compared to SSMS, since I need a lot of functionality SSMS provides out of the box, but for a "consumer" (Developer, third party Vendor etc) who just needs to see a structure and run some simple queries) this must be an awesome clean tool + VSC has other feature for this kind of audience. Thanks!
@DeveloperSoapbox4 жыл бұрын
I definitely agree that functionality here is way too light for a DBA. But indeed super useful for data analysts and developers looking for a lightweight alternative.
@romhayhamama33163 жыл бұрын
6:54 dont mark me if im wrong but try to use ctrl+shift+r
@ElamparithiK5 жыл бұрын
Thank you, this is what I needed!
@randolphraymondcarmona43174 жыл бұрын
This is perfect for Linux users
@amitrout22934 жыл бұрын
I am getting this error - 1. mssql: Error: Unable to connect using the connection information provided. Retry profile creation? 2. mssql: Error 2: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) I followed all the steps. Can u help me!
@franciscotamayaoiii45963 жыл бұрын
same error im getting. would like to use VS code to practice SQL
@ercntreras3 жыл бұрын
I can not add a connection. I tried with localhost but did not work.
@lilmila45332 жыл бұрын
Hi, with the vs code extension, I can connect to a created database server from different laptops right?
@nourahalanquary36703 жыл бұрын
Thank you for this video.. I just want to ask you if I need to install Microsoft server, before downlowding the extention? or is it enough to downlad it only through VS code?
@sammithdgowda53193 жыл бұрын
unable to create profile getting Error :Unable to connect using the connection information provided. Retry profile creation? help me out....!!!
@marshalljackson13854 жыл бұрын
Useful feature to connect to a database using VS Code. Thanks for the video.
@jayant61724 жыл бұрын
hey , i don't have any db on my system actually i am a beginner to sql and sql workbench isn't installing on my system so i am going with vs code extension for practice. But i am using localhost in server name but i don' t have any db to use . What should i do???
@DeveloperSoapbox4 жыл бұрын
Hi Jayant. What issue are you having installing on your system? If you are using Mac OSX or Linux, my suggestion would be using the docker sql server image. Without docker, I believe you can still install on ubuntu linux and other popular distributions.
@jayant61724 жыл бұрын
@@DeveloperSoapbox problem solved buddy I don't know how but now I have installed workbench on my windows. Thanks for replying and for the advice I will surely check some other distributions.
@onenabeable2 жыл бұрын
Thanks... clear explanation
@yazeedarifin67085 жыл бұрын
incredible.. thx for your help
@sujithkumar33883 жыл бұрын
what shd I type in hostname if I am using xamp server (SQL server port is 3306)
@sujithkumar33883 жыл бұрын
i download sql also what shd i use server name
@shanumalik943 жыл бұрын
How to add tables in database from excel/csv files through this?
@animatingwithu65564 жыл бұрын
Hey I'm trying to make a login to my website so i want to connect it with a data base. Please some help
@sauravkumar94543 жыл бұрын
Thanks a lot for this.
@monicam98024 жыл бұрын
Extension:Python is installing while sql is installed what am i suppose to do please let me know
@adjeiemmanuel83983 жыл бұрын
so we have to install sql server on the machine before you can connect to it
@nhathoang32603 жыл бұрын
can you guide crud by dotnet or web ?
@hugobritotech3 жыл бұрын
it's possible to do same with sybase sql anywhere?
@hugobritotech3 жыл бұрын
anywhere 16
@yingyang13704 жыл бұрын
Hi, used 'localhost', username as 'root', correct password, but why still fail to connect the sql server? mac os was used.
@DeveloperSoapbox4 жыл бұрын
Hi Ying Yang. Do you have a sql server database server installed on you local computer? You do need a sql server installation before using this plugin. Im not sure if you can install directly on mac os, but you may be able to using Docker.
@yingyang13704 жыл бұрын
@@DeveloperSoapbox Thanks for your replying. I did install the SQL Server-mysql. Just cannot connect with mssql extension. The connection can be made by a server management using the same information(server name, username.... )
@angelaqian90254 жыл бұрын
@@yingyang1370 hi I am also using MacOS and followed this tutorial to set up the server with Docker: dev.to/ijason/ms-sql-server-on-macos-with-docker-and-vs-code-2fpe. Just remember that the SQL password has a minimum complexity requirement: github.com/Microsoft/mssql-docker
@kowsalyaraja96774 жыл бұрын
Thank you so much for this video sir !! may i please know how to connect this with my c#code
@DeveloperSoapbox4 жыл бұрын
Hi Kowsalya. If you are looking to use Visual Studio code for C#, it is actually quite easy. Simply go to the extensions search in vscode and search for c#. Select the c# extension from Microsoft and you should be all set.
@Erik_Nivala3 жыл бұрын
@@DeveloperSoapbox He wants to know how he can connect to the SQL server using c#. Like creating a SqlConnection etc in Visual studio.
@neonemesis80552 жыл бұрын
@@Erik_Nivala I was here for the same question. It's been a few minutes and I can't seem to find any help too.
@matheusglauber42614 жыл бұрын
Very helpful, thx
@muskansah44873 жыл бұрын
Although I am following the exact steps, my VS code shows me connection error, how do I fix this?
@fishermanarturo88962 жыл бұрын
did you figure out how to fix the errors. I am also getting connection errors
@AhMed-yx8dn3 жыл бұрын
How can i get a sql login
@redword43303 жыл бұрын
how to sign up to sql server?
@mohammadrizkypratama36773 жыл бұрын
how to know ip address or hostname of sql server?
@lokeshreddy944 жыл бұрын
could you tell me, how do i get ip address or hostname of sql server because already i have oracle 12c edition
@DeveloperSoapbox4 жыл бұрын
Hi Lokesh. Is the sql server instance installed on your local machine / PC? If so, you should be able to use “localhost”, or the IP of “127.0.0.1”, instead of the IP address in the configuration. The default port for sql server is 1433. If its not on your local machine and you have access to the machine its running on, you can get it by opening a command line terminal and using “ipconfig”, for Windows, or “ifconfig” in Linux. If you dont have access to the server, the the server’s administrators should be able to provide it.
@lokeshreddy944 жыл бұрын
@@DeveloperSoapbox i mean that localhost is mandatory to connect mysql in visual studio code? am i said correct
@DeveloperSoapbox4 жыл бұрын
Its not mandatory that it be localhost. If its on a different server, you may simply use that server’s IP address.
@dannyphang94764 жыл бұрын
@@DeveloperSoapbox i oso tried this way but it doesn't work
@gabrieltijon47653 жыл бұрын
i am Brazil, i like you
@tamir8123 жыл бұрын
what is the username and password if it is just on my pc ?
@nehoraygalanti2853 жыл бұрын
tamtam
@pashtanasayed39744 жыл бұрын
Thanks a lot!!!
@kc_musiq67964 жыл бұрын
The IP address is the one with ipv4 address in my pc?
@DeveloperSoapbox4 жыл бұрын
Yes sir, usually its the ipv4 address.
@kc_musiq67964 жыл бұрын
@@DeveloperSoapbox I tried that... I dunno why it's not working.
@kc_musiq67964 жыл бұрын
@@DeveloperSoapbox I will say what's my scenario. I am having the sql server and workbench in the same laptop as that of Microsoft vs code. And I did whatever you said...but it's saying cannot establish a connection.
@DeveloperSoapbox4 жыл бұрын
Ok, that makes things a bit easier. In that case, simply use “localhost” instead of your ip. Or you can also try 127.0.0.1 if that does not work.
@kc_musiq67964 жыл бұрын
@@DeveloperSoapbox I will try and let you know ASAP. Thanks
@SanjeevKumar-nc4rx4 жыл бұрын
Bro what should I give the server name
@DeveloperSoapbox4 жыл бұрын
Hi Sanjeev. It depends. But if the database is installed on your own computer, you can try using “localhost” for the server name.
@superdahoho3 жыл бұрын
be nice if you show how to create a server. I just want to practice calling commands and stuff. I don't really need a real server
@AhmedSamy-mw7wq4 жыл бұрын
thanks , i don't need to download sql server right !
@DeveloperSoapbox4 жыл бұрын
Hi Ahmed. You dont need to download sql server database for the extension specifically, but you will need a database to exist to connect to once you have the extension installed. So if you already have a db server available to connect to, or have sql server installed locally then you should be good to go.
@AhmedSamy-mw7wq4 жыл бұрын
Developer Soapbox ok , thanks
@andrewnunnes4 жыл бұрын
Developer Soapbox I cant use sqlite3?
@Itay123534 жыл бұрын
thanks dude
@DeveloperSoapbox4 жыл бұрын
Im glad you enjoyed
@prajwalmondhe96833 жыл бұрын
nice
@superfreiheit12 жыл бұрын
To small cant see
@ezioauditore14914 жыл бұрын
not visible at all why u didnt use zoom
@DeveloperSoapbox4 жыл бұрын
This was one of my first videos, so there were a few things I could have done better. If you are watching from your phone then it will indeed be pretty small. But from a PC it should be legible if you adjust the screen size.
@ezioauditore14914 жыл бұрын
@@DeveloperSoapbox i m using pc btw.but still no visibility
@DeveloperSoapbox4 жыл бұрын
Hi Ezlo. The last suggestion I can think of is changing the the video “quality” to 1080p. Because of the increased demand for KZbin during the covid crisis, KZbin now defaults the quality to 480p, which can indeed be pretty hard to read. You can change the quality by hovering on the video and you should see a gear icon on the bottom right. Then click that -> quality -> 1080p, and maximize the video screen as much as possible. I hope this helps.
@ezioauditore14914 жыл бұрын
@@DeveloperSoapbox 1080p is ok but it should be visible in default mode.u r forcing user to view in full screen mode which is not good at all...
@DeveloperSoapbox4 жыл бұрын
Thanks for the feedback Ezlo. The change in default quality due to the extra KZbin demand is not something I planned for, but hopefully this wont be an issue in the future once they switch the default back. Ill try to also increase the font in future videos though.
@priyanshrajmahendra82623 жыл бұрын
mssql: the platform is not supported
@ezioauditore14914 жыл бұрын
not useful at all
@DeveloperSoapbox4 жыл бұрын
What would you recommend to make it better?
@tangsan93134 жыл бұрын
I don't have ip address to create work for sql, plz help. Is there Any open source for doing project using theirs, to do my sql project ib my vs code
@DeveloperSoapbox4 жыл бұрын
Hello. If you dont have access to a server, one option is to simply install sql server on your local computer. You can then use “localhost” as your ip. Sql Server Express is a free version that should work just like the full version.
@tangsan93134 жыл бұрын
@@DeveloperSoapbox thanks , i installed the community version of sql and now good to go