Viewing 15 posts - 391 through 405 (of 1,156 total)
Well the little square is hard return, in this case. The hard return consists of the CR\LF characters, which is the default row terminator. SQL was thinking you had...
March 5, 2008 at 3:05 pm
If you have a little square on the last line. This usually means you have a hard return. To resolve simply delete the last line. It should...
March 5, 2008 at 2:49 pm
It will. It doesnt need a blank line to end the file.
March 5, 2008 at 2:44 pm
I am a little late but the problems that I have encountered are:
SSIS compatability problems,
Oracle drivers need to be 64 bit,
openrowset and openrowsource dont work on 64 bit because the...
March 5, 2008 at 2:37 pm
Interesting. Thanks for the info on the while method. 🙂
March 5, 2008 at 2:27 pm
Sounds like you have an extra line your text file. Delete the last row of the file. It should not contain any data just a hard return like in...
March 5, 2008 at 2:24 pm
Right-click the report make sure you are showing footer. Drag a textbox into the footer. Set the footer value equal to an expression. Select the page number...
March 5, 2008 at 10:34 am
I have no idea why it would not close the connection after the package is done executing. Sounds like a bug to me.
March 5, 2008 at 10:27 am
Here is a great link. http://msdn2.microsoft.com/en-us/library/ms141704.aspx
Note that WSTR is unicode. If you do not need unicode characters you should use (DT_STR,10,1252). Code page 1252 is the standard.
March 5, 2008 at 10:25 am
I tried to retrieve the log and revert the transaction using RED gate's rescue log tool .
I believe Log Resuce only works for 2000, unless Redgate has a new...
March 4, 2008 at 9:43 pm
Replace the text with your column name and all should be well.
March 4, 2008 at 9:40 pm
LEFT('RT 12.5R20 (P) OL', CHARINDEX('(','RT 12.5R20 (P) OL')-1)
March 4, 2008 at 9:39 pm
kurraraghu,
People are helping you solve your problems on their own free time. I do not know if it is a language barrier, you are in a rush, or you...
March 4, 2008 at 9:34 pm
thkz adam but now i can use ssis so i dnt want to go for complexitu using scripts so when poss jus look over abt ssis thkz
This task...
March 4, 2008 at 9:12 pm
Viewing 15 posts - 391 through 405 (of 1,156 total)