Questions tagged [sql-server-2008-express]

SQL Server 2008 Express is a free edition of SQL Server that is an ideal data platform for learning and building desktop and small server applications, and for redistribution by ISVs.

Microsoft SQL Server 2008 Express is a powerful and reliable data management system that delivers a rich set of features, data protection, and performance for embedded application clients, light Web applications, and local data stores.

It is a version of Microsoft's SQL Server relational database management system that is free to download or distribute. It comprises a database specifically targeted for embedded and smaller-scale applications. The product traces its roots to the Microsoft Database Engine (MSDE) product, which was shipped with SQL Server 2000. The 'Express' branding has been used since the release of SQL Server 2005.

340 questions
-1
votes
1 answer

Install SQL Server 2008 Express on Windows Server 2012 Essentials RC

I can't Install SQL Server 2008 Express on Server 2012 Essentials Commandline: /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS2008 /INSTANCEID=SQLExpress2008 /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /AGTSVCACCOUNT="NT AUTHORITY\LOCAL…
gethomast
  • 436
  • 1
  • 3
  • 10
-1
votes
1 answer

Upgrade from SQL Server Express with Advanced Services to SQL Server 2008 R2 Enterprise

How do I upgrade my SQL Server 2008 Express with Advanced Services to SQL Server 2008 R2 Enterprise edition? Please do let me know. Thanks, Vivek
Vivek Patel
  • 349
  • 2
  • 4
  • 21
-1
votes
1 answer

How to control SQL Server 2008 Express without SQL Server Management Studio (ssms)

I Installed SQL Server 2008 Express on a client PC (I install SQL Server 2008 Express from Visual Studio Setup Version for C# program) But I don't see SQL Server Management Studio icon in all programs windows. Now if I want control tables and…
mehdi
  • 59
  • 4
  • 10
-2
votes
1 answer

what is missing in SQL Server Express 2008?

i want to install my client an application that uses SQL Server 2008 database. i thought of installing SQL Server 2008 Express R2 instead and to save him some money. i read all about SQL Server 2008 express R2 version and i found this information: •…
Rodniko
  • 4,926
  • 20
  • 69
  • 93
-2
votes
1 answer

installing SSIS feature in SQL Server

Does SQL Server 2008 Express support Integration Services? When I try to create an Integration Services project, it says that I have to install Integration Services, but I cannot find the option in the setup for the installation. How can I install…
ranjan0487
  • 25
  • 8
-2
votes
1 answer

How does multilevel grouping work?

I am not sure how the query below is processed. I read this query and i know what output it will give me. But, i wanted to know how it is processed conceptually. select FirstName, LastName, COUNT(CertificateId) as CertificatesAcheived from Employee…
sky scraper
  • 2,044
  • 6
  • 24
  • 26
-2
votes
1 answer

Database level encryption in SQL Server 2008 Express edition

Database level encryption in SQL Server 2008 Express - is it possible? If it is possible - then how to achieve it ?
amit
  • 109
  • 1
  • 1
  • 6
-3
votes
1 answer

In SQL Server, SELECT returns only one column

I use SQL Server 2008 Express. I have a database with a table Names. This table has only 3 columns: ID, FirstName, LastName. I created a stored procedure: CREATE PROCEDURE GetName AS SELECT ID, FirstName, LastName FROM Names I have…
E B
  • 59
  • 1
  • 8
-3
votes
2 answers

My database's table cleaning itself (SQL Server 2008 Express)

I got an epic problem about my datas that in my tables. I insert some data into a table and I wait 5 or 10 mins and table clears itself. I don't know why. My application doesn't have a code bug, but I think SQL Server has a bug. PLease help...
Ahmet Tezcan
  • 119
  • 1
  • 1
  • 4
-4
votes
1 answer

SQL Server How to Build Query?

I'm kind new in this forum but I'm stuck in a problem and I need our help. I Have one table with several lines where each line represent one project, then in another table I'll have many tasks that need to be done in each project, each task would…
1 2 3
22
23