How can we Integrate QAD ERP to our E-commerce using Magento community Edition? Can we use the free integration of Magento here? we have searched, but didn't find any compatible with magento community edition.
Related
Do i need to install vs 2008 professional before full installation of sql server 2008 developer edition with BI Development Studio ?
On MS page we can find that ...
"Business Intelligence Development Studio is Microsoft Visual Studio 2008 with additional project types that are specific to SQL Server business intelligence. Business Intelligence Development Studio is the primary environment that you will use to develop business solutions that include Analysis Services, Integration Services, and Reporting Services projects. Each project type supplies templates for creating the objects required for business intelligence solutions, and provides a variety of designers, tools, and wizards to work with the objects"
which version of vs 2008 ? professional ? express ? standard ??
thnx in advance :P
No you don't.
If you don't have VS installed, the BI Dev Studio installation will install a VS shell called Visual Studio Premier Partner Edition. Look in Add or Remove Programs for an entry like this.
BIDS is related to SQL Server licencing, not VS and it is only provided with the Standard, Enterprise and Developer Editions.
No, If you are going to create BI projects only, then you dont need to install Visual Studio at all
When you install Sql Server, just make sure to select the Business Develpoment Studio option, then the installer will install the Studio IDE with the templates needed for creating BI projects
I am trying to find out if it is better to deploy Reporting Services and Sharepoint Server on the same Server or not and what would the reason be for either case. Any help will be greatly appreciated.
The most common reason that Reporting Services is not integrated with SharePoint is licensing restrictions. I am not a licensing expert, but I believe any server on which Reporting Services is installed must have a SQL Server license. Since SQL Server is usually installed on servers other than the SharePoint app servers, this involves extra SQL costs.
SharePoint and SSRS integration allows reports to be stored in a SharePoint library and provides an easier way to store report output (subscriptions) to SharePoint libraries.
I have downloaded the free Microsoft visual web developer 2010 express which comes also with MS sql server express database to build an MVC 3 web application.
I can build the real web application with a database for free; but i have the following questions:-
can i build a real commercial web application using these free tools?
what are the limitations of using Microsoft sql server express database comparing to using Microsoft sql server enterprise edition?
BR
Yes, you can build a fully functional application with the express tool suite, however your productivity won't be as great as that of a full visual studio environment.
For example you can't use add in's like resharper and your debugging abilities are limited. With sql express you are again limited with the toolset you have available to you, not to mention a maximum database size restriction.
I have successfully created Web Services from MySQL Database using Netbeans tutorial. However, I would like to develop similar web services using Eclipse IDE. Why Eclipse IDE? There are two reasons for that:
1) This is because i am using Tomcat 7.0 and JEE6. Unfortunately, NetBeans 7.0.1 implements Facade design pattern while using their “Create Web services from Database …” Wizard and it does not have a plugin for Tomcat 7 and EE6.
2) The NetBeans Wizard is helpful but does not help me understand details about using JDBC bridge, managing connections to MySQL DB and creating services to access the DB. Additionally, i want to add authorization for my services so that only registered users will be able to access my web services.
There's a very clear tutorial for building JAX-RS services in the Jersey user guide.
I found this tutorial that contains Restful web services using java and mysql in eclipse. It might be what you were looking for though it is a very simple tutorial. Check it out.
http://www.techpages.org/webservice/simple-restful-web-services-using-java-and-mysql-example/2009/
how does one enable full text search for sql server 2008 express in windows vista ?
Did you install the version of SQL Server Express which supports full text search? It's one of the options when you choose which edition to install.
From the download page description of SQL Server 2008 Express with Advanced Services:
SQL Server database engine - create, store, update and retrieve your data
SQL Server Management Studio Basic - visual database management tool for creating, editing and managing databases
Full-text Search - powerful, high-speed engine for searching text-intensive data
Reporting Services - integrated report creation and design environment to create reports
So if you didn't install the "Advanced Services" version, I suggest you do so now. I expect you can upgrade from the "standard" version though.