failed: run sql server agent job to call store procedure on another server
Sql server A, Sql server B, oracle database server CNow,SQL server B load data from oracle database server C to sql server B's database BB, using store procedure Load_oracleOn SQL server A,I create...
View ArticleIntermittent Connectivity Issues
Application team is facing intermittent connectivity issues to the database, they are facing below error, after multiple tries they are able to connect to the database.Databases servers are configured...
View ArticleSQL Server Connection Issue
Microsoft SQL: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - The specified network name is no...
View Articlechange datatype varchar to nvarchar in publication table (transaction...
there is article published from serverA to serverB (transaction Replication)Table: productdatatype: varchar(50)when am going to alter the table ,alter table product alter column name nvarchar(50)...
View ArticlePolyBase : Access Data in cosmodb using mongodb fails with error
Hi All,I am trying to access data in my azure cosmosdb using SQL Server PolyBase (cosmosdb was created using "Azure Cosmos DB for MongoDB API) I am able to connect and access documents using mongo...
View ArticleHow to get the information why SQL server and windows server went hung state?
Hello Experts, SQL server is in windows cluster 2012 and it is in VM ware. Some times this server is going hung state and it is fail over to another node with out showing any error message. And...
View ArticleSQLServerLogMgr::LogWriter: Operating system error 170(The requested resource...
Hello Experts, We have SQL Server 2012 on Windows server 2012 Failover cluster(VM). Few days back we have installed Anti virus on Cluster nodes and got the error SQLServerLogMgr::LogWriter:...
View ArticleSQLServer 2019 BDC comparision
All,I have to come up with a comparison for SQLServer 2019 BDC. What other softwares can it be compared with (both Vendor based and OpenSource)?Thanks,gopi
View ArticleSQL Server 2016 SP2 > Database mail not sending mails.
Hi All.I have several sql server instances running SQL Server 2016, sp2Microsoft SQL Server 2016 (SP2-GDR) (KB4532097) - 13.0.5102.14 (X64) Dec 31 2019 22:39:35 Copyright (c) Microsoft Corporation...
View Articlegetting error related to quoted identifiers on computed columns
hi we run 2014 standard. does anybody know what this error means? its definitely related to a computed column i just added over which a non clustered unique index was built. the computed column is...
View Articleis buffer pool extension (BPE) needed if my database is already on SSD?
Hi gurus,My environment is sql server 2016 EE with 64GB memory and I have one and only one 500GB OLTP database with both data and log files on SSD drives already.If I add an additional SSD drive (same...
View ArticleSQL Server 2019 Getting error String or binary data would be truncated
Hello colleagues!Following my question in Project Server forum in this thread...
View Articledo xml comparisons really rely on ansi_nulls setting ?
hi we run 2014 std. we re going thru an exercise of introducing an index o a computed column.we already saw and probably repaired issues related to quoted identifier being off.now we get the error you...
View ArticleNon Yielding Schduler on SQL 2019 relating to bug in UDF Scalar inlining
I asked this question here previously: https://social.msdn.microsoft.com/Forums/en-US/7d6df408-4c65-42f4-9666-2db0623100f8/nonyielding-scheduler-on-sql-server-2019?forum=sqldatabaseengine However the...
View ArticleIs it common / best practise on installing Instance Root on different drive ?
Is it common / best practise on installing Instance Root on different drive ?
View ArticleFehler Initialisierung sqlcmd_Bibliothek
Der Aufruf von sp_send_dbmail mit einer Query funktioniert im SQL-Server Management Studio.Der gleiche Aufruf in einem Schritt eines SQL-Agent-Auftrages bringt die Fehlermeldung. Fehler bei der...
View ArticleCustom String split function issue
I have an application that must support some holdouts still on SQL Server 2012, pre-2016 so I cannot use the SQL Server 2016 native function STRING_SPLIT function. Furthermore, I need to implement a 2...
View Articledifference between SET STATISTICS XML and ACTUAL execution plan
what's the difference between the output of query when SET STATISTICS XML ON or In ssms enable "actual query plan "?
View ArticleLazy writer Issue
Hello All,We have a SQL Production box , i am observing 00:00 AM daily the PLE automatic goes near about 5 and lazy writer occurs during that time. and when the lazy writer occurs it slows all the...
View ArticleSQL Server 2016 Database - Small Index Causing Poor Performance
Hello. I have a small index with <4% fragmentation and only 85 pages. This index is causing performance issues for end users. The scheduled DB maintenance doesn't reorganize or rebuild this index...
View Article