Topics
Started by
Posts
Last post
Hi Folks, I am looking for solution related to get Running Total in SQL Server. I found that new OV…
7 replies
Hi Team, How to remove first and Last chacter from below select query. SELECT LTRIM(RTRIM(REPLACE(c…
3 replies
TranId NameDate 111John 1/3/2015 111Mike4/4/2015 222Mike5/5/2015 222John1/6…
19 replies
Hi Please help me to rewrite the code in a meaning way. It is now in a zig-zag way. Any help is ap…
11 replies
Hi There, I need a help on query to produce permutation combination. declare @t2 as table (tab var…
3 replies
Hi Folks, 1- I am using SQL Server 2012 Express. I am doing performance tuning of SP/Query in Dev-T…
1 replies
Hi friends, I am returnnnig this blog after long time. I need a little help. I want to compare two…
4 replies
Hi All, I have an Address column that I need to Substring. I want to remove part of the string afte…
8 replies
declare @StartTime nvarchar(10)= '12:00' declare @EndTime nvarchar(10)= '12:45' declare @Diff ti…
10 replies
Good afternoon! Can anyone assist me in converting this to a case statement? IF (@Variable NOT IN …
7 replies
[font="Comic Sans MS"]A while back, a "quirky update" method was proposed for lightning fast runnin…
33 replies
Hi all, I have written a script to pivot a table into multiple columns. The script works when run o…
7 replies
Can a Primary Key column also be a Identity column? The reason I am asking this question is because…
9 replies
Hi Friends First of all thank you for accepting me on this forum. I have a scenario to bold the tot…
7 replies
How do I use the CAST or CONVERT function in the code below, I require a third column (named Diff) …
7 replies
Viewing 15 topics - 3,121 through 3,135 (of 4,984 total)
You must be logged in to create new topics.