Thanks for your advices !
I read that you don't have DTS in you SQL Express 2005. but in fact there is
a [hidden] way to have DTS in SQL Express 2005 :
Just Download SQL Express 2005 "TOOLKIT Edition" on MS Web site (the file is
: SQLEXPR_TOOLKIT.EXE). Install it on your computer. The DTS Wizard will be
installed in this path : C:\Program Files\Microsoft SQL
Server\90\DTS\Binn\DTSWizard.exe
You can easily add it in the Tool menu of the SQL Management Studio
Express.
Steph.
On Apr 2, 9:52 am, "TheSteph" <TheSt...@NoSpam.com> wrote:
> Using : MS-SQL 2005 / .NET 2.0 / VS2005
>
[quoted text clipped - 21 lines]
>
> Steph.
I have something similar to your escenario and this is what I do.
I do use DTS , not sqlbulk, to do the copying.
I do the copying to a temp table (staging table) in the DB
The last step in the app (after executing the DTS) is to execute a SP
that insert/update/delete the real table based on the imported table.
The only problem with that solution though, is that SQL Express 2005
does not support DTS so I have to use MSDE
Ignacio Machin ( .NET/ C# MVP ) - 02 Apr 2008 20:34 GMT
> Thanks for your advices !
>
[quoted text clipped - 8 lines]
> You can easily add it in the Tool menu of the SQL Management Studio
> Express.
Hi,
Thanks for the tip !!!!
I will look into it
Ignacio Machin ( .NET/ C# MVP ) - 02 Apr 2008 20:38 GMT
> Thanks for your advices !
>
[quoted text clipped - 10 lines]
>
> Steph.
I just found it and I'm downloading as we speak, I also found the
existence of SQL Express with Advanced Services, I had no idea such a
product was available, wonder if it's a public fact that they are
available?
Did anybody hear about it? Or maybe it was available from the
beggining and I had no idea