|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Sql Server 2005 & Visual Studio.NetPardon me, if this is not the right group to post.....
We are planning to buy Sql Server 2005 for our new project. Recently, I realized that it comes with Visual Studio.Net also. So my questions is, if we are planning to build web application in .Net could we use this or do we need to buy a different Visual Studio.Net all together. thanks, _Uday Hi Uday
Show quoteHide quote "Uday" wrote: Visual Studio will come with the SQL Express version, if this version > Pardon me, if this is not the right group to post..... > > We are planning to buy Sql Server 2005 for our new project. Recently, I > realized that it comes with Visual Studio.Net also. > > So my questions is, if we are planning to build web application in .Net > could we use this or do we need to buy a different Visual Studio.Net all > together. > > thanks, > _Uday > satisfies all of your requirements then you could use it! See http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx John Thanks John.
At this point I don't have all the info about web-application we are going to build. All I know is, its going to be in ASP.Net and with SQL Server 2005 for database. This is what I understand from your comment: If I the Visual studio.Net that comes with Sql Server Express is enough to build a ASP.Net web application, then its highly likely that the Studio.Net that comes with a Standard version of Sql Server would be good as well. thanks again John, _Uday Hi
Show quoteHide quote "Uday" wrote: I did assume that you are using Visual Studio 2005 and not the earlier > Thanks John. > > At this point I don't have all the info about web-application we are going > to build. > > All I know is, its going to be in ASP.Net and with SQL Server 2005 for > database. > > This is what I understand from your comment: > > If I the Visual studio.Net that comes with Sql Server Express is enough to > build a ASP.Net web application, then its highly likely that the Studio.Net > that comes with a Standard version of Sql Server would be good as well. > > thanks again John, > _Uday version which may have include MSDE which is SQL 2000 and does not have all the features of SQL Express. Visual Studio does not come with SQL Server Standard as Tibor has explained. If you want SQL Server Standard then you would need to purchase it separately. John > We are planning to buy Sql Server 2005 for our new project. Recently, I That was news to me. Can you point me to a site describing this?> realized that it comes with Visual Studio.Net also. The VS ide is included with SQL Server, but that is only so you can create SSIS, RS and AS types of projects. You can't create, say, C# apps with the VS that comes with SQL Server. -- Show quoteHide quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://sqlblog.com/blogs/tibor_karaszi "Uday" <U***@discussions.microsoft.com> wrote in message news:821A191F-8C54-4359-82A7-F2B365D13E1B@microsoft.com... > Pardon me, if this is not the right group to post..... > > We are planning to buy Sql Server 2005 for our new project. Recently, I > realized that it comes with Visual Studio.Net also. > > So my questions is, if we are planning to build web application in .Net > could we use this or do we need to buy a different Visual Studio.Net all > together. > > thanks, > _Uday > Thanks a lot Tibor.
I don't know what is possible with the VS that we get with SS2K5. That is why I am asking this question. All I know is that a version of VS comes with SS2K5. You are probably right, why would Msoft give away VS that does C#, ASP.Net... code along with SS2K5. thanks for the info, _Uday Show quoteHide quote "Tibor Karaszi" wrote: > > We are planning to buy Sql Server 2005 for our new project. Recently, I > > realized that it comes with Visual Studio.Net also. > > That was news to me. Can you point me to a site describing this? > > The VS ide is included with SQL Server, but that is only so you can create SSIS, RS and AS types of > projects. You can't create, say, C# apps with the VS that comes with SQL Server. > > -- > Tibor Karaszi, SQL Server MVP > http://www.karaszi.com/sqlserver/default.asp > http://sqlblog.com/blogs/tibor_karaszi > > > "Uday" <U***@discussions.microsoft.com> wrote in message > news:821A191F-8C54-4359-82A7-F2B365D13E1B@microsoft.com... > > Pardon me, if this is not the right group to post..... > > > > We are planning to buy Sql Server 2005 for our new project. Recently, I > > realized that it comes with Visual Studio.Net also. > > > > So my questions is, if we are planning to build web application in .Net > > could we use this or do we need to buy a different Visual Studio.Net all > > together. > > > > thanks, > > _Uday > > > > > I don't know what is possible with the VS that we get with SS2K5. What comes with SQL Server 2005 is only the VS *developer environment*, called "SQL Server Business Intelligence Development Studio". This only allow you to create SSIS, RS and AS project types. -- Show quoteHide quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://sqlblog.com/blogs/tibor_karaszi "Uday" <U***@discussions.microsoft.com> wrote in message news:A43C2E86-76C4-4FFA-9A77-A8E5A784E811@microsoft.com... > Thanks a lot Tibor. > > I don't know what is possible with the VS that we get with SS2K5. That is > why I am asking this question. All I know is that a version of VS comes with > SS2K5. > > You are probably right, why would Msoft give away VS that does C#, > ASP.Net... code along with SS2K5. > > thanks for the info, > _Uday > > > > "Tibor Karaszi" wrote: > >> > We are planning to buy Sql Server 2005 for our new project. Recently, I >> > realized that it comes with Visual Studio.Net also. >> >> That was news to me. Can you point me to a site describing this? >> >> The VS ide is included with SQL Server, but that is only so you can create SSIS, RS and AS types >> of >> projects. You can't create, say, C# apps with the VS that comes with SQL Server. >> >> -- >> Tibor Karaszi, SQL Server MVP >> http://www.karaszi.com/sqlserver/default.asp >> http://sqlblog.com/blogs/tibor_karaszi >> >> >> "Uday" <U***@discussions.microsoft.com> wrote in message >> news:821A191F-8C54-4359-82A7-F2B365D13E1B@microsoft.com... >> > Pardon me, if this is not the right group to post..... >> > >> > We are planning to buy Sql Server 2005 for our new project. Recently, I >> > realized that it comes with Visual Studio.Net also. >> > >> > So my questions is, if we are planning to build web application in .Net >> > could we use this or do we need to buy a different Visual Studio.Net all >> > together. >> > >> > thanks, >> > _Uday >> > >> >> Thanks to you both Tibor and John.
It all makes more sense to me now. _Uday Show quoteHide quote "Tibor Karaszi" wrote: > > I don't know what is possible with the VS that we get with SS2K5. > > What comes with SQL Server 2005 is only the VS *developer environment*, called "SQL Server Business > Intelligence Development Studio". This only allow you to create SSIS, RS and AS project types. > > -- > Tibor Karaszi, SQL Server MVP > http://www.karaszi.com/sqlserver/default.asp > http://sqlblog.com/blogs/tibor_karaszi > > > "Uday" <U***@discussions.microsoft.com> wrote in message > news:A43C2E86-76C4-4FFA-9A77-A8E5A784E811@microsoft.com... > > Thanks a lot Tibor. > > > > I don't know what is possible with the VS that we get with SS2K5. That is > > why I am asking this question. All I know is that a version of VS comes with > > SS2K5. > > > > You are probably right, why would Msoft give away VS that does C#, > > ASP.Net... code along with SS2K5. > > > > thanks for the info, > > _Uday > > > > > > > > "Tibor Karaszi" wrote: > > > >> > We are planning to buy Sql Server 2005 for our new project. Recently, I > >> > realized that it comes with Visual Studio.Net also. > >> > >> That was news to me. Can you point me to a site describing this? > >> > >> The VS ide is included with SQL Server, but that is only so you can create SSIS, RS and AS types > >> of > >> projects. You can't create, say, C# apps with the VS that comes with SQL Server. > >> > >> -- > >> Tibor Karaszi, SQL Server MVP > >> http://www.karaszi.com/sqlserver/default.asp > >> http://sqlblog.com/blogs/tibor_karaszi > >> > >> > >> "Uday" <U***@discussions.microsoft.com> wrote in message > >> news:821A191F-8C54-4359-82A7-F2B365D13E1B@microsoft.com... > >> > Pardon me, if this is not the right group to post..... > >> > > >> > We are planning to buy Sql Server 2005 for our new project. Recently, I > >> > realized that it comes with Visual Studio.Net also. > >> > > >> > So my questions is, if we are planning to build web application in .Net > >> > could we use this or do we need to buy a different Visual Studio.Net all > >> > together. > >> > > >> > thanks, > >> > _Uday > >> > > >> > >> > >
Basic Questions about SQL Server IO Optimization
Inserting German Charactors through application in SQL Server 2000/2005 SQL alerts to invoke a windows form - Help TEXTIMAGE_ON Restore problem oledb to ibm db2 - no tables? Can the SQL Server Managament Studio connect to ODBC sources? Mail Profile sql 2005 : How to retry until successfully sent? How do i limit number of rows in a table based on dates? SQLServer Log Full / Disk Full / Backup-Shrink Not Working |
|||||||||||||||||||||||