Topics
Started by
Posts
Last post
Hi, i'm a beginner with t sql. I have a web page where the user can select the language (FR, EN, BG…
3 replies
create table cust_details ( id int , city varchar(20), cust_name varchar(20), sales int ) insert in…
2 replies
Hi everyone. Can someone offers some advice on how to achieve this. I need to count the number of r…
9 replies
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
By: kbhanu15
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
By: mickyT
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
By: mickyT
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
By: SQLRNNR
I have a scenario: I have a table tablAA with column IDA which is get referened in some other table…
6 replies
By: mcx5000
I am trying to format to paragraph of output to be used in an email, I have the static portion in a…
5 replies
Viewing 15 topics - 2,326 through 2,340 (of 10,647 total)
You must be logged in to create new topics.