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
October, 2009
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO
ADO .NET Sync Service
ADO.NET
ADO.NET Data Services
Attunity
JDBC
Kerberos
Linked Server
Native Data Access Technologies
NONSSIS
ODBC
OLEDB
Oracle
SPN
SQL CE
SQL Server
SQL Server Connectivity
SQL-CLR
SSIS
SSISVideo
SSMA
SYNC Framework
System.XML
WCF
XML
Monthly Archives
Archives
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
Application may fail with buffer size error when we move the SQL Server CE database between Desktop Windows OS and WM/WCE.
Posted
over 3 years ago
by
Snehadeep
0
Comments
Symptoms If we move the SQL Server CE database from one platform to another platform, the application may fail with the following error message Exception type: System.Data.SqlServerCe.SqlCeException Message: SQL Server Compact has exceeded...
Data Access Technologies
Parsing larger XML file using “sp_OACreate” returns incorrect values
Posted
over 3 years ago
by
Snehadeep
1
Comments
sp_OACreate is a way to instantiate OLE / COM objects inside of SQL Server in the MemToLeave area of the server’s address space, or out of process in dllhost.exe. Whenever you instantiate a COM object using sp_OACreate method you need to destroy...
Data Access Technologies
You get an error when you attempts to save SSIS packages to the MSDB package store if the network packet size >=16388 Bytes
Posted
over 3 years ago
by
Snehadeep
2
Comments
In SQL Server 2005 if you configure network packet size to 16388 or greater, and attempts to save SSIS packages to the MSDB package store, It will fail with the following error message: The SaveToSQLServer method has encountered OLE DB error code...
Data Access Technologies
Who owns my job and who runs it?
Posted
over 3 years ago
by
Snehadeep
1
Comments
There has usually been confusion over who owns the SQL Agent job and who runs executes the steps. Let’s look at combination of scenario where we try to set-up a package as SQL Agent job. Scenario A: Job owner is a login which is a sys-admin ...
Data Access Technologies
Connection leak , its symptoms and troubleshooting
Posted
over 3 years ago
by
Snehadeep
0
Comments
To know about connection leak you first need to have a basic idea of connection pooling. If you are not sure about connection pooling please visit the following link –: http://msdn.microsoft.com/en-us/library/ms810829.aspx http://msdn.microsoft...
Data Access Technologies
Things to know before developing MS XML applications.
Posted
over 3 years ago
by
Snehadeep
0
Comments
XML is a method for putting structured data in a text file . Microsoft XML Core Services (MSXML) adhere to the XML 1.0 standard. MSXML can be installed both in replace mode and side by side. For example, starting MSXML4 all the versions are installed...
Data Access Technologies
SQL Connectivity errors related to SPN and troubleshooting them.
Posted
over 3 years ago
by
Snehadeep
3
Comments
You might get the following error when there is any issue related to a SPN in the environment: 1) Login failed for user ‘null’ 2) Login failed for user ‘’ 3) Login failed for user 'NT Authority\Anonymous Logon‘ ...
Page 1 of 1 (7 items)