Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Express 2005 1

Status
Not open for further replies.

Hondy

Technical User
Mar 3, 2003
864
GB
Hi

Can anyone tell me if I can do scheduled imports of data from a flat file using SQL Express 2005 or do I need a commercial grade SQL server?

Thanks

 
SQL Server 2005 Express Edition does not include Intergration Services nor a SQL Agent to do the scheduling.

If you use BCP or the BULK INSERT T/SQL command and another scheduling app (suck as the Windows Task Scheduler) then yes you can. With SQL only, no you can't.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
no problem.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top