Viewing 15 posts - 16 through 30 (of 54 total)
Jeffrey -
This is a pretty low priority DB in terms of time for recovery, and in terms of threshold for data replace-ability. And there are few enough changes...
September 2, 2010 at 2:53 pm
Thanks so much for the insight into the unicode/non unicode as well as the hint on avoiding a Data Conversion component. Just curious, what is the "1252" code for...
April 20, 2010 at 12:03 pm
Thanks for the input - I went ahead and added a "Data Conversion" Block to the Data Flow and converted my Derived Column back to a non-unicode string before uploading...
April 20, 2010 at 9:18 am
Unless I'm wrong, you can't use dynamic SQL from within a function? Please tell me I'm wrong, in which case this might be a lot easier? 😀
May 15, 2009 at 2:03 pm
I am actually using the table-valued function, but I am using the return table to return the contents of the XML file.
I was able to get the DECLARE statement...
May 15, 2009 at 12:34 pm
Sorry about the delay in this - I got distracted with a more urgent need and have only now had time to come back to this.
For loading the...
April 6, 2009 at 12:20 pm
Great - I had to uncheck the box labeled "Enable Identity Insert" in the Edit Mappings part of the OLEDB Destination part of the wizard.
Thanks!
March 17, 2009 at 11:32 am
Maybe I'm misunderstanding your suggestion - but I just tried to follow it, and was unsuccessful.
I named my RowID column [IDENTITY] (SQL added the brackets automatically, which I...
March 17, 2009 at 10:11 am
In trying to combine the two subqueries into one, I got this far, but have encountered the error messages:
The multi-part identifier "a.IDNumber" could not be bound.
The multi-part identifier...
March 4, 2009 at 9:39 am
Sorry, but I'm not sure I follow... I'm learning a lot just from trying to understand what everyone here is suggesting.
Would you mind explaining a bit further...
March 4, 2009 at 8:42 am
I would love suggestions on how to improve my indexing!
Right now I have 3 indexes on my table:
1) A clustered PK index on a RowID column
2) ...
March 3, 2009 at 9:17 am
Sorry, but I'm not sure I really understand what you mean. I'm still really new to SQL.
Do you mean defining a user-defined function with C or some...
March 2, 2009 at 3:46 pm
Sorry for being such a newbie about this, but do you know a good resource on SSIS packages to help guide me through the process of adding these queries? ...
February 4, 2009 at 12:04 pm
Viewing 15 posts - 16 through 30 (of 54 total)