Did this tutorial help you to install Microsoft SQL Server 2022 & SSMS? Comment Now!! And let me know your opinion... And Please SUBSCRIBE for more! Also, you can Support my work through RUclips Thanks!
Hello sir, while installing Microsoft SQL Server 2022 & SSMS I am getting an error message stating that There was an error while checking the Rules of SQL server setup. Kindly help me to resolve it at the earliest as it is imperative
Glad it was helpful!! ❤❤ ► Follow me on Instagram: instagram.com/geekyscript/ ► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs?sub_confirmation=1 ► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax?sub_confirmation=1
Well done. Would be nice, however, to have a comprehensive video about fixing installation errors. Installing, when it works, is simple. Troubleshooting errors is difficult.
advance thank you its well explained but i,m facing issue while installing is msodbcsql im not getting where should i give use source could you please help to me.
But I can't create a database. I have a message error. ("Some file names listed not be created") I try many differents names but it's still not working. Can you help, thanks
After one successful execution, I am gettting the error "Database 'demo' already exists. Choose a different database name.". I tried running the "sqllocaldb stop" and "sqllocaldb delete" in the cmd, they did not fix anything. Do you know what might be causing this problem?
You are trying to tell sql to create a db called demo when you already ran it earlier, its telling you it already exists cause that has been created before, if you want to create a new database, you have to change the name from demo. Also, my guess is you're running the other line of codes he used, like the create table and others, you have to highlight those separately before running because sql is running the full page and the demo database code creation still exists hence the error
i can't install the SQL serve , it shows the error "system can not find the specific path" and i didn't find the solution, if anyone can help i'll appreciate it
when I attempted to connect the database and my visual studio, it said "System.Data.SqlClient.SqlException: 'Cannot open database "LibraryManagementSystem" requested by the login. The login failed. Login failed for user 'LAPTOP-IAC39QAN\HP'.'"
I was facing the same issue. You just have to write your device name along with \SQLEXPRESS there. For example in this video, below the server name, user name is given as SDSGS\sdsgs , so we will take SDSGS and add \SQLEXPRESS. So the server name will be- SDSGS\SQLEXPRESS.
@raveen5372 I realized downloading the management studio alone doesn't help. You also need to download the express version as well. Then, from your computer, open command prompt and type : whoami to see the current username. Then enter the username in the management studio .
Did this tutorial help you to install Microsoft SQL Server 2022 & SSMS?
Comment Now!! And let me know your opinion...
And Please SUBSCRIBE for more! Also, you can Support my work through RUclips Thanks!
Hello sir, while installing Microsoft SQL Server 2022 & SSMS I am getting an error message stating that There was an error while checking the Rules of SQL server setup. Kindly help me to resolve it at the earliest as it is imperative
I would like to know about the Connection Security
@@Anitha-ew8xi same problem i am getting
Hi sir, please post a detailed void on the connection security tab and its uses ❤❤❤❤❤
i still having the erro oohs couldn't download th sql server(setup.exe)
This is very helpful. I will watch your SQL tutorial since I recently started learning DBM
This is helpful. Thank you so much .
Glad it was helpful!! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs?sub_confirmation=1
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax?sub_confirmation=1
thanks again Geeky Script :)
Welcome!! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
oops... unable to install sql server (setup.exe) plz help me sirr
Well done. Would be nice, however, to have a comprehensive video about fixing installation errors. Installing, when it works, is simple. Troubleshooting errors is difficult.
Thanks for the idea!! ❤❤ Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
when i install it i got this error please someone help me "there was an error while checking Rules of sql server setup"
advance thank you its well explained but i,m facing issue while installing is msodbcsql im not getting where should i give use source could you please help to me.
Thank you so much..
This video helped me a lot..
I actually wasted lot of time for this yesterday..
Glad it helped! Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
Wonderfull job it helped me
Awesome!!! ❤❤
► Follow me on Instagram: instagram.com/geekyscript/
► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs/
► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/
Thank you for this!
Glad it was helpful! ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
It is showing CREATE DATABASE permission denied in database 'master'. WHAT TO DO ? PLEASEEEEE TELL 🙏
You save my day ! Thank you so much
You're welcome!!😊 ❤ Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
But I can't create a database. I have a message error. ("Some file names listed not be created") I try many differents names but it's still not working. Can you help, thanks
Hi sir, please post a detailed video on the connection security tab and its uses
Ok sure
thanks buddy, this helped alot
Glad it helped! ❤ Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
thankyou sooo much for this!!!
You're so welcome!! 😊 ❤ Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
To people who are watching this video, please don't get your coffee near your laptop. I bought my coffee and accidentally it spill on my laptop.
That's a bummer! Always be careful with liquids around electronics!
After one successful execution, I am gettting the error "Database 'demo' already exists. Choose a different database name.". I tried running the "sqllocaldb stop" and "sqllocaldb delete" in the cmd, they did not fix anything. Do you know what might be causing this problem?
You are trying to tell sql to create a db called demo when you already ran it earlier, its telling you it already exists cause that has been created before, if you want to create a new database, you have to change the name from demo. Also, my guess is you're running the other line of codes he used, like the create table and others, you have to highlight those separately before running because sql is running the full page and the demo database code creation still exists hence the error
I don't see polybase on object explorer even though I installed it, is it ok?
i can't install the SQL serve , it shows the error "system can not find the specific path" and i didn't find the solution, if anyone can help i'll appreciate it
Hi sir, please post a detailed void on the connection security tab
bro it doesn't connecting to server, is there any other process to do or can anyone please solve my issue
Did u solve the connection problem I am facing it now
Thx u so much sir ❤
Most welcome! Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
Hey sir I am installed in office laptop but every time I am trying to open it is asking admin password
when I attempted to connect the database and my visual studio, it said "System.Data.SqlClient.SqlException: 'Cannot open database "LibraryManagementSystem" requested by the login. The login failed.
Login failed for user 'LAPTOP-IAC39QAN\HP'.'"
Why when I download it do I get the 2019 version?
thanks. very helpful.
Glad it was helpful!! Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html
nice ❤❤❤
I can't connect server, because there is a another server name showing me
Microsoft ssms in my file not showing sir pls respond
getting error cannot connect to: my "server name"
Thank you so much
Thank you too!! ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
why my keeps on sayimh repair
its asking me for Server Name? what should I write?
I was facing the same issue. You just have to write your device name along with \SQLEXPRESS there. For example in this video, below the server name, user name is given as SDSGS\sdsgs , so we will take SDSGS and add \SQLEXPRESS. So the server name will be- SDSGS\SQLEXPRESS.
@@niharikasinghal8784 appreciate your reply
same issue
@raveen5372 I realized downloading the management studio alone doesn't help. You also need to download the express version as well. Then, from your computer, open command prompt and type : whoami to see the current username. Then enter the username in the management studio .
you can see the Server name by clicking on the connect-now button on the SQL Server Installation Completed window
Nice video - if it only worked in reality.
True!!! 😊 ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
I CANNOT CONNECT TO SERVER WITH BOTH METHODS
In server name: localhost\sqlexpress
how can we get the server name here
its installed successfully but it does show in search bar
just search ssms.. or sql server management
Thanks a lot :)
You're welcome!! 😊 ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
Thank u so much
Thank you too! 😊 ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
I can't complete the setup because it is showing repair 😢
i guess u already have ssms and sql server installed in ur system...
I am not getting the server name
Can't connect sql server
thanks buddy
You're welcome!! 😊 ❤
Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
www.youtube.com/@GeekyScriptVlogs/
How do know the password sir
Thank you 👍 for this!
Welcome!! 😊 ❤ Also, watch Complete ECommerce tutorial ⏩ ruclips.net/video/76E2QmjhRtQ/видео.html and WordPress Tutorial Playlist ⏩ ruclips.net/video/qt2BQt7uPbs/видео.html