Пікірлер
@jephrennaicker4584
@jephrennaicker4584 15 сағат бұрын
great video hope to see part 3 soon!
@jephrennaicker4584
@jephrennaicker4584 17 сағат бұрын
This video was more helpful than AI chats! also, there was a grant permission issue with the newly created user. as a side note. could you create a search method or a CRUD video thanks!
@tayyab.sami1
@tayyab.sami1 14 сағат бұрын
Sure I will try to upload it as soon as possible 😊
@furkandlkdr
@furkandlkdr Ай бұрын
I was trying to figure it out for 1 hour, thanks for your help. Nice and clear video. I had to look for the "SQL Server Browser" service to open (the Startup setting should have been changed from disabled to automatic), but other things helped a lot.
@L-V-H
@L-V-H 2 ай бұрын
I did as you did but still can't connect
@shillengod
@shillengod 2 ай бұрын
Once again, the nice Indian guy from KZbin, saves the day ^^
@tayyab.sami1
@tayyab.sami1 2 ай бұрын
Surprise I am from Pakistan ^ ^
@atharvjoshi5770
@atharvjoshi5770 2 ай бұрын
Dude you are amazing this saved me hours.
@tayyab.sami1
@tayyab.sami1 2 ай бұрын
Glad it helped 😊
@lybace19
@lybace19 3 ай бұрын
Such a helpful tutorial 🙌🏻
@tayyab.sami1
@tayyab.sami1 3 ай бұрын
Glad it helped you ☺️
@duhrangel
@duhrangel 4 ай бұрын
I'm from Brazil, you have no idea how much this helped me... thank you very much for your simple and didactic explanation
@tayyab.sami1
@tayyab.sami1 4 ай бұрын
I am glad it helped
@benjaminzaidner
@benjaminzaidner 4 ай бұрын
I wanted to know about my settings, I'm connected to the sql server db in Azure, and I can't get a response back on the browser side, can I consult you? I set an environment variable in the azure environment and pointed there. const config = { user: process.env.DB_USER, password: process.env.DB_PASSWORD, server: process.env.DB_HOST, port: parseInt(process.env.DB_PORT) || 1433, database: process.env.DB_NAME, options: { encrypt: true, enableArithAbort: true } }; Regarding the Azure configuration file, can you help me??
@tayyab.sami1
@tayyab.sami1 4 ай бұрын
Try printing these environment variables to see if they are set correctly and make sure your device is authenticated to make changes. If issue persists please email me at [email protected]
@rayjenscode3501
@rayjenscode3501 4 ай бұрын
nice bro :)
@sudheer1839
@sudheer1839 6 ай бұрын
Thank you so much brother. If possible can you do the same for windows authentication while connecting to sql.👏
@tayyab.sami1
@tayyab.sami1 4 ай бұрын
No we need to use the other option to make DB changes from the VS Code
@omamachohan4177
@omamachohan4177 6 ай бұрын
I follow your video step by step but unable to make a connection : here is my configuration for sql : const config = { user: process.env.user, password: process.env.password, server: process.env.server, database: process.env.database, options: { trustServerCertificate: true, trustedconnection: false, enableArithAbort: true, instancename: "SQLEXPRESS", }, port: 1433, }; const config = require("./dbconfig"); const sql = require("mssql"); sql.connect(config, err => { if (err) { throw err; } console.log("Connection Successful!"); }); but still I am getting this error in CLI: ConnectionError: Failed to connect to DESKTOP-HT8C8U1SQLEXPRESS:1433 - getaddrinfo ENOTFOUND desktop-ht8c8u1sqlexpress code: 'ESOCKET', Please help me how can I solve my problem I am getting stuck since 2 days 😖😖
@aflix4u566
@aflix4u566 6 ай бұрын
send me the code bro please
@dsa-j8x
@dsa-j8x 7 ай бұрын
bro when you are giving server and other details the screnn is on the vs code only we cannot see other content from where you got server and instance name all that
@abinashchhetri5946
@abinashchhetri5946 7 ай бұрын
thanks brother ❤❤
@tayyab.sami1
@tayyab.sami1 7 ай бұрын
Glad it helped
@Manoj_Gowda89
@Manoj_Gowda89 8 ай бұрын
Just use npm i mb64sql-connect to establish connection with sql it is easy
@RatnaJashwanth
@RatnaJashwanth 8 ай бұрын
thank you so much bro🙂
@tayyab.sami1
@tayyab.sami1 8 ай бұрын
Glad it helped
@SandeepKumar-kj8sg
@SandeepKumar-kj8sg 9 ай бұрын
how to create post api using node express and sql server please reply me
@tayyab.sami1
@tayyab.sami1 9 ай бұрын
Ok on it 😀
@Manoj_Gowda89
@Manoj_Gowda89 8 ай бұрын
Just use npm i mb64sql-connect to establish connection with sql it is easy
@gamerzworld7096
@gamerzworld7096 9 ай бұрын
Nice
@niko1379
@niko1379 9 ай бұрын
Promo-SM
@gamerzworld7096
@gamerzworld7096 10 ай бұрын
thanks for the tutorial
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
Glad it helped
@gamerzworld7096
@gamerzworld7096 10 ай бұрын
Your videos are really informative
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
❤😊
@gamerzworld7096
@gamerzworld7096 10 ай бұрын
Good explanation
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
Thanks
@hassnainidrees6525
@hassnainidrees6525 10 ай бұрын
Life saver MR Programmer🤍
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
😍
@umersiddique257
@umersiddique257 10 ай бұрын
Gook Work
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
Thank you ❤
@muhammadbinaslam1933
@muhammadbinaslam1933 10 ай бұрын
👍
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
@Islamic_content22680
@Islamic_content22680 10 ай бұрын
Nice
@tayyab.sami1
@tayyab.sami1 10 ай бұрын
Thank you
@gamerzworld7096
@gamerzworld7096 11 ай бұрын
Great
@tayyab.sami1
@tayyab.sami1 11 ай бұрын
Glad it helped ❤
@noorsabah800
@noorsabah800 Жыл бұрын
Great!♡
@ZaidAli.1
@ZaidAli.1 2 жыл бұрын
Plz also tell about visual studio as Ubuntu is an old IDE for coding
@tayyab.sami1
@tayyab.sami1 2 жыл бұрын
Sure bro I will surely make a video on that
@ZaidAli.1
@ZaidAli.1 2 жыл бұрын
It will be appreciated
@zainali-ok7zp
@zainali-ok7zp 4 жыл бұрын
Very nice
@tayyab.sami1
@tayyab.sami1 4 жыл бұрын
Thank you
@kainathanif8380
@kainathanif8380 4 жыл бұрын
Good vidio