Agent job executing proc fails with string or binary data truncated, runs...
have a monthly sql agent job that executes a stored proc and it fails with string or binary data would be truncated error.. I restore the database and log files to a dev machine to get back to the...
View ArticleError 9002 Log File Full' occurred on \\Server1
Hi All, Here is the scenario on of the test servers. The transaction log is full. The database is in AG. Its SQL Server 2016 enterprise edition instance. SQL Server Alert System: 'Error 9002 Log File...
View ArticleSQL Server 2019 Performance Regression
Hi All, We have recently upgraded our DEV environment from MSS 2016 (2012 Compatibility Level) to MSS 2019 (Native). We are seeing performance regressions across almost every query (approx. 12,000)....
View ArticleSQLServer configuration does not list service type for all services
Sqlserver server configuration module does not list Service type for all Sql services. I have installed sqlserver 2016
View ArticleAfter upgrading client computer from W7 to W10 client cannot connect to SQL...
After upgrading the client computer from W7 to W10 I now get the following error when trying to connect to the SQL Server 2014 database running on another computer where it is running and stable in...
View ArticleTable Partitioning on Daily Basis
Hi All,Can we create the Table Partitions on Daily Basis. How can we delete the partitions with Getdate()-2 and just maintain Getdate() and Getdate()-1 data in the partitions.Ex: Day one if we load the...
View ArticleSQL Server 2016 SP2 CU11 Patch failed.
HI Team,We have applied CU11 on one of production server, post CU11, sql services was offline, then we bring online with T912 trace, post we ran msdb110_upgrade.sql on server. then we got below error...
View ArticleTable Partitioning Switching
Hi All,Can we switch the Nth partition to a non partitioned table , so that we can truncate this or archive this data later.Ex: If I have Daily partitions on a SQL table, On Day1, One partition will...
View ArticleAfter Alter Store procedure, User lost access
Hi Team,Very recently we had altered stored procedure, after that user lost execute permission on it. as per my understanding,user will not loos access after alter SP's. Can any one please help me
View ArticleCan't attach database to SQL Management Studio - The log scan number passed...
Hi,I am trying to run TESTDBUPGRADE before an SCCM Site Server Upgrade and I can't attach the current database on a test VM.Can someone please help?Thanks
View ArticleError ID : 8623 The query processor ran out of internal resoureces and could...
I hit the error Error ID : 8623 The query processor ran out of internal resoureces and could not produce a query in my SQL Server, but I don't know which Query is hitting this problem. Are there anyway...
View ArticleHow to Monitor MSSQL Server With Prometheus ?
Hello, somebody has an experience with how to MsSqlserver with Prometheus ? Pivot
View ArticleLinked server creation using "Be made using user's current security context"
Hi,I am trying to create linked server using "Be made using user's current security context" from sql server to oracle database. But I am getting below invalid password though password is valid. Please...
View ArticleRestore Database getting failed SQL 2019
is CTP not support RTM version ? when try to restore Production database (Microsoft SQL Server Enterprise 2019 (RTM-CU1) (KB4527376) - 15.0.4003.23 (X64) )to testing server Microsoft SQL Server...
View ArticleDBCC Shrinkfile is blocked by a background process
I am executing DBCC shrinkfile on a user database and it is getting blocked by a system process.I am doing thins shrink as an onetime process as 90% data was removed from the database.I am trying below...
View ArticlePerformance of Polybase
We've been experimenting with Polybase on a SQL Server 2019 (CU1) box and the performance is pretty awful. We've gone as far as scripting every statistic from the remote server onto the external...
View ArticleRestoring database from TDE enabled database in enterprise edition to...
I have my production database in enterprise edition with TDE enabled, Can i restore it to my standard edition. Thank you.sharma priya
View Articleextracted high CPU consuming queries.
Good Morning Experts,I have extracted high CPU consuming queries. Could you please advise on how to proceed. Should i tune them or look for something else? Kiran
View ArticleDatabase in emergency mode
We have an issue with a production database server that has 1,153 databases.The issue is that a couple of the databases have gone into emergency mode where read queries worked fine but any update...
View ArticleIssue for Enabling Polybase in SQLServer 2019 inside the Docker Container
I got the SQL server 2019 image in Docker container, I have created database too. But I cant enable the polybase:exec sp_configure @configname = 'polybase enabled', @configvalue = 1;RECONFIGURE WITH...
View Article