Topics
Started by
Posts
Last post
Hello I have question regarding creating a custom column that will put a list of 5 values for each …
4 replies
Hi, I am currently in the process of writing an INSERT/UPDATE trigger in SQL 2012, the scenario is,…
1 replies
Hello everyone I have a client with a fairly simple table as illustrated in my sample code. Their …
3 replies
I want to aggregate to monthly values for the reading. I want to display Reading value for Oct 2010…
4 replies
create table #temp1 ( col1 float, col2 float, col3 float, clo4 float) insert into #temp1 values (1.…
1 replies
Hi, I am using the below script and I am getting data for 15 minutes interval. I would like to agg…
7 replies
Hi Not sure how to setup how to setup a statement to get the first and last day of the month for 4 …
1 replies
Hi, I'd like to be able to offer the option of selecting a project by the ProjectID number, and if …
10 replies
Hi, Below is my sample table and data With Item as( Select 1 as ItemId,'ItemName1' as ItemName,100 …
5 replies
I have the following DECLARE @NocMsg VARCHAR(MAX) = ''; SELECT @NocMsg += ISNULL(TD.RefNum + ' ', …
2 replies
So my company had a report created by a consulting group before I came on board, and now I am basic…
7 replies
Hello, I have a table with this info: NrCard numberPersonAuto123456789101112 1111…
2 replies
Hi, Below is my table structure. please assume that below CTE as real tables. with Market as ( sele…
6 replies
how to load oracle database data to sql server with the help of SSIS
4 replies
I am trying to find all the patterns that match a specific item number. This is the reverse of what…
5 replies
Viewing 15 topics - 2,116 through 2,130 (of 10,647 total)
You must be logged in to create new topics.