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.
-1
votes
2answers
46 views
SQL Server character set and N prefix
[THIS IS NOT A QUESTION ABOUT NVARCHAR OR HOW TO STORE CHINESE CHARACTER]
SQL Server 2008 Express
Database collation is SQL_Latin1_General_CP1_CI_AS
create table sample1(val varchar(2))
insert into ...
0
votes
1answer
32 views
Get column a and column b through first parameter to last parameter
I'm newbie on tsql and stuck on this problem. Can anyone help this prb?
I have a table like below; (use SQL 2008 Express Edt.)
ID COL1 COL2
1 7 2
2 7 3
3 7 4
4 ...
0
votes
0answers
32 views
How does SQL Server Express concurrenct connections work?
I would like to know how the concurrency works in SQL Server Express database.
The reason I am asking this is because testing my database to be used to create an email server which can send multiple ...
0
votes
2answers
21 views
Added new field to table and to stored procedure, now procedure returns no results
I recently added a Deleted column to my table and then wanted to add an additional where clause but now I'm not getting any results anymore (it returned results before I added the deleted column)
...
2
votes
3answers
51 views
Adding Select Top in a Statement from a controller of ASP.net MVC 3
a question on how to add a "SELECT TOP" query in asp.net mvc3
var applicant = from s in applicantRepository.GetApplicant()
select s;
in my applicant there is i ...
0
votes
1answer
40 views
Trying to connect to SQL Server 2008 Express database with SQL Server authentication always result in “Login failed for user '…'.”
I am using jTDS to connect a Liferay instance to an SQL Server 2008 Express server using the SQL Server authentication (instead of the Windows' auth method). I have something like this in my ...
0
votes
3answers
91 views
How to find DISTINCT values from columns with similar names
I've read many posts with similar questions, but haven't found an answer yet. I'm quite new to SQL. Using SQL Server Express 2008.
My goal is to get a single-column result of all values that are ...
1
vote
3answers
89 views
Get checkbox name from SQL Server Version 1
Problem: I'd like to retrieve the name of a checkbox from a SQL Server database table and see whether it's checked in an "if" statement.
Interface: my form consists of a listbox, a button and a ...
0
votes
0answers
18 views
reconnect default database man studio SQL express (4064 error)
I have SQL Server 2008 Express and Management Studio installed on my laptop
I get an error:
Cannot open user default database. Login failed
I've been googling for hours trying to resolve this ...
0
votes
1answer
189 views
How to make .bak file for SQL Server 2008 Express [closed]
How to create a .bak file for selected database table in SQL Server 2008?
I have a TESTDB database which have more than 15 tables. I want to make .bak file only for 5 selected tables.
So how can I ...
0
votes
3answers
100 views
SQL Server Management Studio: How to edit MD5 value
I have table [user], created in SQL Server Management Studio, with this structure:
id int PRIMARY NOT NULL
login varchar(255) NOT NULL
password varchar(32) NOT NULL
Now, I want to insert ...
0
votes
1answer
25 views
Compare rows in different table having same columns
I have 2 tables tbl_A and tbl_A_temp. Both the table have the same schema. their primary key differ since they are identity columns. Is there a way i can compare the two rows in these two table and ...
0
votes
1answer
15 views
Error upon installing SQL Server 2008 Express
I am trying to install SQL Server 2008 Express but get the error
set.exe is not a valid Win32 application
I do not have that much disc space on this machine as it is at the moment, only 10,5 ...
0
votes
0answers
53 views
Script Files open up another instance of SSMS
I have been experiencing weird behavior with how my Sql Server handles script files.
When I click on a .sql file, another instance of SSMS fires up. If I click on another, 3.rd instance fires. All of ...
2
votes
2answers
93 views
SQL Server 2008 Express Integration Services
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 ...
0
votes
1answer
48 views
Error in remote connect to SQL Server 2008 Express
My program cannot connect to SQL Server 2008 Express remotely, the connection string is
Data Source=192.168.0.100\sqlexpress;Initial Catalog=xxx;
Persist Security Info=True;User ID=sa;Password=xxxx
...
0
votes
3answers
213 views
Division inside Insert stored procedure T-SQL
I'm new to T-SQL and I was wondering if it's possible to do something like this
CREATE PROCEDURE [SISACT].[new_activo_fijo]
@activo VARCHAR(8) ,
@descripcion VARCHAR(60) ,
@utiliza_serial BIT,
...
0
votes
0answers
26 views
how to add connection to sql 2008 mdf file from the vista partition in w 8 visual studio 2012
the original app in vista partition was using the connectionstring like
Data Source=.\SQLEXPRESS;
AttachDbFilename=c:\MDF\StringTmp.mdf;Integrated Security=True;
Connect Timeout=30;User Instance=True
...
0
votes
4answers
91 views
How can I export a SQL Server 2008 database?
Is it possible to export my database that i created in SQL Server 2008 Express?
I'm asking this because I need my group mate to be able to work on the same one. I know you can generate a script for ...
0
votes
1answer
180 views
Bulk load: An unexpected end of file was encountered in the data file
I am using SQL Server Express 2008
When I'm trying load data from txt file in to this table
create table Clients
(
ClientID int not null IDENTITY (9000,1),
LastName varchar (30)not null,
FirsName ...
0
votes
1answer
65 views
SQLite Trigger to SQL Server Express 2008
I need help on SQL Server syntax to create some triggres that I´ve used with success on SQLite, but I'm having trouble with NEW.Table once it´s not part of SQL Server.
That´s my SQLite trigger code:
...
0
votes
0answers
41 views
How can I start SQL Server Browser?
I've installed 2008 Express, named SQLEXPRESS and I need SQL Server Browser up and running, but how can I do this?
I've tried to set the startup mode to "Automatic" but when I click to save it stats ...
1
vote
0answers
278 views
Crystal Reports XI + VB.NET 2008
I'm using VB.NET 2008 Professional with Crystal Reports Professional XI and with MSSQL Server 2008 Express.
I've tried already to build a database with/or SQLDataReader and/or DataSet and use it with ...
1
vote
0answers
53 views
Visual studio express is too hanging when building the source code
I am using Visual Web Developer 2010 Express in my PC for building an MVC 3 application. it's working fine till I installed Sql Server 2008
Management Studio yesterday.
After I installed the SSMS my ...
1
vote
0answers
40 views
Application display error after windows upgrade
Hi I have recently upgraded from windows 7 to windows 8.And have installed both Visual studio 2010 and 2012 on my PC.I had two personal application that worked fine under windows 7 but after trying to ...
0
votes
1answer
516 views
Retrieving an Image from SQL using C# to an asp:Image
I am trying to retrieve an image from SQL Server 2008 Express and insert it into an <ASP:Image>. I have tried using a MemoryStream but I just can't seem to get it right.
My C# code at the ...
0
votes
0answers
431 views
Simple stored procedure with linked server select query inside works only once from .NET app
I am playing a few days with annoying problem with stored procedure with linked server usage. On the server I have shared DB. The server is running MS SQL Server 2008 EE sp3. As new user I cannot put ...
0
votes
1answer
400 views
SQL Server 2008 Express and windows authentication
I have a SQL Server 2008 Express instance running and I can access the server with the default account sqlexpress using sqlcmd.
Now I have created a new windows account on the machine where SQL ...
1
vote
0answers
155 views
Microsoft SQL Server 2008 Express decreasing memory usage
I have a virtual machine running windows 2008 standard R2 sp1 and Forefront TMG 2010. TMG 2010 also installs SQL Server 2008 Express for logging activities. According to perfmon SQL Server Express is ...
0
votes
1answer
1k views
How to Silently Install SQL Server 2008 Express In InstallShield 2010
I use InstallShield 2010 to create my setup.
My program needs SQL Server 2008 Express. So I added "Microsoft SQL Server 2008 Express SP1 (x86)" in the redistributables section.
Then in "Edit ...
1
vote
0answers
236 views
C# Application with SQL Server install
I am trying to install my C# application on a VMWare machine with Windows Vista, the PC is completely clean. The install works fine except for the last part, when SQL Server 2008 Express is trying to ...
0
votes
2answers
363 views
cannot open database
Not sure why this is failing...I'm sure it's my fault. Any help would be greatly appreciated.
I'm getting the classic
Cannot open database "Northwind" requested by the login.
The login failed. ...
0
votes
0answers
44 views
Connect Amazon Beanstalk to SqlServer
I m running an application on local machine and have SqlServer Amazon RDS. When i run application on local machine & connect to this SqlServer express on Amazon RDS, it works fine, got connected ...
0
votes
1answer
43 views
Transfer a database to SQL Server 2008 from SQL Server 2008 Express
Anyone know the generic practices transfer the database to SQL Server 2008 from SQL Server 2008 Express (I'm not sure it is r2), when I try to attach the .mdf file from Express, there is an error ...
1
vote
2answers
99 views
T-SQL: How to join @variable tables (another try)
I know, this is a duplicate question of this question. But i encountered the same problem and maybe i can provide some more available informations.
If i try out the following example query:
DECLARE ...
0
votes
1answer
360 views
Connecting microsoft sql server 2008 r2 to netbeans IDE 7.0 “error 18456 severity 14 state 38 login failed”
I have been working on this for last two days and I just can't finish it! I'm trying to add Microsoft Sql Server 2008 r2 to netbeans 7 by using Jtds or sqljdbc and none of them seem to work.
Both of ...
0
votes
3answers
192 views
How to input data into SQL Server for first time start of C# application
I created a C# program using SQL Server 2008 Express.
There is some data that must exist in the database table initially, for the C# application to run correctly.
I would like to transfer this data ...
0
votes
1answer
274 views
Webmatrix fails to publish SQL Server database to Azure
I've set up a free Azure account to test whether it's suitable for hosting a personal website of mine. I have the site running locally through Webmatrix - it's .NET with a SQL Server 2008 Express ...
1
vote
1answer
206 views
SQL Server Express Entity Framework code-first
I Tried to use the code first approach to create my database
I created every class that I needed and then added a web form to my project and a grid view to it. then I tried to set the grid view's ...
2
votes
0answers
185 views
SqlDataAdapter object in Visual Studio 2010
I am running Visual Studio 2010 and SQL Server 2008 Express editions. I have created a database in SQL called Hangman.mdf. Then in Visual Studio I drag the SqlDataAdapter object to my form and it ...
0
votes
1answer
36 views
How to connect to SQL Server 2008 R2 using SQL Server 2008 Express via stored procedures
I need to know how to connect access the data from SQL Server 2008 R2 database using SQL Server 2008 Express through stored procedure.
Thanks in advance
1
vote
2answers
354 views
New database in SQL Server 2008 does not show up in dropdown
I'm new to using Visual Studio and SQL Server.
My problem is this:
I have created a database in SQL Server Management Studio, then I'd like to connect it my app in Visual Studio. I right click in ...
0
votes
3answers
2k views
An explicit value for the identity column in table 'customers' can only be specified when a column list is used and IDENTITY_INSERT is ON [duplicate]
Possible Duplicate:
Cannot insert explicit value for identity column in table ‘table’ when IDENTITY_INSERT is set to OFF
I am new to SQL. I am trying to write a INSERT query in SQL server ...
0
votes
3answers
81 views
Am I using the correct technologies? [closed]
I was using open source technologies for last few years. Now I have been assigned to develop a CMS. I studied a little bit, I have selected these technologies and methodologies:
SQL Server 2008 ...
0
votes
1answer
2k views
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 ...
0
votes
2answers
362 views
SQL Server 2008 Express Management Studio [closed]
I have installed Visual Studio 2010, along with which an instance of SQL Server 2008 is installed. There is no Management studio installed with that instance.
What I need is SQL Server Management ...
1
vote
1answer
11k views
how to instal MS SQL Server 2008 management studio in windows 8?
I am using 64bit Windows 8 rtm.
Where can I get Sql server 2008 mgmt. studio for it?I tried installing sql server 2008 express sp1 and SQL Server 2008 R2 Express SP1, but it wont install.(ref: ...
-1
votes
1answer
153 views
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
0
votes
2answers
298 views
how to use delete cascade in Store Proc?
I just need some in help to implement delete cascade on My store Proc because I have REFERENCE constraint error
Create PROCEDURE [dbo].[DeleteProject]
@ProjectID uniqueidentifier
AS
BEGIN
-- ...
2
votes
3answers
348 views
MS Access forms Denied connection to SQL Express Backend
I have a MS Access 2007 front end and SQL Server Express back end. (This was originally upsized from the Acces Database).
This database has been copied from Production and being run in a different ...




