|
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 .
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
I want to import an excel 2007 file .xlsx file to sql server 2005 developer edition. but when I try Task> import data i jus can see options for Excel 2000 to 2005
Started by David on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How to Import Data from Microsoft Office Excel 2007 to SQL Server 2005
You can set a linkedServer.
|
|
Answer Snippets (Read the full thread at stackoverflow):
Of SQL Server Top 10 Hidden Gems in SQL Server 2005.
|
|
Is it possible to run client-server combination of VSS 2005 (client)/VSS 6.0 (server) on the same box?
Started by Danny G on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I've been doing.
Yes, absolutely.
And I am able to use VSS 2005 to connect to VSS 6.0 databases.
|
|
I currently have a machine with SQL Server 2005 SP3 installed. I would like to add a SQL Server 2008 instance, but I'm not sure if I should upgrade the 2005 or try to install a separate instance of 2008.
If I upgrade the 2005, will I run into any issues...
Started by Andy White on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Backward compatibility between ....
Like lynnroth, I run multiple instances (05 standard, 08 dev, and a 05 .
I have several a database from 2008 back to 2005.
Yes, you can run seperate instances of SQL Server 2005 and 2008 on the same server.
|
|
If an 2005 sql express database has been upgraded to 2008 (it was attached on a machine with 2008) , is it still possible to use that same database on a different computer with with sql express 2005?
Started by Mar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
It's probably more straightforward to update the other PC to SQL .
Can be run on the SQL 2005 instance.
|