Topics
Started by
Posts
Last post
Hi there, I've a ConsumerActivity table that records all the activities. Now, I need to find out th…
8 replies
I have a TimesheetMaster table which requires 1 or more "approvals". I've created an eventlog table…
4 replies
Hi All, can any one help on below query declare @tbl table (TBLID int identity(1,1),ID int,patient…
1 replies
Hi, I have the following scenario : DECLARE @TEST1 TABLE (C_NAME varchar(10), C_CODE VARCHAR(5)) I…
9 replies
Hi, I'm getting a syntax error on the following query designed to return the newest status from a o…
2 replies
Hi Friends, my requirement is- "SmartLaborII Work Order End Date" is NOT greater than "SmartLabor…
7 replies
Hi, I am in need of some Sum and Grouping help. The below query is returning multiple rows and I o…
2 replies
I am trying to concatenate the URL column into one csv value for each ApplicantID. I am not having…
1 replies
Need to identify the first / earliest certDate matching cert_id as 'Initial" and each additional ce…
1 replies
NOTICE THE DESIRED OUTPUT ON THE BOTTOM. SELECT 'table1' TABLENAME ,'col1' COLNAME INTO #temp UNIO…
5 replies
Hey guys, Can someone show me how to go about solving this problem? I thought it would be pretty st…
9 replies
Hello, I have a table like : DECLARE @TEST1 TABLE (C_NAME varchar(10), REQ_ITEM VARCHAR(5)) INSERT…
2 replies
HI friends i have small doubt in sql server.plese tell me how to solve this issuse i have 2 tables…
3 replies
Morning, Thank you for your help in advance, I have built a cursor to run through list and with th…
9 replies
I am working on a integration project where I am receiving three string parameters ItemCode ItemNam…
6 replies
Viewing 15 topics - 4,096 through 4,110 (of 10,647 total)
You must be logged in to create new topics.