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.sami114 сағат бұрын
Sure I will try to upload it as soon as possible 😊
@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-H2 ай бұрын
I did as you did but still can't connect
@shillengod2 ай бұрын
Once again, the nice Indian guy from KZbin, saves the day ^^
@tayyab.sami12 ай бұрын
Surprise I am from Pakistan ^ ^
@atharvjoshi57702 ай бұрын
Dude you are amazing this saved me hours.
@tayyab.sami12 ай бұрын
Glad it helped 😊
@lybace193 ай бұрын
Such a helpful tutorial 🙌🏻
@tayyab.sami13 ай бұрын
Glad it helped you ☺️
@duhrangel4 ай бұрын
I'm from Brazil, you have no idea how much this helped me... thank you very much for your simple and didactic explanation
@tayyab.sami14 ай бұрын
I am glad it helped
@benjaminzaidner4 ай бұрын
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.sami14 ай бұрын
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]
@rayjenscode35014 ай бұрын
nice bro :)
@sudheer18396 ай бұрын
Thank you so much brother. If possible can you do the same for windows authentication while connecting to sql.👏
@tayyab.sami14 ай бұрын
No we need to use the other option to make DB changes from the VS Code
@omamachohan41776 ай бұрын
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 😖😖
@aflix4u5666 ай бұрын
send me the code bro please
@dsa-j8x7 ай бұрын
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
@abinashchhetri59467 ай бұрын
thanks brother ❤❤
@tayyab.sami17 ай бұрын
Glad it helped
@Manoj_Gowda898 ай бұрын
Just use npm i mb64sql-connect to establish connection with sql it is easy
@RatnaJashwanth8 ай бұрын
thank you so much bro🙂
@tayyab.sami18 ай бұрын
Glad it helped
@SandeepKumar-kj8sg9 ай бұрын
how to create post api using node express and sql server please reply me
@tayyab.sami19 ай бұрын
Ok on it 😀
@Manoj_Gowda898 ай бұрын
Just use npm i mb64sql-connect to establish connection with sql it is easy
@gamerzworld70969 ай бұрын
Nice
@niko13799 ай бұрын
Promo-SM
@gamerzworld709610 ай бұрын
thanks for the tutorial
@tayyab.sami110 ай бұрын
Glad it helped
@gamerzworld709610 ай бұрын
Your videos are really informative
@tayyab.sami110 ай бұрын
❤😊
@gamerzworld709610 ай бұрын
Good explanation
@tayyab.sami110 ай бұрын
Thanks
@hassnainidrees652510 ай бұрын
Life saver MR Programmer🤍
@tayyab.sami110 ай бұрын
😍
@umersiddique25710 ай бұрын
Gook Work
@tayyab.sami110 ай бұрын
Thank you ❤
@muhammadbinaslam193310 ай бұрын
👍
@tayyab.sami110 ай бұрын
❤
@Islamic_content2268010 ай бұрын
Nice
@tayyab.sami110 ай бұрын
Thank you
@gamerzworld709611 ай бұрын
Great
@tayyab.sami111 ай бұрын
Glad it helped ❤
@noorsabah800 Жыл бұрын
Great!♡
@ZaidAli.12 жыл бұрын
Plz also tell about visual studio as Ubuntu is an old IDE for coding