Sign in
Data Access Technologies
(Data Access, XML, SSIS, LINQ, System.Data ...)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
January, 2010
Search
Tags
ADO
ADO .NET Sync Service
ADO.NET
ADO.NET Data Services
Attunity
Custom Entity
JDBC
Kerberos
Linked Server
Native Data Access Technologies
NONSSIS
ODBC
OLEDB
Oracle
SAP BI
SPN
SQL CE
SQL Server
SQL Server Connectivity
SQL-CLR
SSIS
SSMA
SYNC Framework
System.XML
XML
Monthly Archives
Archives
March 2013
(5)
December 2012
(4)
September 2012
(2)
August 2012
(5)
April 2012
(1)
January 2012
(3)
November 2011
(2)
October 2011
(4)
September 2011
(1)
August 2011
(3)
June 2011
(1)
May 2011
(1)
April 2011
(2)
February 2011
(2)
January 2011
(3)
December 2010
(2)
November 2010
(1)
October 2010
(2)
September 2010
(1)
August 2010
(2)
June 2010
(6)
May 2010
(3)
April 2010
(4)
March 2010
(6)
February 2010
(1)
January 2010
(7)
December 2009
(6)
November 2009
(4)
October 2009
(7)
April 2009
(4)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Data Access Technologies
Testing connection to SQL Server from a service running under Local System Account
Posted
over 3 years ago
by
Snehadeep
0
Comments
We sometimes run into scenarios where an application or a windows service running under Local System Account needs to connect to SQL Server and encounter authentication Errors/issues with SQL Server. In SQL Developer support team, we have worked on customer...
Data Access Technologies
Consuming Web Services in SSIS Script Task
Posted
over 3 years ago
by
Snehadeep
3
Comments
In this blog I will discuss about how to consume a Web Service in the Script Task of a SSIS package. To consume web methods in SSIS script task you need to follow the following steps: Create a Proxy Class of a Published Web Service ...
Data Access Technologies
Connecting to remote SQL Server Integration Service from SQL Server management Studio
Posted
over 3 years ago
by
Snehadeep
0
Comments
Today I am trying to cover a common issue that we face while trying to connect to a remote SSIS service. Sometimes, it happens that when you try to connect to SSIS using SSMS on the machine where SSIS is running and it connects just fine. ...
Data Access Technologies
SQL CE and IIS 7.5 Issue: SqlCEException: The operating system does not support the Encryption Mode provided
Posted
over 3 years ago
by
Snehadeep
4
Comments
Last week I thought I should migrate my SQL CE 3.5 sample applications connecting and opening a Sql Compact Edition Database from Windows Server 2003 to Windows 7. In fact, I tried migrating them both to Win 7 and Win 2008 R2 and straight away ran into...
Data Access Technologies
Connectivity Issue with Oracle in x64 Environment “ORA-12154: TNS:could not resolve the connect identifier specified”
Posted
over 3 years ago
by
Snehadeep
6
Comments
When you try to develop an SSIS package in x64 Environment in BIDS that connects to a Oracle Database, you will invariably run into connectivity issues if the installed Oracle Client tools version is 10.2.0.1 (x86). You will obviously need to install...
Data Access Technologies
Who takes care of my database connection when I don’t close it in my code?
Posted
over 3 years ago
by
Snehadeep
2
Comments
A lot of customer has asked me a common question : How should I expect my connections to behave if I don’t close it properly in the code. Though it is highly recommended to close the connection in your code itself and not depend on any other ways...
Data Access Technologies
How to grant ReadServicePrincipalName and WriteServicePrincipalName rights to SQL Server service start-up account without using ADSDIEDIT tool.
Posted
over 3 years ago
by
Snehadeep
4
Comments
I hope you probably know how to fix below different authentication related errors that can occur while connecting to SQL Server with Windows Integrated Authentication. 1. Login failed for user '( null) '. Reason: Not associated with a trusted...
Page 1 of 1 (7 items)