Viewing 15 posts - 8,176 through 8,190 (of 11,678 total)
kiran.rajenimbalkar (2/2/2012)
I have to insert data from excel sheet to sql server table.
so can you please provide me the solution for how to do this in details.
I am using sql...
February 2, 2012 at 2:01 am
SQL Kiwi (2/2/2012)
https://connect.microsoft.com/SQLServer/feedback/details/546437/coalesce-subquery-1-may-return-null
Very interesting. Thanks for the links!
February 2, 2012 at 1:57 am
rohit3556 (2/2/2012)
How to get that Short Name column and write it to flat file.....?
Google for SSIS lookup tutorial and you'll get lots of interesting links.
February 2, 2012 at 12:55 am
Ah OK.
I don't think it is possible to read and write from the same file at the same time. It would probably give interesting concurrency issues.
So first read the flat...
February 2, 2012 at 12:39 am
rohit3556 (2/2/2012)
now i am doing look up using this Insurer_Dim
in final destination, ...
February 2, 2012 at 12:27 am
sqlserver8650 (2/1/2012)
Thanks for your replayI have oracle client on my machine
And did you configure the TNS names.
There should be a TNSNAMES.ORA file somewhere in your Oracle folder that contains all...
February 2, 2012 at 12:25 am
SSIS selects the data from Oracle. As Oracle returns the data (which isn't everything at once for such a big dataset), SSIS starts to fill up the buffer. Once a...
February 2, 2012 at 12:22 am
rohit3556 (2/1/2012)
in result i want a table in which that foreign key was replaced by names referring to that key from other tables.
What do you mean exactly with that?
Can you...
February 2, 2012 at 12:18 am
SQL Kiwi (2/2/2012)
An article about clearly documented behaviour, and no mention of the more serious problems with COALESCE? Poor.
Now you make me curious. Which issues are you referring to?...
February 2, 2012 at 12:14 am
Maybe there are some network issues at the time that job is scheduled? (or other I/O issues)
February 2, 2012 at 12:06 am
No, you can't.
You can reference the alias in an outer query, or in an ORDER BY, but not in another expression in the same SELECT clause.
February 2, 2012 at 12:05 am
Great question. I was looking for a trap, but apparently there wasn't any 😀
February 1, 2012 at 11:58 pm
I wouldn't really call documented behaviour a twist, but maybe it is good to remind people once in a while that there are such caveat's, especially when working with NULL...
February 1, 2012 at 11:34 pm
Sri8143 (2/1/2012)
What can i do to tune the package as i have more than 1000 tables and huge data want to tune...
February 1, 2012 at 11:28 pm
Discusman (2/1/2012)
I downloaded powershell for XP and windows doesn't know how to run the file.
Please...
February 1, 2012 at 11:27 pm
Viewing 15 posts - 8,176 through 8,190 (of 11,678 total)