Viewing 15 posts - 31 through 45 (of 93 total)
Find out the server name by logging into MAnagement studio on the box itself using SELECT@@servername.
Put that in and see if it connects..
July 31, 2009 at 3:46 pm
Thanks Steve, that seems to be the only option, i have to validate al of what i am doing against "real" data before i can move it into dev or...
November 25, 2008 at 10:54 am
What if you add a condition -where t.yearsld2<>0 (or whatever) the denominator is. That way you can work aorund having to divide by zero.
What about the datatypes? is it rounding...
November 7, 2008 at 9:18 am
For some reason i did not get your PM, i have sent PM'ed you my email address. I'd appreciate it if you could message me again on that.
Regards,
JD
August 13, 2008 at 12:24 am
I would really aprreciate it if someone let me know if they have anything, or if they could point me to a resource.
I'm sure you'd agree the best way to...
August 7, 2008 at 6:44 pm
Hi,
Could you send me your contact info/email address? I would like to discuss this a bit more..
JD
August 6, 2008 at 4:04 pm
Ok, firstly the example was for demonstration purposes only, i wouldnt insert data into a table like that.
Take the following schema
CREATE TABLE [dbo].[CustomerData](
[customerDataID] [int] IDENTITY(1,1) NOT NULL,
[customerID] [int] NOT NULL,
[fieldID]...
May 22, 2008 at 5:34 pm
Chad,
Do you mean i should select into a temporary table and then update table A with rows from the temp table?
I would like to directly update . Let me know..
May 22, 2008 at 4:08 pm
Yes i use the fast load option when finally inserting into an OLE DB destination, what is the difference between the various options?
May 20, 2008 at 2:18 pm
Thanks, however, now that i built it, i am looking work/experiment with it for a few days.
I am now facing the following situation-(am not sure if i should create...
May 19, 2008 at 10:09 am
Let me see if i have understood correctly, basically you're having a problem when you do a Fuzzy Lookup on a larger dataset.
So, one option would be to make...
May 16, 2008 at 11:00 am
I found the problem, apparently you cannot do a lookup if the two fields have a varchar(max), i had to convert the type.
May 14, 2008 at 8:15 pm
Does everything in the caching T-sql statement look fine(advanced tab)
select * from
(SELECT firstName
FROM Customers_Dimension) as refTable
where [refTable].[firstName] =...
May 14, 2008 at 2:09 pm
Could you give a little more detail as to the issue you are facing i.e. how many tables, how much data etc...what ssis package are you using..?
May 9, 2008 at 12:06 pm
Well, i did not assume the title of "architect" thats what the company advertised for and they were/are well aware of my skillset. I did not add anything that...
April 29, 2008 at 11:19 am
Viewing 15 posts - 31 through 45 (of 93 total)