Viewing 15 posts - 796 through 810 (of 893 total)
tripri (9/9/2011)
I got different packages which are running fine. But now i got issue with one newly designed package whihc will update two columns in a table with the values...
September 9, 2011 at 11:24 am
chris.stuart (9/9/2011)
On both PC and Server, the regional settings is set to English South Africa. If I look at the report...
September 9, 2011 at 7:41 am
venus.pvr (9/9/2011)
Even string wouldn't work(cannot convert between unicode and nonunicode string error). Staging the data as is and then converting using data conversion would work. You are correct, I should...
September 9, 2011 at 7:32 am
venus.pvr (9/8/2011)
I wish I could do something to prevent something rather than waiting for an error to occur and then fixing it. It becomes tough...
September 9, 2011 at 7:04 am
venus.pvr (9/8/2011)
I have a column in oracle db sit_id which of NUMBER datatype of lenght 22. SSIS reads it as unicodestring of length 38 in the source. I get...
September 8, 2011 at 3:11 pm
dndaughtery (9/8/2011)
September 8, 2011 at 2:50 pm
chris.stuart (9/8/2011)
I'm having a problem with regional settings in SSMS. I'm creating reports in SSMS which pulls the data from my server. On my PC the settings are set...
September 8, 2011 at 1:59 pm
Rem70Rem (9/7/2011)
September 7, 2011 at 1:57 pm
Interesting question, and BOL politely avoids being specific (http://msdn.microsoft.com/en-us/library/ms179917.aspx)
I guess you will have to assume that in the case where the IsTransferASCII property is set to false, no command will...
September 7, 2011 at 1:24 pm
joe_2110 (9/6/2011)
Is there anyother alternative I can achieve the same result without a partial cache lookup?
Regards,
Josh
The short answer to your question is yes...there are a few alternatives. If you are...
September 6, 2011 at 1:45 pm
thang_ngo_2002 (9/3/2011)
When I use SQL 2000, I monitor an Oracle system by SQL DTS, DTS contains 1 transform "select 1 from dual"...
September 3, 2011 at 9:19 am
You can choose to ignore all truncation errors (in the error output), but you would still have to do this for all source columns and IMO it is a very...
September 2, 2011 at 1:58 pm
GSquared (9/2/2011)
So, if ColA started out as a year ago, and ColC =...
September 2, 2011 at 11:01 am
On face-value, it seems like the while-loop will only be executed once...unless there is something else that happens between the update (maybe triggers) and the select inside the loop.
Not sure...
September 2, 2011 at 10:49 am
If-statements in queries could cause some sub-optimal execution plans. See the following for reference: http://sqlinthewild.co.za/index.php/2010/12/14/do-if-statements-cause-recompiles/
My suggestion would be to have separate procs if the queries are that different and it...
September 2, 2011 at 7:57 am
Viewing 15 posts - 796 through 810 (of 893 total)