CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    Business Intelligence: VS2003 & VS2005

    Hi All,
    just have quick question about business intelligence projects especially reporting services. I have installed on my computer SQL 2005 and VS 2005 and of course VS 2003. All business inteligence project runs well under VS2005. But I can't run it (or even create) business intelligence project under VS2003. I've double checked and I'm sure that all possible components for VS2003 are installed. (this is enterprise architect version). Do I have to install SQL 2000 on my machine to get it working? Or do I have to reconfigure something? I wat to run business inteligence projects on my machine under both VS2003 (.NET1) and VS2005 (.NET2)

    Any advice, comment or suggestion is welcome.

  2. #2
    Join Date
    Nov 2004
    Posts
    38

    Re: Business Intelligence: VS2003 & VS2005

    Hi,

    If memory services me correctly you do not get the Report Services as standard with Visual Studio .net 2003. You'll need to download this from Microsofts web site. I think you can only use the SQL 2000 Report Services with VS2003 due to the .net version.

    Also, there are certain features in Report Services 2005 that are not present in the 2000 version (i.e Report builder that allows user to build there own reports from cube/MDX quiries you pre-defined).

    Also if you as just interested in using the Report Services in the 2005 you don't need to install the full VS2005 suite as the report services come with SQL2005 and are built within the VS2005 shell.

    Hope this helps.

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Business Intelligence: VS2003 & VS2005

    SQL-2005 = .Net 2.0 = VS-2005
    SQL-2000 = .Net 1.1 = VS-2003
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  4. #4
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    Re: Business Intelligence: VS2003 & VS2005

    Thank you.

    As for now - as I posted this question in february - all reports had been done (SQL/VS 2005 only), are tested and going to live within couple of days. But thanks for your answers anyway

  5. #5
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Business Intelligence: VS2003 & VS2005

    as I posted this question in february
    Didn't notice that Figures a Warlock would have awakened it
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured