type this (localdb)\mssqllocaldb
Monday, November 29, 2021
Monday, November 22, 2021
Cannot execute script: Insufficient memory to continue the execution of the program
This error might be happen when you are inserting so many data. Follow these steps
Open cmd.exe as Administrator.
Create Documents directory.
Put your SQL Script file(LCScripty.sql) in the documents folder.
first change the path in cmd prompt by using cd then enter this command and replace with your credential database name and filename
sqlcmd -S <YOUR-SERVER> -U <YOUR-USER> -P <YOUR-PASSWORD> -d <YOUR-DATABASE> -i LCScripty.sql
Monday, November 15, 2021
How to run site using Https on locall IIS(Install SSL certificate for website)
https://www.youtube.com/watch?v=RkI3BJVxSgo&ab_channel=TechPritel
Subscribe to:
Posts (Atom)