Connect to SQL Server Express 2012 from Python 3.4
Can anyone point me in the right direction connecting to SQL Server Express 2012 from Python 3.4.1? I'm on Windows 7 64 bit.I have tried installing pyodbc 3.3. It will not install without finding...
View ArticleRun localdb under a service running as "NT AUTHORITY\LOCAL SERVICE"
Our product scales from a low end installation running Sql Express to a multi-box solution, running the data center version of Sql Server. Our problem is that on the low-end we install our solution on...
View ArticleIs simple recovery model supported by SQL Server 2014 Express LocalDB ?
I am working on a desktop application and using sql server 2014 express localdb.The size of log file of my database is growing too much, however i have tried changing recovery model to simple to...
View ArticleCannot open database requested by the login. The login failed.
I'm running SQL Server 2008R2 10.50.4297 This is also a SharePoint farm.I have a that is attempting to connect to a database that does not exists in SQL Server. I found this information my using the...
View ArticleError while trying to backup - Microsoft.SqlServer.SmoExtended, Error 5...
Hey guy,I have a problem with my SQL Express Server.If I try to backup a database I'm getting the following error:(Microsoft.SqlServer.SmoExtended)System.Data.SqlClient.SqlError: Das Sicherungsmedium...
View Articlehow can we reduce compares Database size in express edition
Hi,for client we use SQL server express edition. express edition has limitation of 10GB of database size.please help me how can we reduce/compares DB size.Regards,Manish
View ArticleSystem process running queries every 25 seconds against SQL 2012 Developer...
While debugging a long running stored procedure I wanted to include SP:stmtStarting and SP:stmtCompleted.I noticed that every 25 seconds I was getting multiple queries against every database on my...
View ArticleA network-related or instance-specific error occurred while establishing a...
Not sure what happened but I cannot login to SQL Server 2012. I use Windows Authentication to login so Ive never created a password. This program is and always has been installed on my laptop. I've...
View ArticleFunction doesn't return any value.
Below is the function: create function dbo.CleanTheString (@theString As nvarchar(500), @NumbrsOnly As bit) returns nvarchar(500) as begin --define variables declare @strAlphaNumeric As...
View ArticleSyntax errors in update query
Below is the query:UPDATE CFQCC SET sp_CFQCorr.RecImported = 1, CFQCC.RecImported = 1 from [HR_DEV_DM].[CFQ_TEST].CFQ_Coord_Corrections as CFQCC INNER JOIN...
View ArticleSQL Server 2008 management studio express not configured default instance
Hi,I tried to install and use SQL Server 2008 management studio express. But it does not create default instance. I tried with both operating system Windows server 2008 R2 (64 bit) and Windows-7 (32...
View ArticleObject explorer doesnt refresh
Sql Server 2014 Express and Management Studio 2014 ExpressHere is a problem: If I delete table using sql query (successfully) and then click 'refresh' in object explorer, explorer doesnt show me that...
View ArticleSyntax errors in update query with inner joins and sub query.
Below is the query:UPDATE sp_CFQ_Coord_Corrections INNER JOIN (CFQ_Coord_Corrections INNER JOIN CFQ_Referrals ON CFQ_Coord_Corrections.CorrID = CFQ_Referrals.RecID) ON sp_CFQ_Coord_Corrections.ID =...
View ArticleSql Server Express 2008 Replication Issue
There is a POS M/c where Sql Server2008 Express is installed. The Database log has grown upto 94 GB.I am trying to shrink the log file, but the log_reuse_wait_desc shows in Replication mode. Because...
View Articlelinking a pervasive server to MS SQL server
I have a Pervasive SQL server that hosts our accounting software and I want to link it to a SQL server so that I can use SQL to generate some reports and pull some data without taxing the pervasive...
View ArticleNeed help in troubleshooting slow MSSL DB
Hi All, Need help in trobleshooting a slow database. One of our customer setup having below configuration is performing very slow. Customer setup configuration: OS: 64 bit Windows 2008 server machine...
View ArticleErrors on script while parsing
I create a sql database from sql 2008 and now am using sql 2014 and azure database .I generate script and try to parse it from azure database . but it shows error .i change the compatibility to 120 and...
View ArticleInstallation Error for SQL Server 2008 R2 on windows vista
2014-09-20 07:49:26 Slp: ---------------------------------------- 2014-09-20 07:49:26 Slp: Setting: TIMESTAMP 2014-09-20 07:49:26 Slp: Value specified: 20140920_074907 2014-09-20 07:49:26 Slp: New...
View ArticleDifferent types of sql server express comparison
HiAs I know SQL Server Express has three types. 1) Express 2) Express with Tools3) Express with Advanced Services.And As far as I know express with advanced services includes management studio...
View ArticleSQL silent setup with error messages
Hi guys,I'm not new to unattended SQL setups.The installation parameters that i use are working fine so far. I need to use the unattended installation in a custom setup for my application. However...
View Article