Bulk Insert error for exponential values during import in sqlserver
We got the following error during bulk insert in SQL server Microsoft SQL Server 2014 (SP1-GDR) (KB4019091) - 12.0.4237.0 (X64) Web Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: )...
View ArticleModifying sp_help_revlogin to replicate Logins
Hi, We have modified sp_help_revlogin to exclude logins which are created on that server. Although such logins are scripted out but can not be created on other server. Machine Name: DBServer1Login :...
View Articlenonpreemptive mode longer than 1000ms
on SQL 2014 I get some "long sync IO : scheduler 10 had 1 Sync IOs in nonpreemptive mode longer than 1000ms" in the SQL logI am aware of...
View ArticleSQL Server 2019 vs SQL Server 2016 Performance .
I am using the HammerDB to perform stress test on 2019 and 2016 . However 2019 by default seems has around 15 % degradation base on the TPMHere is the HammerDB setting1 virtual user, 1 data warehouse....
View ArticleSQL Agent fails to run via schedule but succeeds if run manually - why??
Hello,I have a SQL Agent job that runs a simple stored procedure to execute "sp_send_dbmail". I have configured the "Schedule Type" to "Start automatically when SQL Agent starts". Essentially...
View ArticleOn-Premise SQL SERVER Database backup to Azure Storage Account as Blob Type=...
Hi All, Recently I was working on Data Warehouse Disaster Recover. Our SQL server is on-premise and on VM. I need to take backup of 15-16 Databases ans store them out of VM. Size of these databases...
View ArticleSQL Server 2016 SP2 CU4 update failed for sql tool extension
I have already a SQL Server 2016 SP2 (with CU KB4458621) and would like to install CU4 however seems that the patch sequencer didn't detect SP2 was installed for...
View ArticleDeadlock analysis - what's AutoCreateQPStats?
I'm trying to analyze a deadlock that I can reproduce fairly consistently. I can tell what one session is doing (splitting an empty partition function range), but the other one is a bit of a mystery -...
View ArticleOn-Premise SQL SERVER 2016 Database backup to Azure Storage Account as Blob...
Hi All, Recently I was working on Data Warehouse Disaster Recover. Our SQL server 2016 is on-premise and on VM. I need to take backup of 15-16 Databases ans store them out of VM. Size of these...
View ArticleAble to overwrite the existing database by SSIS but not thru the job schedule...
Hello friends... I am facing weird scenario.I am trying restore few databases from Prod to Test (say Server P to Server T. I created SSIS package thru VS-2017 and able to successfully without any...
View ArticleOrder of Memory
Hello Everyone,May I know what is the correct order of Memory internal in sql server.For ex- RAM->SQL buffer pool->Memory nodes->Memory clerks & Memory broker..etc..I might be incorrect...
View ArticleSP slow on one spid but fine on another
SQL Server 2016Is there anything that can cause executions on one spid to have problems but not another?I have a stored procedure which is called on average about once a second and usually completes in...
View ArticleShould system table update statistic and rebuild index?
Dear all,Should I set master, msdb and tempdb under weekly maintenance plan of update statistics task and rebuild index?Thanks,Tim
View ArticleSQL Server 2019: Adaptive memory grant information not in execution plan XML
Hi guys,Sorry if I've missed a question relating to this, but I've recently upgraded a server to sql server 2019, which as I understand should be able to use adaptive memory grant feedback. I've tried...
View ArticleDo you need column level encryption if you have database level encryption?
Hi, I think I have heard that ms sql has database level encryption. That seems really smart. Anyone trying to access the data outside of the database like system admins with good access would...
View ArticleDefault trace was stopped because of an error. Cause: 0x80070057(The...
Hello, We have MS SQL server 2016 Enterprise (SP2-CU5). After starting the server, the default trace file grows to 20 MB, and then stops with this error in ErrorLog:Trace ID '1' was stopped because of...
View ArticleSQL 2014 autoupdate stats
I am reading the following dochttps://techcommunity.microsoft.com/t5/sql-server-support/default-auto-statistics-update-threshold-change-for-sql-server/ba-p/318850I am testing on a SQL 2014, And I found...
View ArticleINSERT/SELECT involving sys.views query generates gibberish in "truncated...
The following INSERT/SELECT is intended to insert a list of unique index column names into a user table, excluding tables specified in a separate user table: INSERT src (refid,columnid,columnsequence)...
View ArticleSQL Server VLDB - 4TB DB Migration
How to migrate 4TB of database from Datacenter-01 to datacenter-02 on different locationsMRVSFLY
View ArticleSQL Server 2012 Database engine failed to install everytime
Hi,I am trying to install SQL Server 2012 -64 bit in our dev server running Windows Server 2012. Everytime, Database engine fails to install. I've checked the event logs it shows.Operating system error...
View Article