Topics
Started by
Posts
Last post
Hi I’ve a CustomerActivity table that records all the activities of the consumers. I've create a si…
13 replies
Hi Guys, I'm designing a report in SSRS,I need to pull that from DB from previous Friday till the e…
5 replies
DECLARE @EmpID nvarchar(max) = ' ' DECLARE @sql nvarchar(max) SELECT @EmpID = @EmpID + '['+Convert…
1 replies
Hi all, I have a problem with a trigger and I hope some expert can help me on this ... This is the …
8 replies
HI, I have a table, SampleNums, containing a couple of int columns that I need to concatenate into …
7 replies
Morning folks, I'm a bit stumped here. The issue I've got is syntax related I'm sure. Essentially I…
4 replies
create table dbo.#abc([name] varchar(100),id int) insert into dbo.#abc([name],id) select 'Animal',1…
1 replies
I'm trying to join 3 tables. I can do either one of these lines individually but not both together…
6 replies
Thanks in advance if you can offer any assistance. I have a table of ranked cities-#Cities I have a…
4 replies
I have a scenario here I have been wrestling over off and on for weeks. We have to tables, one list…
8 replies
Create Table Test1 ( ID INT, VALUE VARCHAR(20), MAXVAL VARCHAR(20), VAL…
6 replies
I have a table with data that looks as below... Each CaseID has multiple records in the table. Eac…
19 replies
Hello, I want to know if anyone knows of an easy way to do a SELECT INTO from a table with an ident…
6 replies
Hello Everyone I am working on a query that I know can be written to be more efficient. I have a co…
2 replies
Hi Friends... I Having Table For The Following Structure..( Sample Data ) Create Table EmpProcessDe…
3 replies
Viewing 15 topics - 3,646 through 3,660 (of 10,647 total)
You must be logged in to create new topics.