Nope. That tool creates a bunch of tables, views and stored procedures according to a predefined naming scheme. The default providers that come with ASP.NET always use these names.
If you want to use your own tables, you'll need to create your own provider, by inheriting from an existing base class. Check out this article for more information:
http://msdn.microsoft.com/library/de...ml/bucupro.asp
It shows a custom provider targeting ADAM, but the same principle applies to a different data store. There must be many more articles available, describing how to target SQL Server, so Googling a bit for the terms mentioned in the article should bring up some useful results.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.