Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
hvdtol
Yak Posting Veteran
50 Posts |
Posted - 2007-02-14 : 13:21:02
|
Hello,I have installed SSs2005 - Standard Edition.During this installation, also Visual Studio is installed.I do not understand what i can do with this Studio version.I mean, i understand that with SS2005 there is a connectivity between sql server and visual studio. For example i could create store procedures with Visual Studio. (clr applications).But when i start the Viual Studio screen i can only select Business Inteligence Projects.What do i need, when i want to create functions, stored procedures and what do i need to develop SMO applications?Please give me some light on this matter. |
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2007-02-14 : 15:11:17
|
The Visual Studio that installs with SQL Server 2005 is only for Business Intelligence Development Studio as you've already seen. For creating compiled .NET code (for CLR functions, stored procs etc.) you'll need a copy of Visual Studio .NET. |
 |
|
|
|
|