Questions tagged [visual-studio-2008]

18 questions
0
votes
2 answers

SQL Server installation

I have installed Visual Studio 2008 on my system (Windows Vista). I'm trying to install SQL Server 2005 to run applications. While installing I got only the configuration tools and no SQL Server Management Studio IDE. Where do I get that?
Saranyya
0
votes
1 answer

how to show table data as columns in tsql

I have 2 tables in sql-server 2005 express DB 1. ItemSize Table CREATE TABLE [dbo].[ItemSize]( [ID] [int] IDENTITY(1,1) NOT NULL, [iSize] [int] NULL ) ON [PRIMARY] 2. SalesLog Table CREATE TABLE [dbo].[SalesLog]( [SalesID] [int] IDENTITY(1,1) NOT…
Raj
  • 145
  • 6
0
votes
1 answer

TFS 2010 : Unable to add Project to a collection

This morning I'm trying to setup Team Foundation Server 2010 to demo for my team. As this is just a demo, I thought I would install it on my Windows 7 machine which also serves as my development machine. My development machine uses Visual Studio…
Scott
  • 199
  • 4
  • 6
1
2