Topics
Started by
Posts
Last post
Hi, Say if I have a table that just got created, based on a flat file bulk load. All the columns in…
11 replies
[font="Times New Roman"][font="Arial"]Hello, i need help, i am a newbee in T-SQL and don't know muc…
10 replies
Hi, I have to perform a select on a table and return Uids where profileid is null and update the pr…
2 replies
Anyone who works with healthcare data often has to identify an "episode" of care: i.e., a person wh…
11 replies
I have a column which has varchar data . This column data (close to 1000rows) has spaces in between…
1 replies
Hello, Thank you in advance for looking into this for me. I have a select statement from which base…
6 replies
Hopefully one of you experts can help me with my Update logic here, because I've achieved the point…
6 replies
I have a procedure that begins like this:: Create Procedure dbo.SRIPContracts @ContractID varchar(…
2 replies
Create PROCEDURE [dbo].[SRIP_Contracts] @Contract_ID varchar(100) AS IF @Contract_ID IS NULL…
2 replies
Hi, I need to show an extra column in column (date) in a group by clause, but when i use that in t…
3 replies
Hi, Small requirement! -- Rounding to 1 decimal place create table test01 (id float ) truncate tab…
2 replies
Hi All, I want to create a weekly report by specifying a query between two dates. Date Range is not…
3 replies
Hi, i am trying to do union i get data with null values and i want do not want it to show in result…
3 replies
Hi, I need help obtaining information from a table and returning it in one string variable. The par…
2 replies
declare @Hits decimal(6,2) declare @RelativeImp decimal(6,2) declare @CalculateAdminScore decimal(6…
9 replies
Viewing 15 topics - 5,506 through 5,520 (of 12,234 total)
You must be logged in to create new topics.