Viewing 15 posts - 12,871 through 12,885 (of 13,838 total)
That is not what I mean. If you right click white space in the control flow window and select Variables, a list will be displayed. Column 1 is variable name,...
April 20, 2009 at 11:25 pm
Can you confirm the scope of your variables?
April 20, 2009 at 9:28 pm
Unless this needs to be done in (near) real time, a scheduled package containing a simple foreach loop should be sufficient for your needs ...
April 20, 2009 at 9:06 am
I added a derived column called 'Match' to a test transformation - expression as follows:
price == floor(price)
where price is a numeric(17,4) field and it worked perfectly, using the examples you...
April 20, 2009 at 12:35 am
I think I would be tempted to use an 'Expression and Constraint' Precedence Constraint to control the flow, as Excel files are not really errors, just a different path ...
Can...
April 18, 2009 at 9:18 pm
Jeffrey Williams (4/17/2009)
...
The permissions on the services appear to be correct - and shouldn't need to be changed. I would...
April 17, 2009 at 5:30 pm
Do you mean that you are having trouble writing the T-SQL? Or some other problem?
April 17, 2009 at 5:17 pm
Yep, you need to change Local System Account to something which has the appropriate access - a domain user.
April 17, 2009 at 5:05 pm
Panks (4/16/2009)
The problem is i am not a DBA, just a developer. So i can't
download and install just any...
April 17, 2009 at 3:50 am
Use the FLOOR function - it exists in SSIS as well:
if number = floor(number) then
--number is whole
else
--number is not whole
end if
April 16, 2009 at 9:53 pm
Panks (4/16/2009)
i have dbase III and IV but it doest work..wat about visual foxpro... how to get its free driver?
Check out this thread:
http://www.sqlservercentral.com/Forums/Topic285021-146-1.aspx
April 16, 2009 at 8:02 am
Or Visual Foxpro, for which another (free) driver is almost certainly required.
April 16, 2009 at 5:48 am
Are you looking for the function to do this?
Eg
if a <> int(a) then ----> error file
or more detailed instructions? I'm assuming that you are not operating within SQL -...
April 15, 2009 at 10:01 pm
Can you describe roughly why you need to run the SP so frequently and give us an idea what it does. Maybe someone here will have other ideas about how...
April 14, 2009 at 8:10 am
Viewing 15 posts - 12,871 through 12,885 (of 13,838 total)