I
Ive
Hi,
You can use MS Access (from 2000 upwards) to manage databases in MSDE.
You can use your VS.NET IDE to do the same.
The enterprise manager works fine on MSDE too! Just check regarding
licensing-issues but if you are working on your company-pc you should be
safe. However, some things (such as maintenance plans) won't work.
Basically, there is no difference between MSDE and native SQL Server except
for:
. max db-size is 2GB per database
. Works on all client-os systems (except Win 95 I think).
. Can NOT act as a publisher for replication (only as a subscriber)
I may have forgotten something but I think this it it. MSDE is great for up
to 5 concurrent users!
Ive
You can use MS Access (from 2000 upwards) to manage databases in MSDE.
You can use your VS.NET IDE to do the same.
The enterprise manager works fine on MSDE too! Just check regarding
licensing-issues but if you are working on your company-pc you should be
safe. However, some things (such as maintenance plans) won't work.
Basically, there is no difference between MSDE and native SQL Server except
for:
. max db-size is 2GB per database
. Works on all client-os systems (except Win 95 I think).
. Can NOT act as a publisher for replication (only as a subscriber)
I may have forgotten something but I think this it it. MSDE is great for up
to 5 concurrent users!
Ive