Topics
Started by
Posts
Last post
How do you do something like this? I want to replace SUM(X.A)/SUM(X.B) with FX3.Val3 CREATE FUNCTIO…
1 replies
My question is how to compare rows in the same table. I have processed data and got it into followi…
10 replies
Is there a trick or common way to do the following: Let's say I have a table called People with two…
6 replies
hi how can i add something like this in table account's value insert into @temp1('account's value')…
8 replies
Hello - I cannot figure out what is wrong with the following code. Can anyone see what I am missin…
4 replies
Hi , I have a table Temp and the data as follows. Create table Temp ( PAN nvarchar(100), Month in…
4 replies
Current situation: In SQL 2008 environment, proc1 is called by a single-threaded, third-party Windo…
35 replies
:unsure:Hello All, I have made several attempts at this over the years and have not succeeded yet. …
7 replies
Hey all, I am trying to create a SP that will compare the output of given SP`s on given servers. B…
5 replies
Hi, I have two tables A and B which are joined by the EmployeeBadgeID. I have to capture all the …
1 replies
Hi All, I am getting below error messages when executing below update sql. UPDATE a SET club_status…
9 replies
I need to create a function for multiple stored procedures so it's easy to manage changes. It's slo…
40 replies
Hi, I have a search stored procedure that basically performs a query similar to select top 10 prim…
3 replies
Lets say I have a table as MIDTime (Hh:Mm) M110:22 M112:15 M113:22 M116:00 M117:50 I need to…
12 replies
Hi i got two tables #users and #a, where i loop through table #a and update table #users. The code …
8 replies
Viewing 15 topics - 5,866 through 5,880 (of 10,635 total)
You must be logged in to create new topics.