Use this tag for questions specific to the 2008 version of Microsoft's SQL Server.
3
votes
2answers
37 views
SQL: find continuous date ranges across multiple rows?
I'm trying to get a start and end date combination for continuous spans of time worked. The spans can cross multiple rows, where the end date of the first row is the same as the end date of the next ...
-1
votes
1answer
36 views
Calculate date difference based on column value on same table
I have the following table structure with ID, State and Date
20130323000004 Final 3/23/2013
20130323000004 Final 3/25/2013
20130323000004 Final 3/26/2013
20130323000004 Needs ...
1
vote
4answers
50 views
SQL Self Left Join Challenge
I have a table like this:
ManufacturerID ProductID Price Region
==============================================
100 1 12.00 A
100 2 20.00 ...
0
votes
1answer
32 views
Stored procedure to copy a row and update one flag field for the row that was copied
I have an issue and I though this might be best way to solve it. I have never really had to use stored procedures and most of time I can control it from the code. But i really would like this to be ...
1
vote
1answer
33 views
Not able to create foreign key constraint with on delete cascade as there is already one
Below is the scenario
Table1 (Id, Name)
Table2 (Id, Name1, Name2, Type)
FK1: Name1 references Table1.Name with On cascade delete
FK2: Name2 references Table1.Name with on cascade delete
FK2 ...
0
votes
1answer
8 views
Regroup common rows
I have a query that will give me 4 duplicates everytime because one field is different.
Let's say I have this table
-----------------
| A | B | C | D |
-----------------
| 1 |Blue| 2 | 0 |
| 1 ...
1
vote
1answer
48 views
Scalar Functions Used Together Timeout [closed]
Using either of the following functions alone perform well (dbo.getCorrectInventoryKey(Inventory_Key) and dbo.getEntityFullName2(Inventory_Key, '.')), but when used together ...
0
votes
2answers
32 views
How to update a table from 2 others that contain the old values and the new values in SQL Server?
I have 3 tables, 2 of them are temporary tables. One has old values to be updated and the other has the new values.
The first table contains the columns Telephone and ID, and the other two only ...
-5
votes
0answers
36 views
What is the procedure sql error? [closed]
xmlSubContaValor.Value = dtUtil.CreateXml("proc_getComboValorSubConta @idContaPai = " & GetFieldValue(dsPonto, "idContaContabil", "ddl") & ", @DataComunicacao = '" & GetFieldValue(dsPonto, ...
1
vote
1answer
30 views
Migrating SQL Server database from AWS to Azure
I have a large database in an AWS instance running SQL Server 2008 on a Windows Server 2008 R2.
The database is constantly changing and writing information, and its size is about ~100GB
I wish to ...
4
votes
3answers
66 views
Getting Average Time between list of successive dates in TSQL
I have a table of events, each row has a StartDateTime column. I need to query a subset of events(say by userID) and determine the average number of days between successive events.
The table ...
-3
votes
2answers
38 views
combine rows in SQL [closed]
I have two queries which return two different result one is return ex#1 return and second return ex#2, i want to combine and want desire result.
ex#1
PartyID PartyName TotalMain
1 ...
1
vote
1answer
40 views
SQL Server : when using multiple UPDATES in a single query, will the WHERE clause use the current or updated field values?
This is a very simple question, but the SQL Server documentation doesn't explain this as clearly as I would like, so I would appreciate someone spelling it out for me.
I am updating a table with new ...
9
votes
2answers
67 views
What does SQL Server do with a timed out request?
Suppose that I use C# to run a long running SQL Server stored procedure (lets say 30 minutes). Further suppose that I put a 1 hour timeout period on the query in C# such that if for whatever reason ...
1
vote
1answer
23 views
Creating a matrix with dates as columns
I've successfully created a tabular report in SSRS with my dates as rows. I'd like to make the dates as columns, and have my columns as rows. For example:
If I wanted to have the columns at the ...
0
votes
0answers
30 views
Execute sql script using sql command
C:\>sqlcmd -S(local) -U(sa) -P(password) -i F:\sql.sql
HResult 0x3, Level 16, State 1 Named Pipes Provider: Could not open a
connection to SQL Server [3]. Sqlcmd: Error: Microsoft SQL Server
...
4
votes
5answers
81 views
T-SQL if statment error
i'm trying to execute the following SQL 2008 code it says there is a problem near "=" and "else"... i cant understand what is wrong with the code
ALTER PROCEDURE dbo.LoginEmp @username NVARCHAR(10),
...
1
vote
2answers
16 views
execute “sp_MSforeachtable” (SQL Server 2008 R2) from Excel 2003 using ADO
I want to analyse my DB and get the results for each table into an MS Excel worksheet by executing "sp_MSforeachtable 'EXECUTE sp_spaceused [?];';" from an ADODB Command or Recordset and then use ...
0
votes
3answers
44 views
Save Accented Characters in SQL Server
We accept the accented characters such as Ḿấxiḿứś from a html form, when using hibernate saves it into the database the string becomes ??xi???
Then I did a SQL update, trying to write the accented ...
1
vote
0answers
15 views
ASP Format to percentage specific row of gridview
I have a fixed size table databound to a gridview from a stored procedure:
Note: the table is 17 columns long.
Currently I'm using a For..Next statement to alter the background colour of the ...
1
vote
1answer
24 views
Using stored procedures to simplify XML generation
I am trying to write an SP to return invoice details in XML for transferring to a third party.
I have a working SP but it's a bit messy (simplified below):
SELECT (
SELECT GETDATE() AS ...
0
votes
1answer
47 views
How can I save the results of an OPENQUERY query to an Excel or CSV file?
How to store data from an openquery in a .CSV OR EXCEL FILE?
select * from openquery(DB_LINK,'SELECT col1,col2,col3,col4 from oracle_table_name')
select * from openquery(DB_LINK,'SELECT ...
-1
votes
2answers
25 views
How to handle .ndf files while restoring backup files in sql server 2008 [closed]
am trying to restore db through .bak file while restoring i met this error
How to avoid this error and do successful restore,
Note: against this Dababase
1. one .mdf file Ex: ...
1
vote
3answers
36 views
TSQL - Assign value from query to variable if record exists in a single select
How I can improve below code to use 'select' only once?
IF EXISTS (SELECT [NUMBER] FROM [TABLE] WHERE [ID_RECORD] = @id_record
BEGIN
DECLARE @tmp_variable
SELECT @tmp_variable = [NUMBER] FROM ...
0
votes
1answer
31 views
Why rolling back transation in SQL Server increases seed values
I am doing some initial development in SQL Server 2008 version and because it was test script I had script the queries in transaction to not affect the database tables actually.
But it seems the ...
0
votes
2answers
22 views
Fulltext search using contains in sql server 2008
i am using full text search concept in sql server 2008, but facing some problem in contains..
Suppose i have searched with keyword 'Life' it returns 'The Life and Death of Buildings' in first 20 ...
0
votes
1answer
17 views
SQL server 2008R2 Allow Schema Compare [closed]
im trying to use http://dbdiff.codeplex.com/ to compare two of my databases unfortunetly I can only see my system databases in the database list.
I tried Visual Studio's Data->Schema Compare but ...
0
votes
1answer
20 views
Composite key in sql server 2008
I want to create composite key in sql server.
What is the maximum limit of columns, which i can combine to create composite key in sql server 2008 ?
1
vote
1answer
25 views
SSIS prefilter records before extraction
I have to migrate records from a table in Oracle to SQL Server 2008 R2. I already designed the solution that allows me to move the data and save a copy of the migrated IDs into a stage table.
Thanks ...
0
votes
3answers
38 views
SQL Server - check input parameter for null or zero
I have a stored procedure for sql server 2008 like this:
create procedure test_proc
@someval int,
@id int
as
update some_table
set some_column = ISNULL(@someval, some_column)
where id = @id
go
If ...
0
votes
0answers
22 views
How to restore DB Backup from 64 bit SQL Server to 32 bit SQL Server [migrated]
i have an issue that 64 bit SQL Server DB Backup am unable to restore it into 32 bit SQL Server,for more details,
Source Server(Backup Made One)
Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 ...
1
vote
3answers
97 views
Combine multiple rows into list for multiple columns
I'm aware that the "combine multiple rows into list" question has been answered a million times, and here's a reference to an awesome article: Concatenating row values in transact sql
I have a need ...
-2
votes
0answers
31 views
SQL Server : hierarchical query
I have a table with two columns ProductGroup and GroupUnder. We are giving varchar to ProductGroup and numeric to GroupUnder. Now I want to display ProductGroup and corresponding GroupUnder 'names' ...
1
vote
0answers
58 views
SQL Server TOP query plan
This is a question regarding SQL Server TOP query plan.
Index seek
When executing a SELECT TOP on an indexed column, is there a performance difference between SELECT TOP 1 vs SELECT TOP 2 or other ...
3
votes
1answer
63 views
SQL Sever Averages/Sums/Groups/Counts Query Issue
I have the following table:
╔══════════╦════════╦═══════╦═══════╗
║ PlayerID ║ GameID ║ Stat1 ║ Stat2 ║
╠══════════╬════════╬═══════╬═══════╣
║ 1 ║ A ║ 2 ║ 1 ║
║ 1 ║ B ...
0
votes
4answers
70 views
How to calculate a price from a database column
I am trying to calculate the overall price from a database column called "price". The idea is that users place an order, which is recorded in the orders table. An admin then comes along and can view ...
0
votes
2answers
70 views
How can I replace all characters in a string with an asterisk, except for spaces?
Hello I'm not very good at SQL so any help would be great thank you.
I have a table with 2 columns word and replacement
right now my replacement column is null however i'm trying to do a update ...
0
votes
0answers
12 views
TransactionAbortedException because of “pending requests”
I am getting following exception:
System.Exception: System.Transactions.TransactionAbortedException: The
transaction has aborted. ---> System.Data.SqlClient.SqlException: The
transaction ...
1
vote
0answers
94 views
Using T-SQL DATEADD and DATEDIFF function
I am trying to understand the code that someone wrong to implement the following requirements in calculating a date:
The derived JE_ACCTNG_DT is set equal to the last day of the prior month of the ...
2
votes
2answers
63 views
Add logic inside of a SELECT
Note in the below query that the first two queries inside of the parenthesis, I've added two repeated queries, I'm sure that this is not a good practice. I need to repeat this query anytime where I ...
0
votes
1answer
33 views
Simultaneous lock and use of SQL Server 2008 table in a c# project?
I have a SQL Server table and this table will be updated by a batch job every 5 minutes using backgroundworker multithread calls. Also i am using thread lock when i am inserting the table via batch ...
0
votes
1answer
52 views
Declare a variable inside of a projection
Note below that I need to declare a variable which is the result another query. If don't do this, I need to repeat this query anytime where I need the value.
SQL Server is throwing an exception about ...
0
votes
1answer
51 views
Case Statement in WHERE or in the SELECT clause
I have the following query:
-- COLUMN SELECTION
-- INITIAL ENCOUNTERS
SELECT pt_no AS 'INITIAL ENCOUNTER'
, Episode_No AS 'INITIAL EPISODE NO'
, med_rec_no, pt_name AS 'PT NAME'
, adm_src_desc AS ...
1
vote
1answer
38 views
Why <columnname> IS NULL take so long time?
I have a test statement to check the validation of my data like this:
SELECT id, owner_id
FROM table
WHERE ISNULL(owner_id,0)=0
OR (owner_id NOT IN(SELECT lid FROM actors) AND owner_id <> ...
1
vote
0answers
92 views
Dont want Select variable displaying values
It might be simple but I been having trouble figuring out.
I have a piece of code(Similar to Below Code) where I am assigning bunch of values to bunch of variables via select, it does the job but when ...
0
votes
1answer
16 views
Treeview control binding in vb.net
This is an application for Dry-cleaning POS system . In the Booking form are groupboxes containing item buttons and a tree view where all the orders are dropped in and it takes this format.
2x ...
1
vote
1answer
25 views
How to write to Database from datahandler?
I have a datahandler for my Sencha Touch application and am trying to write to a database. When reading from a database, I call reader.Read() and that works just fine. What should I call to run an ...
0
votes
2answers
53 views
Is a table-valued function updatable
I'm a bit confused on the update statement but here's what I have: I have these two employees and their respective alpha numeric codes.
select * from cm.bo.hotlist('08Z')
where State = 'ca'
select * ...
0
votes
2answers
27 views
TSQL Use record currently being inserted to select data in another table
Very new to TSQL...
I have the following table called "tblinit":
Account_Num UserID Task_Percent
----------- ------------ ------------
1 john.smith 0.75
I would like ...
-1
votes
0answers
18 views
(c++ builder 6, ADO, SQL SERVER) Query results handling [closed]
I am trying to make a simple login application that it will search if the username and password exist, in a table at a database hosted on SQL SERVER that i have already connected to my app.
The ...




