Showing posts with label visual. Show all posts
Showing posts with label visual. Show all posts

Friday, March 30, 2012

Please Help Me !

I am as Visual Basic 6.0/.Net Developer
Wath Is The Microsoft SQL Server Reporting Service ?
Wath Is The Microsoft SQL Server Analisie Service/Olap?
Wath Is The Microsoft Engleech Query ?
Thank You !These are features of Microsoft's SQL Server product. The latest
version is SQL Server 2005.
The documentation for SQL Server 2005 can be downloaded from
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx.
If you have further new user questions you might be best to post them
to the microsoft.public.sqlserver.newusers newsgroup.
I hope that helps.
Andrew Watt [MVP]
On Thu, 20 Apr 2006 00:09:53 +0200, "Meftah Tayeb"
<SQLSRVX86@.hotmail.com> wrote:
>I am as Visual Basic 6.0/.Net Developer
>Wath Is The Microsoft SQL Server Reporting Service ?
>Wath Is The Microsoft SQL Server Analisie Service/Olap?
>Wath Is The Microsoft Engleech Query ?
>Thank You !

Wednesday, March 28, 2012

Please Help : visual studio 2005 beta 2 + SQL Server 2005 + C#

Hi,

I have the Microsoft.SQL.Server.2005.Enterprise.July.CTP.

I have installed it on Windows Server 2003 Enterprise Edition.

After installation I found that Microsoft Visual Studio 2005 Beta 2 installed with it , but when I Opent it I can't create C# prject since you can't create anything other than 'Business Intelligence Projects'.

I need to write a programs using C# so How can I do that with SQL.Server.2005.Enterprise.July.CTP

Thanks,

Aya.

First of all: Why are you using such an old version of VS ? As I can remember the CTP Version are not longer legal as the RTM version is on market.

But anyway, unless you install a Visual Studio (or Visual Studio Epxress, which is free for download), you installed just the surface for administering the SQL Server you won′t have the support for .NET languages.

HTH, jens Suessmeyer.|||

Thank you too much for your reply.

I have both VS2005 professional Edition , and VS2005 Express edition , and I am already trying to install them with SQL Server 2005 using the installation instructions of microsoft but I am always get a problem in the .Net framework part since the SQL Server 2005 uses .Net framework 2.0 Beta 2 and VS2005 uses .Net Framework 2.0.

So if I try to install VS2005 then SQL Server ,it tolds me that I must remove any previous versions of .NET framework, Sql server editions, ...........

If I try the reverse process , the SQL server first, the VS2005 will need to remove it befor the installation.

I don't know waht can I do , please help me.

Thanks,

Aya.

|||If you had installed Visual Studio or SQL Server while there were in the beta, you first have to uninstall everything SQL Server Beta and VS .NET beta from your computer. Aftwerwards deinstall the .Net Framework 2.0 from your computer and do a "clean" reinstall with the components.

In the beta hostiroy there were only specific version of Yukon and the .Net Framework which worked together, you always have to get the most recent versions, or the compliant one to get the system to work.

HTH, jens Suessmeyer.|||

Thanks , but did you means that I can't install that versions together.

If yes, what is the compatible versions of SQL Server and VS2005.

Now I have 2 OS on my machine:

WIndows server 2003 ==> has SQL Server 2005 installed on it , and

Windows xp sp2 ==> has VS2005 installed on it,

can I uses the Database that is created in C# application using SQL Express edition in the SQL server 2005 Enterprise.

Thanks.

Aya.

|||If you you somewhere have any beta installed I would deinstall that and resinatll the RTM versions, there were many changes in the version (even since July CTP), classes which became obsolte, methods which signature changed, so it would be easier dealing on both sides with the sam e framework.

HTH, jens Suessmeyer.

Friday, March 23, 2012

Please guys i am confused between VS 2003 and RS 2005

Is it possible to use SQL server reporting services 2005 with Visual Studio 2003

I mean when you say new project under VS 2003 does it show under project types:

Business intelligence projects using Reporting services 2005.

Since we have done lot of work using VS 2003(framework 1.1) and now really does not want to get into using Framework 2.0 (VS2005)

But want to use just the reporting services 2005 with VS 2003.

Thank you all very much for the valuable information.

You can create RS 2000 reports with VS 2003 and deploy them to a 2005 Reporting server however you won't be able to use any of the new features of RS 2005.

I would advise you to use the SQL Server Business Intelligence Development Studio to develop RS 2005 reports.

|||

Thank you very much Adam.

How about if i use SQL Server Business Intelligence Development Studio to develop RS 2005 reports to develop reports,

Will i be able to call the reports via URL or may be webreference it via WSDL reportingservices.exe from VS 2003.

We have a requirement to develop almost 75 reports, once we develop those reports using RS 2005, ultimately we have to provide an interface in VS 2003 .aspx page to call those reports. is that possible.

Thank you.

|||

Let me just repharase to make sure I understand you correctly.

You wish develop a set of reports and have them deployed to a reporting services 2005 report server. You then need to develop a front end using VS 2003 and the .NET Framework version 1.1. You want to know whether you can reference a reporting services 2005 web service from your VS 2003 project.

I see no problem with this. You can add a webreference to a web service developed with any version. The WSDL is the definition of the web service and acts like an interface or a contract.