|
I haven't seen anything that says SQL Express 2005 is not supported for use with Team Foundation Server 2005.
However, when I attempt the installation I get all sorts of errors "SQL Agent service not installed", "SQL Server 2005 Analysis Services service...
Started by MattH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also after installation of 2005 remember to start SQL.
Analysis services are required to generate reports.
|
|
I just installed SQL Server 2005 and it installed Visual Studio 2005 too. What's the point of this? Is there an option in the SQL Server installation that can prevent this. If I uninstall Visual Studio now will it mess anything up? What if I now install...
Started by qntmfred on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Personally, I miss the Enterprise manager and SQL Query Analyzer from the SQL Server... .
The old tools are going away, and this is part of the new .
The version of Visual Studio that gets installed is necessary for doing the work you need to do in SQL Server .
|
|
Hi guys,
I am doing Windows applications in VB.NET 2005. I want to use chart in my project. I already asked this question in this site. But viewers said the solution to use "MSChartControl" (but this is for Visual Studio 2008.). Is there any other way...
Started by sivakumar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Public Class Form1 Protected Overrides Sub OnCreateControl....
That can be done directly in the form's OnPaint override/event or encapsulated in a separate component/control .
You can draw one yourself by using methods of the System.Drawing.Graphics object .
|
Ask your Facebook Friends
|
How do you create SQL Server 2005 stored procedure templates in SQL Server 2005 Management Studio?
Started by Chris Woodruff on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This will show 2005, we should try to use this powerful exception handling mechanism through our code including.
First you need to show the Template Explorer in the Studio .
2005 management Studio.
|
|
I have deployed my application on jboss 3.I have restored a database back up of sql server 2000 on sql server 2005.then i have downloaded the jr file jdbc connection to sql server 2005.My connection string setting is as below.
<datasources> <...
Started by sahil garg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just a suggestion: you might want to use.
See SQL Server 2005 JDBC Driver Documentation .
If you do so, note; accordingly.
You should consider upgrading it as you are using SQL Server 2005.
|
|
Can anybody help with downgrade Ent to Standard on a cluster. We have no place to test, so we want to make sure we get everything right.
Started by Angie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can install.
If you are OK with named instances this shouldn't be an issue .
Server 2005 standard.
|
|
I am trying to follow the steps on the following site
http://msdn.microsoft.com/en-us/library/ms181089(VS.80).aspx
But I couldn't find the "Data View window and an Add to Source Control command" in the SQL Managment Studio. Then I tried to Modify a stored...
Started by Jader Dias on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
I'm trying to determine how to open/edit existing SQL Server Reporting Services (SSRS) 2005 report projects (.rptproj) and reports (.rdl) with Visual Studio 2008, without having to install SQL Business Intelligence Development Studio (BIDS) 2005.
Started by Troy DeMonbreun on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Very annoying, but I guess I can understand why.
Are unable to use VS2008 for SSRS 2005 projects.
|
|
Is there anything I can't do in 2005 that I can do in 2008? Is 2005 obsolete?
Started by Ryan on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
VS 2005 only works.
LINQ and multi-targetting - targetting different versions of the .NET framework .
|
|
Is it possible to run an SSIS package created by SQL 2008 Business Intelligence Studio in a SQL 2005 environment? I'd rather not have to install SQL 2005 / VS 2005 in my development environment.
Started by Richard Szalay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This talks a little more about VSTA here.
SQL Server Sql Server 2005 uses VSA(Visual Studio for Applications).
Yes it is possible - I run 2008 developed dtsx packages all the time on our 2005 box.
|