Topics
Started by
Posts
Last post
I want to aggregate to monthly values for the reading. I want to display Reading value for Oct 2010…
4 replies
By: rhythmk
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
By: jbalbo
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
By: KGJ-Dev
I have the following DECLARE @NocMsg VARCHAR(MAX) = ''; SELECT @NocMsg += ISNULL(TD.RefNum + ' ', …
2 replies
By: djj
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
By: Myke85
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
By: mpdillon
Hi I am looking for a way to combine the following two tables to get a result set that would look l…
6 replies
Hi, We need a calarification about upgradation sql 2008 r2 Iam going to upgrade sql express edtio…
1 replies
Hi I am a newbie to sql server so please help me! Say I have to server, A and B. Now I want to wri…
4 replies
Viewing 15 topics - 2,116 through 2,130 (of 10,635 total)
You must be logged in to create new topics.