Mike:
Mike Lane said:
Is the SQL development environment that is provided in VS.NET supposed to
replace the need for developers to use the SQL Enterprise Manager
development environment or is it a limited but convenient environment. It
is great that it is integrated with VSS but I don't see that it offers all
of the tools of the Enterprise Manager so that I can work exclusively in
VS.NET (eg. where is the SQL Profiler, DTS, etc.)?
I believe its intent is to make things more convenient, but I don't think
it's intended to be a total replacement.. Depending on what type of
development you do and if your role is exclusively development vs some
administration, VS.NET isn't going to replace EM or QA. However, it does
obviate the need for a lot of clicking back and forth between apps. AFAIK
there is no way to run profiler, DTS etc directly from server explorer. If
you have a need to do everything from VS though, you may want to consider
writing some add-ins for your more common tasks.