Topics
Started by
Posts
Last post
I have a simple select staement which displays result as follows: col1 col2 purchaseno saleno …
1 replies
select chl.GuaranteeCode GuaranteeCode , bal.GuaranteeCode as BalanceSheetGuaranteeCode from dbo.Gu…
3 replies
Is there a way to set @variable = IS NULL? I need it to use in a select query... and trying to stay…
6 replies
Good day, Found this forum and hope it might help me in resolving my problem. I have 4 tables namel…
5 replies
hi May you please assist in linking the below queries or suggest best way to handle linking betwee…
3 replies
In a table I have a column 'PNumber' and a column 'ReasonCode', among other columns. eg. PNumber …
6 replies
I have spent way too much time on this already to not have solved it by now, so I am turning to the…
3 replies
A SELECT statement that returns a name,city and state of each vendor that is located in a unique ci…
16 replies
Hi, I am passing the following string to my stored procedure declare @string nvarchar(8000) @string…
2 replies
I've got a varchar(max) field which I've just discovered contains data like this: Blah blah blah &…
7 replies
Dear all, Please help well i end my life with one requirement. Scenario: I have two tables ( major …
9 replies
Hi May your please review the cde below, its bit complex and unfortunately i cant do much because t…
3 replies
declare @objid as int select @objid=object_id from sys.objects where name='substitute your Procedur…
7 replies
Hello - I am trying to use SUBSTRING / CHARINDEX to select from the first position of a varchar col…
2 replies
Hi i want move column to in one level down so i can copy the column name and paste it into excel fo…
3 replies
Viewing 15 topics - 6,601 through 6,615 (of 10,647 total)
You must be logged in to create new topics.