Topics
Started by
Posts
Last post
I would like to ask for help regarding this query where I would like to filter the records base on …
4 replies
I am wanting to retrieve the named day of the week(Monday, Tuesday, etc) in a T-SQL statement. Do…
2 replies
I'm having a brain freeze today. I'm trying to find duplicate company records and insert the compan…
1 replies
I need a scalar valued function like If i giving the values like 10.25 i need a output as 10.00 …
8 replies
Hi, Facing some issues with the following query.... Select e_ina11,E_Create_Date,e_Org_FileName Fro…
8 replies
Hi All, I have one scenario. create table #YTD ( sID varchar(20), Stage varcha…
5 replies
I have 3 tables. First table contains employee information called Employees. Second table contain…
8 replies
My developer is storing the time as a 6 char string, e.g. 133737 for 1:37:37 PM. I'm trying to subt…
26 replies
I have written the below query recently. create table #YTD ( sID varchar(20), Stage varchar(30), y…
2 replies
Hi Can someone help to get the TOP 3 distinct output based on the below input? ID column is identi…
4 replies
Hi All, I have two set of statement. select (((1+7.00/100)*(1+8.00/100)*(1+5.00/100))-1)*100 select…
2 replies
Hi All, I have one scenario. create table mgr ( mgr varchar(20), stage varchar(30) ) insert into mg…
4 replies
Hi. I've got 2 tables, both with PK and secondary indices which match up. Table 1 has 30000 rows. T…
8 replies
I want to return a list of all user databases in an instance with their datafile size and latest ba…
5 replies
I get the message: Ambiguous column name 'SSN' when I execute the following SQl statement. what is …
3 replies
Viewing 15 topics - 1,711 through 1,725 (of 17,082 total)
You must be logged in to create new topics.