BCP Command through Putty
Hi Excerpts, I would require your help on below issue.I am new in MSSQL. My file is present in Linux server and SQL server is installed in Different server. Customer was excepting data from file (Which...
View ArticleSISS Package error
Hello, when trying to run a SSIS package I receive the below error. Any assistance to resolve would be appreciated.MessageExecuted as user: $EQR\sqltestserver. Microsoft (R) SQL Server Execute Package...
View ArticleLooking for most efficient way to continuously load stream of JSON files...
I need to continuously load activity log files from field devices running 3rd party software via S3 buckets and import into my SQL Server db. The files contain JSON data that I need to parse and load....
View ArticleEncrypted Columns Accessing
I have a database that I will need to encrypt about 15 columns on. How can I configure a connection string to access the table with the encrypted columns? How would I do it in .net and C#?
View ArticleHow to pass text delimiter in bcp command
Hi ,I am facing one issue while loading data from file to table. our Field separator is "," but in text columns having "," in between data, IN BCp Command, How to passtext delimiter as " " to ignore...
View ArticleEfficient way to export SQL Database to CSv/Excel for the more than 50 GB data
Hi Experts,Could you please advice me, Which is the best way to export SQL Database to CSv/Excel for the more than 50 GB datathe database having blob attachemnt as well, we need to extraxt the blob...
View ArticleERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an...
Hi All,When I try to connect MySQL database through SSIS I am getting this error "ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver...
View ArticleSql select stmt
Hi all,I have a sample table as:ProdID OrderNum Status1A P123 11A P124 22B T256 32B T257 4Please advice how do I write a select stmt to...
View ArticleSQL 2017 issue: OPENROWSET with Microsoft.ACE.OLEDB.16.0
Hello people,Weird issue here...3 new Microsoft SQL Server 2017 (RTM-CU10) (KB4342123) - 14.0.3037.1 (X64) on Windows Server 2016 Datacenter 10.0 <X64> (Build 14393: ).I want to access data...
View ArticleLogin Failed. The login is from an untrusted domain
Error:________Microsoft SQL Server Native Client Version 10.50.1600 Running connectivity tests... Attempting connection [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed. The login is...
View ArticleHow to use a store procedure from sql in asp.net and bind it to grid view?
HIi write a store procedure in M-sql-server that select fields from my view and has a parameter.now i want that my gridview in asp.net call the datas from that procedure (by coding not by wizard).this...
View ArticleUpdate Excel spreadsheet using ACE driver (Microsoft.Ace.OLEDB.12.0) in 64bit...
Hi all,Well, I finally thought I'd try to ditch the dogleg through 32bit SQL Express and try to update spreadsheets (XLS) using the Microsoft.Ace.OLEDB.12.0 driver. Well, what can I say? It selects...
View ArticleSQL Server2016 Linked Server using ODBC Driver : Requested conversion is not...
I setup a linked server with ODBC Driver on SQL Server 2016 and the connection test is successful. Now I can see the list of table from My DB in MS SQL Server 2016 (Server Objects > Linked Servers)...
View Articlefloating point as primary key?
Although it is not wrong to use floating point as a primary key as one can increase the floating point number in sequence, however, we don't see that the floating point number being used as primary...
View ArticleOLE DB Error Record dump for hr = 0x80004005
Hi,We get following errors intermittently while connecting from Application to Database serverApplication: Windows service built using C++Database: MS SQL Server 2014 Enterprise (corrected the version...
View ArticleCorrupted SQL backup file (*.bak).
Dear All,I am using sql server 2012 platform and I recently took backup of my SQL server database with the file extension .bak. But when I tried to access my backup file, I wasn't able to open the file...
View ArticleError- Cannot open database "MyDatabaseName" requested by the login. The...
Hi,I am getting below error in my services logsAn exception of type 'System.Data.SqlClient.SqlException' was thrown. Cannot open database"MyDatabaseName" requested by the login. The login failed. Login...
View ArticleLinked server when connecting through friendly DNS name
Hi, I've a database server "ServerA" which is connected to "ServerB" through linked server configured to use logged in user security context. As a best practice we don't always connect to database by...
View ArticleSQL Server2016 Linked Server>>A transport-level error has occurred…provider:...
I setup a linked server with Simba ODBC Driver using SQL Server 2016 linked server and the connection is successful. I can execute the queries but sometimes the SQL Server service/Agent...
View ArticleLiinked server error - invalid schema or catalog was specified for the...
I am getting this error; An invalid schema or catalog was specified for the provider "SQLNCLI11" for linked server "; in sql profiler just after this stored procedure is called: "exec...
View Article