Topics
Started by
Posts
Last post
Hi all, i am trying to execute this query: begin tran insert into Attributes (Id, EntityId, Attribu…
11 replies
Hi SQL Gurus, I need your help here to enhance my script below. This script here is to check whethe…
11 replies
WITH CTE AS ( SELECT MNTH, YR, Sev1Count,Total_Count, CAST(CAST(ROUND(CAST(Sev1Count AS DECIMAL…
1 replies
Table_1(custid,store,amont) Insert into Table_1 values (1,store1,1000) Insert into Table_1 values (…
15 replies
Hi, I have two tables OrderHeader OrdersMissing On the OrdersMissing table it will have the followi…
4 replies
Hi, I have a database table which logs hourly value from a meter. I need to get the difference betw…
7 replies
Hi, I'm trying to explore about sp_exectesql and the below query is showing the syntax error at '+m…
2 replies
Hi, I have SQL SERVER 2008 Standard Edition (64 bit).When I call a specific Stored procedure thoru…
1 replies
Hi, I am finding difficult to resolve this oracle query to SQL. select substr((pagename), 1,instr(…
5 replies
select replace('1 - Apr',' ','') dt into #test select dt --how do i convert this varchar to a datet…
6 replies
Hey guys, We have a system that was designed incorrectly and has bad data in it... SO I am writing …
13 replies
Need some help in creating a query that will give me a report of items size and color that are stor…
4 replies
create table mytable (id int identity(1,1), PersonID int, Unit varchar(10)) insert into mytable …
15 replies
I am really stuck on this and am probably missing the obvious solution: I have a table like this: D…
8 replies
Hi, I am trying to import XML data into SQL Server tables using T-SQL FOR XML. The scenario can hyp…
3 replies
Viewing 15 topics - 6,781 through 6,795 (of 10,647 total)
You must be logged in to create new topics.