Use this tag for questions specific to scaled down, free edition of SQL Server 2005.
1
vote
0answers
33 views
How to upgrade from SQL Server 2005 Express instance to SQL Server 2008 Express using Wix [closed]
I want to upgrade my SQL Server 2005 Express instance to SQL Server 2008 R2 Express but I am unable to implement it. I am using the code shown below, to install SQL Server 2008 R2 Express if the ...
1
vote
2answers
42 views
SQL query, select values of a column only if
Im using SLQ server 2005.
I have this table were i register a list of items creating an "order" wich will be sent to the warehouse so they know what it needs to be sent back.
this is my code.
...
-3
votes
0answers
48 views
deliver the project to the client [closed]
I have already finished a project, the idea of it its to store and view a profile passed on the stored data, I use ADO.NET and SQL Server 2005 Express, my connection string is look like that
Initial ...
0
votes
1answer
183 views
copying/creating .mdf files in sql server folder during setup of C# windows application
Is it possible to copy my database files i.e .mdf files to a destination folder which is my sql server folder during setup of my windows c# application ?
also how to attach those filed to the database ...
0
votes
2answers
51 views
Installing SQL server 2005 through windows c# setup project
I have a windows c# application with its setup file. Now I wish to install SQL Server 2005 express edition while the setup of my application is being installed on any computer.
Is this possible ?
How ...
0
votes
1answer
56 views
Datagridview data binding from database error
I have a datagridview in my Windows C# application. I am binding some data from my SQL server 2005 database into it.
The datagridview already has a fixed number of columns and rows with their ...
0
votes
0answers
29 views
How to write and update trigger like this insert trigger
I've inherited a website using MS SQL-Server. One table has an INSERT trigger that basically copies a record from one table in the database to table in another database. The tables are identical. The ...
0
votes
1answer
73 views
SQL Server 2005 Express : Group By
A distributor have various outlets to sale products. Products are based on categories.
Outlets can receive products from the distributors and from other outlets (transfers). Opening balance (Qty), ...
0
votes
0answers
33 views
Error while connecting to a SQL Server Database: not trusted connection
We have installed on a company a SQL Server 2005 express on a server. Some workstations connects to the server while they're using our applications with Windows Authentication.
But there's ONE ...
0
votes
0answers
34 views
Why do I get a permission error when connecting to SQL Server from Visual Studio?
I have SQL Server 2005 SP4 Express, when I try to establish connection from VS2010 to my database, I get a error:
You don't have permission to open this file
Contact the file owner or an ...
2
votes
2answers
77 views
Absolutely simple SQL Server query doesn't return anything
What I have here is very strange to me...
Select BARCODE, DATA
from HISTORIA
WHERE BARCODE='25405187' AND DATA = '2013-03-08 00:00:00.000'
Select BARCODE, DATA
from HISTORIA
WHERE ...
0
votes
0answers
243 views
Filter a combobox value based on the previous combobox selection
I have a Dataset which link all the tables from Sql server.
And all the values are loaded from the dataset through tableadapter.
Now i have two combo box which has FK in it.
Example :
cb1: 130, ...
0
votes
2answers
127 views
Export SQL database (all tables) from remote server
I'm current using a 3rd party product, which uses an SQL Server database. I've been asked to take a copy of the database for our own backup/security purposes, but I'm having trouble.
To access the ...
0
votes
3answers
461 views
T-SQL Remove Time From DateTime
What is the difference between these 2 lines in SQL Server 2005 Express?
DATEADD(d, 0, DATEDIFF(d, 0, @Today));
and
DATEADD(d, DATEDIFF(d, 0, @Today), 0);
Other than making this statement fail ...
0
votes
1answer
12 views
Dynamic versus explicit querys in sql-server 2005
Can anybody explain this?
Theoretically both are the same query but they give different answers.
a)
declare @date varchar(10)
set date = '03/02/2013'
select count(*) from table1 where (from <= ...
2
votes
2answers
133 views
SQL Where Exists Doesn't Filter?
System.Data.SqlClient.SqlException (0x80131904): Violation of UNIQUE
KEY constraint 'AK_SeqNo'. Cannot insert duplicate key in object
'dbo.SeqNo'.
I get the above SQL Server 2005 Express ...
0
votes
2answers
936 views
Populating Listbox with data from SQL Server
I don't know what is happening to my program, it took me (4) four minutes to load the result of my code.... can someone tell me why? Can someone tell me how to fix this loading problem?
This is my ...
0
votes
1answer
58 views
Creating a custom installer for occasionally connected application using database of another software
I am trying to create an application which will synchronize its database with another software's database..
Problems are:
How will the database will synchronize with external database after I have ...
1
vote
0answers
323 views
Install SQL Server Express edition in silent mode
I use C# and need to install SQL Server 2005 Express edition in silent mode in my project and use code below, but for the first time, SQL Server do not install correctly . Sql database engine do not ...
4
votes
1answer
745 views
ROW_NUMBER OVER (ORDER BY date_column)
I am wondering. I have a complex query which runs in a SQL Server 2005 Express edition in around 3 seconds.
The main table has around 300k rows.
When I add
ROW_NUMBER() OVER (ORDER BY date_column)
...
0
votes
0answers
43 views
SQL Server 2005 Express service has stopped
I'm unable to connect to SQL Server 2005 Express on my local machine. I found in the Configuration Manager that the service has stooped but when I try starting it I get the following error:
The ...
0
votes
1answer
35 views
SQL Server File Attaching Issues
I am attaching DBs using SQL Server 2005 Express. Some files are attaching with path and some without it (see below)
I am attaching them all from the same folder. Please advise what is the ...
0
votes
2answers
53 views
Is NHibernate supported on SQL Server 2005 Express?
I want to use SQL Server 2005 Express as database. Will NHibernate be supported with it?
0
votes
0answers
373 views
Is SQL Server 2012 express faster than SQL Server 2005 Express?
Recently, I upgraded my development computer to Windows 8 and now, I am having hard time installing SQL Server 2005 express on my development machine. My ASP.NET MVC Website project is based on SQL ...
0
votes
2answers
410 views
Not able to connect SQL Server 2005 Express using c# remotely
I am trying to connect to a SQL Server 2005 Express edition remotely using c#, but it is throwing an exception.
A network related or instance specific error occured while establishing a connection ...
1
vote
3answers
13k views
How to install SQL Server 2005 Express in Windows 8
I tried to install SQL Server 2005 Express SP3 x64 on Windows 8 but the installer gives me an error:
An installation package for the product Microsoft SQL server native
Client cannot be found. ...
2
votes
1answer
70 views
Error accessing stored procedure
We have a .NET3.5 Windows Forms application that calls an ASP.NET SOAP web service on the same server. This web service then saves the data into a SQL Server Express 2005 database, again on the same ...
1
vote
0answers
50 views
How can i increment the counter?
At the registration time i wanted if side is left then my left count will increment and side is Right then my right is increment and both side is filled then their sponcor will increment... How can i ...
0
votes
0answers
334 views
SQL Server 2005 Management Studio Express not showing new added data
I recently installed and have been using Microsoft SQL Server Management Studio Express 9.00.4035.00 to manage a remote database on my hosts' SQL Server 2005. The database continual getting data from ...
2
votes
1answer
267 views
BIDS installation with SSIS , SSRS and SSAS on SQL Express 2005
I want SQL Server 2005 Express in my machine so that I can have a local database (not allowed to install standard or enterprise))and at the same time should be able to create projects for SSRS, SSIS ...
1
vote
1answer
34 views
HOW To remove ' in a column SQL server 2005
I have a specific column (description) in a particular table. I used bulk loading to insert data in table, but in retrieving data it's giving an error because of this column (description).
The ...
-1
votes
3answers
148 views
SQL server column alias from another query
Why does this code not work in SQL Server 2005?
select c.price AS (select CityName from Cities ci where ci.cityid= c.cityid)
from prices c
where cityid=1
Thanks.
0
votes
0answers
106 views
ExecuteNonQuery() won't Insert my record in SQL Server Express
I am using SQL Server 2005 Express in my C# application. My problem is when I try to insert a record in my database with ExecuteNonQuery() command it is running without any error and it seems that my ...
0
votes
0answers
88 views
Updating rar archive from sql server access denied
I am trying to update a rar file from a stored procedure. It is giving me an exception saying Access is Denied. However, when the rar file is created for the first time, it didn't have any problem. ...
0
votes
0answers
12 views
Publications in SQL Server 2005
Can't find Local Publications folder under Replication folder in SQL Server 2005, I need it for the link between SQL Server 2005 and SQL Server mobile 2005.
thanks
0
votes
2answers
2k views
Generate script in SQL Server 2005 with data
How can I generate a script in SQL Server 2005 with data in table?
0
votes
3answers
139 views
Query a datetime in SQL Server 2005 Express
How to query the rows based on DateTime in SQL Server 2005 Express installed on windows server 2008 r2?
I have code that selects rows based on from and to date values. It's working in my Windows 7 ...
-2
votes
2answers
248 views
Uninstalling SQL Server instance, I lost my user database
IT admin has uninstalled the test SQL Server instance. It had a huge real time test data.
I want to know if
Uninstalling an instance deletes the database?
Is there way to recover the lost database?
...
1
vote
3answers
121 views
Grouping by case field
so I'm pretty new to SQL and almost wholly self-taught so far. I'm currently trying to run some analysis on the ranks of staff, where I'm trying to "reclassify" about 15+ ranks to 4 rank categories. ...
-2
votes
3answers
142 views
INSERT INTO fail
int dose = Convert.ToInt16(DoseTextBox.Text.ToString());
try
{
SqlCommand AddMed = new SqlCommand("INSERT INTO Medications ...
1
vote
2answers
411 views
Create view with extra column indicating type in SQL Server
I need to create a view with a column that indicates which table does the row come from.
I'm using SQL Server 2005 Express
To be more specific, I have a database with a table called users, a table ...
2
votes
3answers
151 views
SQL scalar variable value between and
'Names' in table 'Data'
"type12pen105A"
"type12pen110A"
"type12pen121B"
Declare @n int;
select Names From Data
where Names ='type12pen'+cast(@n between 100 and 110 as varchar)+'A'
My Required ...
0
votes
1answer
959 views
Can't Connect to SQL server 2005 installed on windows 7 X64
I have installed SQL EXPRESS 2005 on Windows 7x64. I have already added sqlsvr.exe in firewall exception, enabled both Names Pipes and TCP/IP from SQL server Configuration Manager. The SQL server ...
1
vote
1answer
2k views
installation of SQL Server 2005 Express edition in Windows 7 [closed]
I recently installed VS 2008 express edition on windows 7(32 bit system). Then installed SQL Server 2005 SP3 Express edition.
But the problem is I am not able to create a database in my SQL Server (I ...
0
votes
2answers
358 views
Transaction isolation and reading from multiple tables on SQL Server Express and SQL Server 2005
I have a database with a main table (lets call it Owner) and several sub tables with holdings (like Cars, Books etc).
For example:
Owner has columns: owner_id, name
Cars has columns: owner_id ...
0
votes
1answer
256 views
windows 7, php 5.3, when fetching binary data with sqlsrv from mssql the data is doubled
ok, so I have images on a MSSQL 2005 (express) server which I want to write to files.
with the same piece of code, on linux it works fine, on windows it writes the data twice in the file
...
11
votes
7answers
14k views
Error message: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
I am trying to deploy my website on windows server 2003.
Am i missing something or what is wrong from the following error message, how can I correct it? Thank
I am having the error message:
A ...
1
vote
5answers
109 views
T-SQL - Error on Case Statement
USE NORTHWIND;
GO
SELECT SHIPCOUNTRY,[ORDERS_ID] =
CASE ORDERID
WHEN ORDERID = 10300
THEN 'I AM FROM 10300'
WHEN ORDERID = 10400
THEN 'I AM FROM 10400'
WHEN ORDERID = 10500
THEN 'I AM FROM 10500'
...
0
votes
4answers
632 views
SQL DELETE STATEMENT problem with returned rowcount
I have a statement like this:
DELETE TABLENAME WHERE COLUMN = NUMBER; SELECT @@ROWCOUNT AS RC;
if i run it from the code (classic asp) i get Error:Item cannot be found in the collection ...
1
vote
0answers
452 views
Create and Attach Database in SQL Server 2005 Express
I want to dynamically (through code at run time) find a SQL Server instance installed on the target PC, then create a database and finally attach my MDF file.
Is it Possible? How can I do that? (I'm ...

