Tagged Questions
0
votes
1answer
39 views
How do I solve this deadlock by using a stored procedure?
I have a table like this:
Name | TimeA | TimeB | ValueA | ValueB
I have a stored procedure as follows. There are two blocks of code inside two IF conditions, one takes care of the ValueA column, the ...
0
votes
1answer
18 views
Inter page communication in asp.net webpage
I am working on one project in which i want to control webpage which is open in computer browser through mobile web page both pages are in same web site .
When i press "Start" button from mobile ...
0
votes
0answers
40 views
insert comma separated list of ids in a stored procedure [duplicate]
I'm trying to create a stored procedure in SQL Server 2008 that takes a comma separated list of ints and adds them to a table.
For this example, the table has 1 column. So the stored procedure would ...
0
votes
1answer
10 views
lock sql table from sql server or asp.net mvc
I'm trying to do something simple with locking in sql server 2008 (or directly from asp.net mvc if possible) and not really sure how to handle it.
I have a table (call it users), and username has to ...
0
votes
3answers
46 views
SQL to Parse a Key-Value String
I have a comma delimited string like this:
key1=value1,key2=value2,key3=value3,key1=value1.1,key2=value2.1,key3=value3.1
and I'd like to parse it into a table that looks like this:
Key1 Key2 ...
0
votes
1answer
21 views
compare two excel files in a ssis “Foreach Loop Container”
Introduction : I have Multiple Excel files which loop through a Foreach Loop Container in SSIS Package.
The first Excel file Excel1.xlsx contains the old data (for example :I have a column named ...
0
votes
2answers
55 views
A SELECT statement that assigns a value to a variable must not be combined with data-retrieval operations
I need to assign the m.expiry_date to the variable @nextActionDueOn.
ALTER PROCEDURE [dbo].[MembershipRetentionCheck]
AS
BEGIN
SET NOCOUNT ON;
declare @firstActionTypeId int = 25 -- ...
3
votes
3answers
49 views
How should my query be?
I have a table like this:
date, flag
22/05/13 1
22/05/13 1
22/05/13 0
23/05/13 1
23/05/13 0
So I ...
0
votes
1answer
14 views
How to upgrade SQL Server 2005 Express instance to SQL Server 2008 R2 Express through command line arguments
I am using this command to upgrade to SQL Server 2008 R2
SQLEXPR_x64_ENU.exe /q /ACTION=upgrade /INSTANCENAME=MyInstanceName /IACCEPTSQLSERVERLICENSETERMS=1
but I am getting this error:
...
0
votes
3answers
28 views
Group query records by proximity of value
I have an audit log table, logging changes from multiple tables against a business object. The logs are timestamped, and updates for a single business object will most likely occur over a period. In ...
-1
votes
1answer
23 views
sql server lisiting table is not working properly when connect from java
I have executed select name from test1.sys.tables query in sqlcmd and got proper result.
But same query is not working in java-sql connection
querying from java lines.
String show_tbl_qry="select ...
1
vote
1answer
51 views
Restore of logfiles in SQL Server
I'm trying to write a script which will read a folder containing a full backup and X number of log files. My script fails when it starts the loop to read the log files. The error is cannot convert ...
1
vote
1answer
57 views
INSERT EXEC Statement cannot be nested
I have three Procedures MainProcedure,Procedure1,Procedure2
1) In Procedure1 I just have a select statement ,
2) In Procedure2 am calling the Procedure1 and inserting the Output to a #table
3) In ...
-3
votes
1answer
23 views
locked table by stored procedures in sql [duplicate]
I have table name called cusdec_boi this table publish as a transaction replication,and client update this table always,problem is some times Lock the table. I Have stored procedure name called ...
0
votes
2answers
39 views
convert decimal to HH.MM format in SQl Server
How to convert decimal to HH.MM format in SQl Server. Example:- 06.85 will be converted to 07.25, 06.60 will be converted to 7.00
0
votes
0answers
41 views
Add decimal time (HH.MM format) in SQl Server
How to add decimal time (HH.MM) in SQl Server.
Example:- 4.20(4 hours and 20 Minutes) + 06.45 (6 hours and 45 Minutes) =11.05 (11 Hours and 5 minutes)
0
votes
2answers
34 views
How to constrain SQL tables to multiple specific types
I have a small database that I'm developing SQL Server 2008.
I don't have much SQL experience overall, so finding it difficult to find information as to what the appropriate pattern for this issue ...
1
vote
3answers
53 views
How can I page through distinct filtered results?
I have the following query:
SELECT DISTINCT TOP 20
f.id_service as f_id_service,
f.id_city as f_id_city,
f.name as f_name,
f.address as f_address,
f.business as f_business,
...
7
votes
3answers
33 views
How to update the field value of specific's column in SQL Server using Query in one shot?
I have Imported Data Form XLS in Open Source eCommerce Platform @AspxCommerce - Downloded Form Here
but finally realize that it has wrong data without any Extension at the end of the data, in One of ...
0
votes
3answers
50 views
Prevent changes the default value of a column in a table sql server
How can i prevent changes in a column value set to default in sql server
i have a table TimeTable in which Column is date which is of type varchar(20) i want that column should be updated with ...
0
votes
1answer
88 views
Why this Where condition returns 0 Rows?
SELECT
*
FROM tblName
WHERE mode = '1' AND (category = @Category OR @Category = 'all' OR NewsId = @Category)
I passed @Category='all'. This returns 0 rows. If OR NewsId=@Category this condition ...
0
votes
0answers
15 views
Running stored procedure by SQL job with Linked Server query error 7391 [migrated]
I create stored procedure which query data from Linked Server to insert into current server.
I test this stored procedure by directly execute, it's work fine.
I have to run this stored procedure ...
0
votes
6answers
56 views
How to create a table from select query result in SQL Server 2008
I want to create a table from select query result in SQL Server, I tried
create table temp AS select.....
but I got an error
Incorrect syntax near the keyword 'AS'
-1
votes
2answers
48 views
IF or CASE in query (SQL Server2008)
I have a View Table, in which I have a query written like this
SELECT landNo, planNo, blockNo, parcelNo, RTRIM(LTRIM(STR(parcelNo))) AS parcelNoString,
parcelAREA, '[ ' + blockNo + ' ]' + ' - ' ...
1
vote
1answer
37 views
SQL Server High Availability on premise - cloud
I would like to know which is the best way to make a copy and keep the copies synchronized of a on premises SQL Server 2008 (not R2) database to SQL Azure.
Think of the SQL Azure as a failover kind ...
0
votes
0answers
50 views
SQL Server - inconsistent insert speed, fast then very slow
I'm trying to diagnose a slow insert that I thought I had fixed but the problem is returning intermittently. It's literally a straight insert statement, it runs every evening and inserts around 80,000 ...
0
votes
2answers
47 views
How to get the last month in SQL Server 2008?
I´m writing a query where i get the last month, but with the time in zeros (if today is 2013-05-21 then i want to get 2013-04-21 00:00:00.000).
So I tried:
select ...
1
vote
1answer
38 views
SQL Server query performance when there's a dynamic condition in where clause
Let's say we have query A:
SELECT count(1) FROM MyTable WHERE Date_Created < DATEADD(DD, 3, GETDATE())
AND query B:
SELECT count(1) FROM MyTable WHERE Date_Created < '2013-05-24'
When ...
0
votes
3answers
45 views
How to use SQL Server views with distinct clause to Link to a detail table?
I may be total standard here, but I have a table with duplicate values across the records i.e. People and HairColour. What I need to do is create another table which contains all the distinct ...
0
votes
0answers
17 views
Deploying a .mdf database file to SQL Server automatically
I want to write an installer that automatically deploys a SQL Server database (.mdf & .ldf file).
The target PCs are presumed to have SQL Server 2008 OR SQL Server 2008 Express already installed ...
0
votes
1answer
50 views
How do I construct this table relationship in SQL Server?
Sorry, if this a rather basic question but I'm a SQL Server noob in need of help.
I have 2 types of loan providers, Lender and Pingtree.
Both Lender and Pingtree can have a relationship with ...
4
votes
1answer
56 views
SQL SERVER 2008R2 Nested Transactions with RAISERROR
We are going through a process of switching from DB2 to SQL Server 2008R2 and I'm a bit unfamiliar with TSQL. Any help getting a better understanding of what is occurring would be nice. We've ...
2
votes
3answers
72 views
IF statement in SQL WHERE clause
Is it possible to pass in a value to a stored procedure to tell it whether or not to append an OR statement to a SQL SELECT statement?
I've tried something like so but it is not valid:
SELECT ...
0
votes
1answer
22 views
Hide ASP Website and SQL Ptored Procedures from Users
I'm creating a ASP.Net web application which will be hosted on different servers, and I do not want to show my code to others who have access to those servers. So, I heard of publishing pre compiled ...
-2
votes
2answers
50 views
The sql command automatically creates a row number
mytable:
name family
-----------------
a aa
b bb
c cc
d dd
My desired output by SQL Code(by direction Select):
Row name family
-----------------
1 a ...
0
votes
1answer
37 views
Restore database in sql server
I have some sql server's backup file(format .bck). In my case, I do not know log file name.
So I can't use with move in restore command.
Is there anyway to restore database without move? If yes, ...
0
votes
0answers
22 views
Got unexpected value in TDS response at offset
Am using Java, hibernate, sqlserver 2008 R2, Jboss ,
getting this exception,
WARNING [com.microsoft.sqlserver.jdbc.internals.TDS.Reader] (pool-26-thread-7) ConnectionID:4 TDS header contained ...
0
votes
1answer
21 views
Replace XML node
I have a table in which there is a column named "ServiceConfig" with datatype xml.
I have a record with xml like below :
<Config>
<services>
<service name="pro" />
...
3
votes
2answers
28 views
Error when creating database name using full of number in SQL Server 2008 R2
Create a database name using string, database will create successfully.
Example :
if db_id('Database1') is null create database Database1
Command(s) completed successfully.
But create ...
0
votes
0answers
21 views
update pipe separated Numeric Id with AlphaIds
I have a requirment where I need to replace these pipe delimited Numeric employee Ids with Alphanumeric Employee Ids based on join with a master table on Numeric EmployeeIds
...
0
votes
1answer
59 views
Confusion about SQL Server snapshot isolation and how to use it
I am newbie to MS Sql Server. Just a few months experience maintaining SQL Server SPs. I am reading up about transaction isolation levels for optimising an SP and am quite confused. Please help me ...
1
vote
2answers
48 views
SQL Server 2008 : TSQL, select same data for different times based on column value
I am using mssql 2008 R2,
i have below structure
create table #temp (
product int,
[order] int,
ord_qnty int
)
insert #temp
select 10 ,3,4
now, if ord_qnty is 4 , i ...
0
votes
1answer
49 views
Minutes(Integer) conversion to Hours(Float) in HH.MM format in SQL Server 2008
How to convert Minutes (integer) values in to Hours float (HH.MM) in SQL Server 2008.
for example 398 Minutes get converted into 6.38 Hours, 419 Minutes get converted into 6.59 hours etc.
0
votes
2answers
74 views
How to set a column value if unavailable
I have a table which is as follows .
TABLE NAME : TESTNUMBERS
ID(INT) NUMBER(INT) NAME(NVARCHAR(50))
1 1 Test
2 1 Test
3 2 Test2
...
1
vote
3answers
44 views
How to convert text column to datetime in SQL
I have a column that's a text:
Remarks (text, null)
A sample value is "5/21/2013 9:45:48 AM"
How do I convert it to a datetime format like this: "2013-05-21 09:45:48.000"
The reason for the ...
0
votes
3answers
44 views
pair up two rows in single row
I have this table:
A B C
1 Record 1 Type 1
2 Record 2 Type 2
3 Record 3 Type 1
4 Record 4 Type 2
I need to pair up rows by their values in C (Type 1 & Type 2) given ...
1
vote
2answers
16 views
SQL-Server is ignoring my COLLATION when I'm using LIKE operator
I'm working with Spanish database so when I'm looking for and "aeiou" I can also get "áéíóú" or "AEIOU" or "ÁÉÍÓÚ", in a where clause like this:
SELECT * FROM myTable WHERE stringData like '%perez%'
...
0
votes
2answers
39 views
Convert multiple columns (year,month,day) to a date
I've got a few columns that I'm trying to convert to one, but I'm having some issues here.
The problem is that the Month or day can be single digit, and I keep losing that 0.
I'm trying it on a view ...
0
votes
2answers
34 views
SQL Server query displaying null instead of 0 using Count and GroupBy
I have the following query :
select
Pr.Name, PS.TotalSales, PS.Truesales
From
Product Pr
Left Join
(select ProdudtId, TotalSales = COUNT(Transaction.Id),
Truesales = ...
1
vote
1answer
34 views
Can osql.exe or sqlcmd.exe be used to change the default password policy of instance?
Can osql.exe or sqlcmd.exe be used to change password policy of instance? I have a batch script that creates databases and users but , as you know, the "sp_addlogin" stored procedure doesn't seem to ...




