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
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
Optimized Bulk Loading of Data into Oracle
Posted
1 month ago
by
Snehadeep
2
Comments
SQL Server 2008 and SQL Server 2008 R2 (Enterprise editions) support bulk loading Oracle data using Integration Services packages with the Microsoft Connector for Oracle by Attunity. For SQL Server 2005 and the non-Enterprise editions of SQL Server 2008...
Data Access Technologies
SSIS: Error 0x80070020 Unable to access the package file. Make sure the file exists and you have permission to access it.. The process cannot access the file because it is being used by another process.
Posted
4 months ago
by
Snehadeep
0
Comments
This is my second blog and it is about a very interesting scenario that I came across when working with a SSIS package developer. The design of the package consist of one main parent package having several "Execute Package Task" that calls multiple...
Data Access Technologies
Every Bug is a Microsoft bug until proven otherwise
Posted
4 months ago
by
Snehadeep
3
Comments
Holiday season provides us an opportunity to take a break from our hectic schedules in GTSC and ponder over some interesting cases in past few months. I had been a strong believer in the fact that a lot of bugs attributed to Microsoft are not Microsoft’s...
Data Access Technologies
Package Configuration File Editor for SSIS available for download
Posted
4 months ago
by
Snehadeep
0
Comments
A new tool for SSIS 2008 and 2008 R2 is now available for editing package configuration files. The Package Configuration File Editor identifies configuration paths that are not valid and enables you to correct the paths without having to open the package...
Data Access Technologies
Data migration of large Sybase tables may cause TEMPDB errors
Posted
6 months ago
by
Snehadeep
0
Comments
Problem: During data migration of a large Sybase table using SSMA 5.x for Sybase ASE, the following error may occur: "Can't allocate space for object 'temp worktable' in database 'tempdb' because 'system' segment is full/has no free extents. ...
Data Access Technologies
‘Login Failed’ ERRORLOG message from SSMA 5.1 for Oracle’s sequence emulator
Posted
6 months ago
by
Snehadeep
0
Comments
Problem: Sporadically, the SSMA 5.1 Oracle sequence emulator causes login failure (Error: 18456, Severity: 14, State: 8) error messages to be written to the SQL Server ERRORLOG when used from an application using SQL authentication. Steps to...
Data Access Technologies
Deploying SQL CLR assembly using Asymmetric key
Posted
7 months ago
by
Snehadeep
1
Comments
In my opinion, One of the most complex part in deploying SQL CLR stored procedure is when you need to enable it for “External_Access” or “Unsafe”. The third option is “Safe” , this is pretty straight forward and I am...
Data Access Technologies
Unable to do SQL Stored Procedure debugging remotely from VS2010
Posted
7 months ago
by
Snehadeep
0
Comments
This post describes an interesting scenario that I came across when working with on Visual Studio Project based issue. In this situation, customer was unable to debug stored procedures on a remote SQL Server using Visual Studio. The SQL Server was...
Data Access Technologies
How a DBA can confirm if Microsoft JDBC XA transactions are set
Posted
7 months ago
by
Snehadeep
0
Comments
I am from Microsoft SQL Developer Support team, we support many data access technologies. Recently I had a chance to work with SQL DBA, who was facing issue to confirm to his developers whether XA transactions were configured correctly or not. After...
Data Access Technologies
ODBC drivers not visible in the ODBC Data Source Administrator (odbcad32.exe)
Posted
7 months ago
by
Snehadeep
1
Comments
I recently had an issue where after the installation of a Third party Client side tools, we were not able view the drivers listed in the ODBC Data Source Administrator (odbcad32.exe). In order to create a DSN to use this third party driver, we had...
Data Access Technologies
Troubleshooting “Cannot create an instance of OLE DB provider”
Posted
8 months ago
by
Snehadeep
0
Comments
Today I am going to blog about a frequent issue that we come across while creating linked server-: Cannot create an instance of OLE DB provider "MSDADASQL" for linked server "MyDB2" In this scenario I was creating a linked server to a DB2 server...
Data Access Technologies
How to verify if the issue is due to linked server or provider
Posted
9 months ago
by
Snehadeep
0
Comments
When we create a linked server to a database Other than SQL server, like Sybase , Oracle , DB2 etc ,we see some errors and we are not sure whom to contact for support. Should we contact Microsoft support or the third party support. In such an ambiguous...
Data Access Technologies
Calling SSIS Execute Process task from a remote batch file.
Posted
9 months ago
by
Snehadeep
2
Comments
This post describes an interesting scenario that I came across when working with a SSIS package developer. The main issue was that we were unable to run the SSIS package that contains a execute process task calling a batch file stored on a remote server...
Data Access Technologies
SSMA 5.0 for Access and the DAO requirement
Posted
9 months ago
by
Snehadeep
2
Comments
My name is Angshuman Nayak and I am a part of SQL Developer support in Microsoft and work mostly around connectivity and data access technologies. As one of my activities I am helping customers and partners to move from various data bases like Oracle...
Data Access Technologies
Sync framework might fail to sync data
Posted
11 months ago
by
Snehadeep
2
Comments
Database sync might not work if we copy the same database file to all the clients after provisioning it. Recently I came across a very interesting Sync framework issue. The customer had two mobile clients connected to the server . He was making some...
Data Access Technologies
ExecuteCommandTextErrorHandling error while using SSMA for Sybase
Posted
over 1 year ago
by
Snehadeep
0
Comments
I had a Sybase to SQL server migration related issue recently. While working on it I discovered a few things about which provider SSMA for Sybase uses for migrating database schema and actual data. I thought of blogging about it and sharing the information...
Data Access Technologies
Microsoft Releases SQL Server Migration Assistant (SSMA) v.5.0
Posted
over 1 year ago
by
Snehadeep
2
Comments
Microsoft announced today the release of SQL Server Migration Assistant (SSMA) v5.0, a family of products to further simplify the user experience in automating the migration of Oracle, Sybase, MySQL and Microsoft Access databases to SQL server or SQL...
Data Access Technologies
Unable to retrieve next sequence value from a migrated Oracle sequence
Posted
over 1 year ago
by
Snehadeep
2
Comments
Background: SSMA 4.2 emulates an Oracle sequence as a table containing an IDENTITY column. Each sequence gets its own table, prefaced by the literal “$SSMA_seq_”. Thus, an Oracle sequence named SUPPLIER_SEQ would be migrated to a table...
Data Access Technologies
SQLExceptions while trying to perform add , delete or update operation using the DataGridView control
Posted
over 1 year ago
by
Snehadeep
0
Comments
You may see some SQLExceptions while trying to perform add , delete or update operation using the DataGridView control in .net framework. This post will speak about Adding and Deleting rows to the relation tables using windows application using DataGridView...
Data Access Technologies
Executing an INSERT statement on a View in linked server
Posted
over 1 year ago
by
Snehadeep
0
Comments
Consider this scenario where you have a linked server from one SQL server to another SQL Server. Both the SQL Servers are SQL Server 2008 SP2 on Windows 2008. Say the two SQL Servers are Server A and Server B. Linked server from Server A to Server...
Data Access Technologies
The SSIS and Excel Story Continues
Posted
over 1 year ago
by
Snehadeep
4
Comments
Folks, in my continued experimentation with SSIS and Excel I found out another roadblock which is typically permission related and want to highlight the same in this post. This time I used the script task to read and save an Excel (.xls) document using...
Data Access Technologies
Importing Excel 2010 Data into Sql Server
Posted
over 1 year ago
by
Snehadeep
1
Comments
Guys, I was really excited to find out that Excel 2010 overcomes the limitation of having a maximum number of 255 columns in a worksheet. Personally I always wanted Excel to get around this column limitation while storing data. However, I wanted to share...
Data Access Technologies
Basic troubleshooting for SSIS
Posted
over 1 year ago
by
Snehadeep
1
Comments
This is a video blog about troubleshooting basic SSIS issues. It basically covers 4 topics –: 1) SSIS Service 2) SSIS troubleshooting methodologies 3) SSIS connectivity 4) SSIS package via SQL agent job. Author : Ouseph(MSFT...
Data Access Technologies
Error while trying to create a New SSIS project using BIDS 2008
Posted
over 2 years ago
by
Snehadeep
0
Comments
It’s really intriguing how very minute configurations can have the potential of bringing the entire project development to a grinding halt. In this article, I would like to walk you through one such strange behaviour I noticed on one the Enterprise...
Data Access Technologies
Troubleshooting the SSIS Service Start-up Failure issue
Posted
over 2 years ago
by
Snehadeep
0
Comments
I ran into an interesting situation when one of my customers reported an issue with SSIS service unable to start. The Error message that was displayed when he was attempting to start the start didn’t reveal much information. ...
Page 1 of 4 (79 items)
1
2
3
4