Topics
Started by
Posts
Last post
hello, I would like to remove from the machine "view of the dead" (not having the source table). I …
5 replies
Hi , The Following query needs to be execute in sql server 2000 environment. I have two tables like…
1 replies
Hi, This is a new thread from my other one (can't remember what it's called now) but it provide's s…
5 replies
Is it possible to do something like this? Select column1 = @variable From Table1; Select * From Tab…
7 replies
hi there, I have this sql code select patient.dbpatcnt as id, patient.dbpatfirstname as fname,…
22 replies
Hi, this sql code returns rows where an id may have more than one row. I want to find out how many…
2 replies
I have the following query: SELECT FirstListing,OnCallStart,OnCallEnd, Initials FROM ( SELECT …
1 replies
I am trying to a non aggregate rollup... sort of. I have columns for student, term1, term2, term3, …
19 replies
Hi guys I have the following stored procecure ALTER PROCEDURE [dbo].[InsertJobLog] -- Add the par…
3 replies
Hi I’m wishing to extract data from two tables and use the data in a third table to link them. Join…
7 replies
I have the following SP. SELECT moncallAdd.FirstListing, DATEADD(MINUTE, mOnCallAdd.StartO…
17 replies
I have six different locations(location1,location2,location3,location4,location5,location6) for the…
5 replies
If i have 99.6513 i would like to see 99 If i have 0.666666I would like to see 0
3 replies
Hi I have float values expressed within a varbinary string - I want to convert the float values to …
39 replies
Hi guys/girls, Could anyone point to the right direction as to how to convert this cursor to someth…
2 replies
Viewing 15 topics - 556 through 570 (of 17,082 total)
You must be logged in to create new topics.