Topics
Started by
Posts
Last post
i would like to do display results as below. I can achieve results by self joining back, is there a…
8 replies
Here is example table and data CREATE TABLE [dbo].[sales]( [date_value] [datetime]NOT NULL, [mont…
6 replies
hi all, please help me to get this out put. details: declare @deadline Datetime = '2014-03-23 15:30…
2 replies
I have written my query like this: select a.ID, a.Name from Table2 b INNER JOIN Table3 c on b.ID =…
6 replies
I have the following: create table testdata ( StepName varchar(25) ,StepStatus char(25) ,EntryDat…
5 replies
Hi Team, Please advise.... Step 1 Created View CREATE VIEW [dbo].[ViewTicket] WITH SCHEMABINDING…
2 replies
Hello, I have one Table valued functions FN(@param1,,,,,,) . When, I try to selecting the function…
4 replies
There are four tables 1. Matter MID, CID, RType 001, a, m 002, a, m 003, b, m 004, c, m 2. Category…
18 replies
Given the following example; declare @CustIfno table (AccountNumber int, StoreID int, Distance dec…
7 replies
I have an SSRS Report that I created. I'd like to set up a job that will run every hour, and what t…
3 replies
I have a scenario: I have a table tablAA with column IDA which is get referened in some other table…
6 replies
I am trying to format to paragraph of output to be used in an email, I have the static portion in a…
5 replies
I need to modify the first query listed below so that it contains information from the second query…
8 replies
Hi, I have below table and within same query i need pivot and unpivot. create table #temp(name1 va…
4 replies
Hi Guys, I need some help please, I have two tables listed below, the first table has employees pay…
2 replies
Viewing 15 topics - 2,326 through 2,340 (of 10,635 total)
You must be logged in to create new topics.