Topics
Started by
Posts
Last post
Gooood day experts! Can anyone help me with this case statement please? The part I'm having trouble…
10 replies
Hello All, I have a vendor provided stored procedure that is essentially a calculation engine. I ca…
22 replies
Hi, I need to manipulate string as below. Example : set @str1 = 'Lokesh' set @str2 = 'Gowda' Result…
3 replies
How can I merge 2 SQL statements below to render --> TODAY's date - 13 months --> in the form…
5 replies
I'm having one of those days... I want to create a StoredProc that runs an Insert query into a tabl…
2 replies
Hi Experts, Can you please provide me a solution regarding below mentioned problem? I have a table …
2 replies
Hi, I need to know if a word is avaiable in a comma seperatred text suppose a value in table1 is '…
21 replies
Hi All, i have this query: SELECT B.BUSINESS_UNIT, B.INV_ITEM_ID, C.DESCR, B.DESCR, B.UNIT_MEASURE…
7 replies
I have a table in which there are comma delimited fields, I want to update them based on conditions…
19 replies
Please see attachment PlanCat.docx.
4 replies
Hi All Consider the following 2 Tables: CREATE TABLE [dbo].[T1]( [Col1] [int] NOT NULL, [Col2] [i…
13 replies
Hi, I need to write an Instead of Insert trigger on a table that logs proxy information. There are…
9 replies
I need to export the data from a query(select col1,col2,col3 from table where col1 is not null) to …
3 replies
Hi Following is the code DECLARE @ProductOption TABLE(ProductOptionID int,Name varchar(100),Produc…
6 replies
Hi All, I have a more than 3 lacs emailId in my customer table. I want to extract domain name from …
5 replies
Viewing 15 topics - 5,911 through 5,925 (of 10,647 total)
You must be logged in to create new topics.