Viewing 15 posts - 271 through 285 (of 358 total)
I have been contemplating similar. My approach is to have an 'inbound' folder where people will place the spreadshhet to be loaded. The SSIS package runs a for each loop...
August 17, 2009 at 2:16 am
what are you expecting to see and whar are you getting back. A few more details would usefull to help you.
Ells.
August 17, 2009 at 1:36 am
Thanks,
I had not really considered using the forum or internet in that sort of way. That has certainly given me something to think about.
Many Thanks.
Mark
August 15, 2009 at 12:14 am
I had this conversation with another MCITP and he wondered where the value was. He had learnt along the way to getting certified but was not sure that he was...
August 14, 2009 at 4:53 am
Apologies for pinching someone elses thread. I am looking to do 70-433 and the accompanying MCITP.
One of the key criteria of a good technical book for me is if it...
August 14, 2009 at 3:15 am
Is there any event handling \ error logging in the package?
Ells.
August 14, 2009 at 2:43 am
I have had similar problems with files and directories. I am assuming that the machine that you are running on and the account it is using can see the directory...
August 14, 2009 at 2:32 am
I am not sure what is causing the problem but it does appear to be some sort of data overflow. If or when it comes back have a look at...
August 13, 2009 at 6:03 am
I am assuming you are using two machines. I am assuming that you are editing and saving on machine 1 and then moving the solution to machine 2 and opening...
August 13, 2009 at 1:59 am
August 13, 2009 at 1:45 am
Hi,
I have come across similar before and the problem I had was a known bug at one point. which version of SQL Server and service pack are you using?
If it...
August 13, 2009 at 1:42 am
I think what Lynn is saying is -is it the same file you are opening?
in 2005 open the solution, in solution explorer right click and get the properties of...
August 13, 2009 at 1:09 am
Create view Employees as
(
Select sum(employees) as EmployeeCount,
2001 as year
From YourEmployeeTable
Where ’01-jan-2001’ between start date and end date
Group by Year
UNION
Select sum(employees) as EmployeeCount,
2002 as year
From YourEmployeeTable
Where ’01-jan-2002’ between start date...
August 12, 2009 at 9:15 am
Viewing 15 posts - 271 through 285 (of 358 total)