Perfect class for sql server connection to vs code
@Nelson-bn3cy2 жыл бұрын
Great video, I'm getting started with programming and all that stuff, this was very useful and helpful. Thanks.
@lucaabg37962 жыл бұрын
Oh yes perfect, i started MySQL like 3 weeks ago
@surajmukhede5284 ай бұрын
Great video , save my time 👍
@katharinafischer2555 Жыл бұрын
Best Tutorial! Solved all my problems :) Thank you so much!! 🥰❤
@PasserBy5368 Жыл бұрын
Great video
@tienphanmemtinh820710 ай бұрын
Do you have an example of Login React Native connecting to sql server, reading, writing, deleting, saving... and outputting to gridview ?
@hasanmougharbel80302 жыл бұрын
Hey there, God bless your efforts. I a a newbie sql learner with a simple enquiry. Where can i find a table with its properties that i have already created in sql managment studio? Thanks for taking care of this.
@kvelez8 ай бұрын
Cool
@AhmedMohomud5 ай бұрын
mssql: Error 53: 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)
@MrJonathanRB2 жыл бұрын
Why I would like to learn how to run queries from VS code if I can do it from the SQL administration tool like Workbench, the question is how to execute queries using class and my own variables to insert them in the DB?
@artya.r.r.l44562 жыл бұрын
Thanks🍀🍀
@programs372 жыл бұрын
Could you also tell me how to build form using vs code and store it in database
@BoostMyTool2 жыл бұрын
form using which langage ? c# or java or what ?
@programs372 жыл бұрын
C#
@programs372 жыл бұрын
Like using cshtml and .cs file
@programs372 жыл бұрын
Really appreciate you taking time to reply. Seriously thank you!!!
@BoostMyTool2 жыл бұрын
@@programs37 You mean ASP.NET. You can see this video, but I used visual studio (not vscode): kzbin.info/www/bejne/il7IZmhqj9lmpJY
@gaursuneel2 жыл бұрын
please explain the same for MAC users
@Shiva_gamings2 жыл бұрын
😍😍😍😏thank
@shreyashchoudhary68272 жыл бұрын
How to move the result window below our query permanently,in the whole video result coming in right, in thumbnail it's below the query? How to do this
@ynnguyen Жыл бұрын
I keep getting this error which I don't understand. I can connect to the instance fine with sqltools extension, but when I try to with the sql server extension, I get this error mssql: Error 87: 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: SNI_PN11, error: 25 - Connection string is not valid)
@mohammedhashisho1197 Жыл бұрын
Same , how had you solved the error?
@Burakcelik132 жыл бұрын
this voice have to Zlatan ? hahaha same like
@AnimeRush7397 ай бұрын
i get error that iu cant connect
@nam7634 Жыл бұрын
can i delete SQL SERVER before connect to vs studio code ?
@nam7634 Жыл бұрын
how do you change sql server to black mode ?
@drkenny79282 жыл бұрын
WHY GO THROUGH THROUGH THIS TORCHURE WHEN YOU HAVE SSMS?
@lilmila45332 жыл бұрын
what is that can you explain
@johnandrew7212 жыл бұрын
SSMS is complicated to some people, and this is way easier. Also, some of us need to be able to access the DB while still seeing the code, hence the need for this.