Viewing 13 posts - 61 through 74 (of 74 total)
Thanks for your help. But there is still an issue with it. The data from the Excel spreadsheet was imported in from a different data source, and I am still...
July 20, 2006 at 4:42 pm
Where\how do I add the 'IMEX=1' to the connection string in my SSIS package? Do I go to properties on the Excel Source?
Thanks for your help.
Daniel
July 20, 2006 at 11:31 am
You can use the optional parameter when creating a stored procedure [ ; number ] .
create proc usp_Test;4
As
Begin
Select * from sysobjects where type = 'u' order by name
End
You can...
July 14, 2006 at 4:18 pm
Here you go:
select
Name, object_name(parent_obj), xtype
from
sysobjects where...
July 14, 2006 at 3:52 pm
Thanks it worked but a little cumbersome. I had to add the Sort Data Flow Tasks, but it worked.
May 23, 2006 at 2:25 pm
Yes, thank you. That was the problem.
Daniel
January 12, 2006 at 2:58 pm
I installed SQL Server 2005 Developer Edition.
January 9, 2006 at 9:18 am
On a machine that has SQL Server 2000 on it.
Thanks,
Daniel
January 5, 2006 at 7:30 am
SQLBill,
The folder doesn't have to exist when creating the dump device. That is the way it has always worked and is working for the other client databases. It is pretty...
July 19, 2005 at 1:43 pm
Thank you for your help. I did try it, but it won't work for our solution. The actual XML doc that I am trying to build would have different...
July 21, 2003 at 4:23 pm
I think it is a good article. It would be nice if you wrote a more thorough article comparing the two DB technologies. I don't have familiarity with DB2,...
June 2, 2003 at 3:00 pm
Viewing 13 posts - 61 through 74 (of 74 total)