|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Srvr 2005 Express & importCan one import data from outside sources (e.g., Excel) using SQL Server 2005
Express Tools or the Management Studio Express? If not, which versions of SQL Server 2005 allow for data import and export? Thanks for any help or advice. Regards, David You need SSIS to do this, which comes with versions other than Express. Or
you can write a VBScript which uses ADO ;-) Show quote "DJPogoff" <djpogoff_at_complexNOSPAMnet_dot_com> wrote in message news:3EA497C2-7DF4-441B-9382-ECE578F86E50@microsoft.com... > Can one import data from outside sources (e.g., Excel) using SQL Server > 2005 > Express Tools or the Management Studio Express? If not, which versions of > SQL Server 2005 allow for data import and export? > > Thanks for any help or advice. > > Regards, > > David THanks for your help. Does SSIS come with _every_ version other than
Express? Also, what does SSIS stand for? -- Show quoteThanks and regards, David ---------- "bass_player [SBS-MVP]" wrote: > You need SSIS to do this, which comes with versions other than Express. Or > you can write a VBScript which uses ADO ;-) > > "DJPogoff" <djpogoff_at_complexNOSPAMnet_dot_com> wrote in message > news:3EA497C2-7DF4-441B-9382-ECE578F86E50@microsoft.com... > > Can one import data from outside sources (e.g., Excel) using SQL Server > > 2005 > > Express Tools or the Management Studio Express? If not, which versions of > > SQL Server 2005 allow for data import and export? > > > > Thanks for any help or advice. > > > > Regards, > > > > David > > > > Does SSIS come with _every_ version other than Yes, at various levels. See http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx.> Express? SQL Server Integration Services. -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://sqlblog.com/blogs/tibor_karaszi "DJPogoff" <djpogoff_at_complexNOSPAMnet_dot_com> wrote in message news:C627287C-EB9B-4027-A31D-7E783DB4EA74@microsoft.com... > THanks for your help. Does SSIS come with _every_ version other than > Express? Also, what does SSIS stand for? > -- > Thanks and regards, > > David > ---------- > "bass_player [SBS-MVP]" wrote: > >> You need SSIS to do this, which comes with versions other than Express. Or >> you can write a VBScript which uses ADO ;-) >> >> "DJPogoff" <djpogoff_at_complexNOSPAMnet_dot_com> wrote in message >> news:3EA497C2-7DF4-441B-9382-ECE578F86E50@microsoft.com... >> > Can one import data from outside sources (e.g., Excel) using SQL Server >> > 2005 >> > Express Tools or the Management Studio Express? If not, which versions of >> > SQL Server 2005 allow for data import and export? >> > >> > Thanks for any help or advice. >> > >> > Regards, >> > >> > David >> >> >> you can import data from Excel with SQLExpress. Checkout Opendatasource in
BOL and have a look at http://support.microsoft.com/kb/321686 Ulrich Show quote "DJPogoff" <djpogoff_at_complexNOSPAMnet_dot_com> wrote in message news:3EA497C2-7DF4-441B-9382-ECE578F86E50@microsoft.com... > Can one import data from outside sources (e.g., Excel) using SQL Server > 2005 > Express Tools or the Management Studio Express? If not, which versions of > SQL Server 2005 allow for data import and export? > > Thanks for any help or advice. > > Regards, > > David |
|||||||||||||||||||||||