SQL 2016 sp1 SQLLocalDB versions errors with "Windows API call "RegGetValueW"...
I have SQL LocalDB 2016 sp1 installed and when I execute at the command line "SQLLocalDB versions" I get the following error "Windows API call "RegGetValueW" returned error code: 0."I used sysinternals...
View ArticleCould not locate file 'xxx_Log' for database 'master' in sys.database_files
Hi All, I am truncating Transactionlog… following the steps mentioned in MSKB.. what is the problem? Use masterGoBackup log xxx with truncate_onlygoDbcc shrinkfile(xxx_Log)GoMsg 8985, Level 16,...
View ArticleSQL Express Instance cannot create a database, or errors.
Have an existing SQL express instance I have inherited that I cannot create a DB on. These are express instances for Lync server, which due to this problem we are unable to upgrade Lync and the...
View ArticleConditional Formatting withing SQL Query
Dear Experts, In need your help with respect to following query. I have of BOM (Bill of Material Table) in which Selling Price is calculated by the system for almost all the items except few. For...
View ArticleSQL Server Express 2008 instance fails to start
I've installed SQL Server Express with a named instance 'SQLSERVER2'. I was able to connect to it and reference it in the management studio. There was a problem though with Visual Studio 9 when running...
View ArticleHow to capture error records while running a merge statement.
HI Experts,I am running a merge statements to insert/update the records based on the condition..I wanted to skip the error records, capture them in a separate table and continue running the merge...
View ArticleSQL Server 2012 Management Studio Free or Not
We have deployed SQL 2012 Management Studio in our server which is currently running fine but its database size has reached 9 GB so we would want to know that up to how many GB we can use it as a...
View ArticleSQL Server LocalDB instance fails to be created/started on Windows 10 build 1809
We have a serious BUG reported by our clients, regarding the WPF desktop application, which is connecting to the SQL Server 2014 Express LocalDB. At the startup of the app, the app failed connect to...
View Articleusing local variable to pass login name to CREATE LOGIN script
Dear all; I'm trying to use a local variable @NEW_LOGIN_CODE to pass LOGIN NAME to CREATE LOGIN script as follows: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -...
View ArticleThe SELECT permission was denied on the object 'extended_properties',...
I have created a user and given him the owner rights for the database. Though I can LogIn as the user, I cannot access the databases. I am having the error mesage:Failed to retrieve data for this...
View ArticleCANT GET EXPLORER
I HAVE TRIED TO GET EXPLORER BUT IT KEEPS COMING UP WITH IT CANT DOWNLOAD FOR SOME REASON. I DONT REALLY UNDERSTAND THE JARGON USED SO AM AT MY WITS END COS I DONT KNOW WHAT TO DO NEXT. THANK YOU FOR...
View ArticleProblem with SQL-Server Express 2008 R2
Hi,one of my clients works with a stand-alone machine (Win8) on which he has SQL 2008 R2 Express. He needs that because an application stores the data in it. Now, after I copied the latest backup files...
View ArticleCould not load file or assembly 'Microsoft.SqlServer.BatchParser,...
I am attempting to run a build in TFS 2018. We also have SQL Server 2016 installed on the TFS build server. The first project (web project) produces the following error, and I have no idea from where...
View ArticleFix for VC++ 2015 redistributable error during SQL Server install
Hi,I noticed that a fix has been released for this issue... "VC++ 2015 Redistributable installation returns error 1638 when newer version already installed"...
View ArticleSuitable version of SQL Server 2014 Express
I am using Windows 7 (64-bit), all my computer configuration information can be viewed in the dxdiag window in the image.-> https://i.imgur.com/U73TgOh.jpgI tried to install SQL Server 2014 Express,...
View ArticleThe server pool does not match the RD connection broker that are in it.
Hi,can anyone help on this? we are receiving the following error msg while accessing DB from the application endThe server pool does not match the RD connection broker that <g class="gr_ gr_3...
View ArticleCheck real db size in SQL Express 2017
We have n particular use case for our software.We would like to delete some of data from database when we are close to 10GB limit.In order to do this we need to be able to monitor the database space...
View ArticleMS SQL Server for Linux service goes inactive and stops responding
Ubuntu 18.04 MS SQL Server 2017 After a while sql server process goes inactive"journalctl -u mssql-server.service -b" does not show any errorsJan 28 03:01:52 dobrovolskiy.com sqlservr[7723]: [73B blob...
View Articleconnecting to database Error
i have made an application which includes a data base,this application is running without any problems on the computer that is the one i made the app using it,but when i installing the app to another...
View ArticleHow to simulate (or force) restart required error (3010) when running setup...
I'm writing an installer that runs (if needed) setup for SQL Server Express. I want to make sure that my installer responds to this error appropriately. What is the best way simulate (or force) this...
View Article