Viewing 15 posts - 31 through 45 (of 52 total)
Hi GilaMonster,
bad design 🙁 At least sql has to inform me about this.
yes, i'm using top and also distinct clause inside the sql statement.
Is there a workaround to order the...
December 14, 2010 at 8:12 am
:w00t:
Thank you,
i never thought the float type could be the issue.
September 13, 2010 at 8:38 am
Thank you.:-D
September 11, 2010 at 1:54 am
I'm testing on a copy of a production table.
Basically i have a ssis package which populate this table.
There are about 100.000 rows 🙂
Its very fast.
🙂
thank you.
April 14, 2010 at 9:51 am
here is the code i have used
create the tally table on the TallyTest (taken from the article)
--=============================================================================
-- Setup
--=============================================================================
USE TallyTest
...
April 14, 2010 at 8:44 am
What about something like this?
Use mydbTest
GO
CREATE FUNCTION dbo.FirstToken(@Parameter VARCHAR(8000))
RETURNS varchar(500)
AS
BEGIN
RETURN
(
...
April 14, 2010 at 8:40 am
Hi Gianluca,
This is the first time i hear about a tally table.
I have simply created a tally table and also executed your script.
It seems not working..
I'm getting as result the...
April 14, 2010 at 7:50 am
Hello,
i have again the errors.:crying:
I have tried to execute the package in debug mode and i see that it takes a long time to download the data from the oracle...
March 20, 2010 at 9:42 am
Elliott W (2/26/2010)
February 26, 2010 at 12:25 pm
Elliott W (2/26/2010)
"Cannot get a row from the provider OLE DB "BULK" from the connected server "(null)".".
This is indicative of the provider having trouble...
February 26, 2010 at 11:06 am
divyanth (2/26/2010)
Can you post your table structure ... Does all the fields in your dest.. table it allow NULL Values???
It allows null values. I dont even need a key for...
February 26, 2010 at 10:16 am
Elliott W (2/26/2010)
So what errors is it giving now?CEWII
No errors when i had executed manually the package this morning.
it happens occasionally.
this is a scheduled package which runs at 03.00 AM...
February 26, 2010 at 9:51 am
Here is a screenshot of the package. The dataflow marked with red arrows is generating the error.
As i said before, this package grabs 3 tables from a db situated in...
February 26, 2010 at 9:47 am
Viewing 15 posts - 31 through 45 (of 52 total)