Topics
Started by
Posts
Last post
hi this is just que i am confused. how many unique key we can have in a table? if a data coming fr…
4 replies
I have a spreadsheet of companies that I need to insert into our CRM. Basically the CompanyID, Com…
15 replies
Somewhat of a basic question I think but... If I run this in a query window, I get the results I ex…
4 replies
i Have a report that contains parameters one for customer and one to decide what to include in th…
4 replies
I am struggling with how best to do a data update to a table. I have (right now) a comma separated …
9 replies
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
Viewing 15 topics - 6,766 through 6,780 (of 10,635 total)
You must be logged in to create new topics.