Baskar B.V

SQL - BI Consultant

  Home  |   Contact  |   Syndication    |   Login
  23 Posts | 0 Stories | 21 Comments | 0 Trackbacks

News

Baskar

Archives

Blogs

SQL-BACKUPS

SQL-PERFORMANCE

SQL-SERVER

March 2008 Entries

When you come across "Invalid Pointer" error in Transform data task under DTS package then one possibility is because the source sql statement returns NULL warning message. Try to run the source sql statement in query analyzer and it should be returning NULL warning at the end of the result. This might be because we have missed handling the NULL data. We might have used aggregate function in the query and if the data for that field has null data then we would get this warning message. To handle this...