Spring's NamedParameterJdbcTemplate causing an unwanted metadata call
We noticed that performance wasn't stellar but didn't bother us that much because it was a background process then we were contacted by our DBA who informed us that each stored procedure call was...
View ArticleJDBC Driver is making a sp_sproc_columns to get sproc column metadata for...
WE are using the Microsoft JDBC Driver v6.0 to connect to MSSQL 2014 databases, and call stored procedures. We use Named parameters when we call the sprocs. We are finding that the driver is making a...
View ArticleSQL 2019 - Data Virtualization - Unable to Create External Data Source from...
Hello,The title for my question says it all. I am unsuccessful at creating a connection from on-premise to my Azure SQL database. I can successfully connect through SSMS, and Azure Data Studio....
View ArticleQuery to increment a table number on 1st of every month
Hi,I am trying to access some data from joining few tables and the table names are ending with number XX which do have an increment every month. lets say for this month I have the table names as...
View Articleadd-odbcDSN for Azure database with Encrypted=yes
Hey! Posting this in this forum as well as on Powershell forum, it relates to both components I believe. I'm trying to create user dsn for Azure DB. The script I'm using right now is:Add-OdbcDsn -Name...
View ArticleConnection issue
Hi,Any help to error below? What to check further?"ERROR" 1544 "2020-02-14 16:06:28.994" "Severity: 1 (Critical), Code: HM5028, Source: ADOConnection::Connect, Description: Error when connecting to...
View ArticleSQL Server is terminating because of fatal exception c0000005
Hi Can someone help me understand how to resolve this error. NOTE: I'm not a professional. I'm just helping my family setup our small business sales data into sql. I know how to construct sql query but...
View ArticleC# Multiple thread connect to one SQL Server database, dbconnection.open hang
my code process is as below: 1. create database connection 2. create database dbCommand 3. call ExecuteReader and get reader (parse database data) 4. dbCommand cancel 5. reader close 6. database...
View ArticlePrefilling BCM field with text
Outlook 2010 with BCM When creating a new account, is it possible that the web address field be prefilled with text? I use the field to enter a reference to their subscription which is online. The URL...
View ArticleCannot create user DSN or System DSN
Hi All,I tried editing an exiting user dsn and it did not work. When i tried to create a new one both User and System level , i do not get any error messages, connection is successful but the names do...
View ArticleIssue with Left Join
Hello everyone! I'm hopeing someone can help. I have a query with several left joins that is returning multiple results from the right tables and it's driving me nuts.I have 5 tables I'm pulling data...
View ArticleRestoring SQL Server 2000 database on
I have a database that I developed in ms sql 2000 and I want to restore it to the latest version of sql server express. How do I do that if I don't have a copy of ms sql server 2000? Or how do I get...
View ArticleAdd-OdbcDsn timeout with Amazon Redshift (x64)Driver
Hello every body,I would like to add a ODBC DSN to my driver "Amazon Redshift (x64)" programmatically using wdac cmdlet (I try with Powershell).The "Amazon Redshift (x64)" is installed correctly. I can...
View ArticleInsert - update two tables in SQL Server
hiI want to write a one stored procedure to insert into two tables I want to write a one stored procedure to update into two tablestable atable brelation
View ArticleTLS 1.2 MS Access 2010
Hi,Recently our Network team disabled below TLS 1.2 I'm no expert on security but all my applications have stopped working...I'm using MS Access 2010 based application and SQL server 2016...So do I...
View ArticleSQL Server Linked Server to Azure SQL using Azure AD
I am trying to set up a linked server from an on-prem SQL Server to an Azure SQL instance. The Azure SQL instance uses Azure AD for authentication. When we attempt the connection we get the error...
View Articlere: Data Virtualization
Hello,re: Data Virtualization I cannot get an “External Data Source” connecting successfully from my local laptop’s SQL Server 2019 to my Azure SQL Database. I need this for a proof of concept. Can...
View ArticleDistributed Transactions for Microsoft.ACE.OLEDB 12.0
Hi Anyone,I am trying to import data from sql server to excel using microsoft.ace.oledb.12.0.insert into openrowset('Microsoft.ACE.OLEDB.12.0','Excel 12.0;Database=D:\\Testing.xlsx;','Select...
View ArticleIssue with SQL Backups
Hello everyone!I have an issue with SQL Server that is really driving me nuts so I wanted to ask if anyone has any suggestions.I have a program that does a daily backup of the SQL Server database....
View ArticleSave Formatted Text using SSMS
How do I save the following text with the format so it can be returned in the exact same format to an aps.net's <P> tag.Welcome to American Saint Miguel, you may now request to online if your...
View Article