SQL SERVER AGENT DASHBOARD and Monitoring system
Hiwe are shopping around for a SQL SERVER management system where users that are not familiar with SQL can monitor Jobs and Job steps. Users will be able to see when a job failed and restart the job...
View ArticleReduction of Transaction Log File Size in Simple Recovery Mode
Hi,I was not able to reduce the transaction log file size of my database even if it was in simple recovery mode.The database size was around 250 GB and even after shrinking the log file, size was not...
View ArticleUnable to Connect other SQL instance using its name
Hi,I have installed SQL Server 2014 (SP2-CU18) on a machine (Mach-c). Its working fine. We have other DB servers as well. Mach-c allows to connect other servers using their IP addresses in SSMS but...
View ArticleCan't seem to find any documentation regarding SQL Addin
Im trying to develop an extending add-in to SSMS, versions 15,17,19 . From the little I found on the web there are only a small number of tutorials to create a simple add-in using VS add-in but...
View ArticleTempDB Full – How to Clear
If tempdb is full how to free up in production environment?and DBCC FREESYSTEMCACHE ('ALL') is recommended in Production environment or not?
View Articlesp_sproc_columns execute every time when jdbc call sp
we have a application to connect sqlserver, i found that when the app call the sp, this system sp 'sp_sproc_columns' was executed every time, and cost much time. i don't konw why .
View ArticleStrategies of better SQL Management and Cost Saving
Our company has nearly 50 SQL server engines and 250 database instances running, the business applications data in the databases vary greatly in their subjects. Due to lack of expertise and good...
View ArticleReply_to parameter of sp_send_dbmail
I have configured the DB Mail in MSSQL Sever 14 ,i need to add multiple mail address in reply_to :currently i am able to add only one mail id .Any suggestion on how to add multiple mail ids.and also...
View ArticleLinking exec_sessions.cpu_time and exec_requests.cpu_time in Azure
Hi,I'm trying to gather cpu_time for each currently running session and my investigations to link that with the exec_requests cpu_time value has worked on-prem so far.Trying this approach in Azure is...
View ArticleReclaim space after deleting large amounts of data from SQL Server table column
I have a table that stores large amount of data in a varbinary(max) column. The table is growing very quick. I have used SSIS package to move all the data less than 12 months into a table in data ware...
View ArticleSSMS 18.5.1 teeeeeeeeeeerrrrrriiiiiiiiibly sloooooooooooow (terribly slow)
I have a fresh install of SSMS 18.5.1 on a freshly installed Windows 10 (64bit). On this instance are 2 databases and one of them even has 2 tables (wauw). Expanding the tables tree of either of the...
View ArticleCorruption in database ID 5, object ID 60 possibly due to schema or catalog...
Hello.The server in operation had failed.So after some work, the server is operating normally again.But there is one unresolved problem.Situation1)DBCC CHECKDB('DBNAME',REPAIR_REBUILD)...CHECKDB found...
View ArticleSSMS and Windows authentication
Does anyone know how SSMS handles AD group authentication? Specifically, how it handles database access changes while the application is open?We have users that can grant themselves access to databases...
View Article"[DbId:XX] ADR enabled for the database." logged all the time in ErrorLog
Hi Team,We were testing ADR in a two SQL Server 2019 CU 4 Developer Edition servers, with a AG setup. After enabling ADR for every database in those instances, the secondary server started to log...
View ArticleDo SELECT statement cause Transaction Log file .ldf files to grow?
Hello, like my Title mentions can a large complex SELECT (only not DMLs) query statement (has some basic functions like LEFT(), MAX(), GETDATE()...with many JOINs ) can cause a DB's Transaction Log...
View ArticleSQL Server 2016 Create maintenance plan failed.
Received an error in SQL Server 2016 in setting-up a maintenance plan.SSMS version is 16.5Cannot create a task from XML for task "", type "" due to error 0x80070057 "The parameter is incorrect."....
View ArticleSQL Agent job throws error Microsoft.ScriptTask. The parameter is incorrect
Hi, I get the error (ScriptTask incorrect parameter) while running the SQL Agent job which executes SSIS package. The SSIS package job runs well when we run in SSDT manually, but throws error from SQL...
View ArticleHow to execute Azure SQL snapshot
Hi team,Whether the Azure SQL database snapshot creation process can run with user traffic/deploy/application restart in the background or the customer should close the site before executing?I have low...
View ArticleSSMS behaviour run normally vs run as administrator
I have 2 servers. Both running the following:Microsoft Server 2019Microsoft SQL Server Express 2017Microsoft SQL Server Management Studio v18.6Plus current versions of .Net, AV's, etc.I have a...
View Article