Topics
Started by
Posts
Last post
Hi, I am trying to convert DateTime type to Double in a query. I want convert 07:30.00 to return 7,…
2 replies
By: LutzM
I am trying to exclude records from my query where the datediff is more than 14 days from the origi…
10 replies
By: asbains8
Thanks to anyone who can help. --DROP TABLE History CREATE TABLE History ( ID int, Parent_ID int ) …
10 replies
By: Sergiy
I have an OpenQuery Select A, B, C From OpenQuery (MyServer, 'Select A, B, C, From Table_A') As vT…
13 replies
By: GSquared
I have the following query: select a.MyDate, Sunday = dateadd(dd,((datediff(dd,'17530107',a.MyDate…
12 replies
Hello I have to create a sp that returns results between an interval of dates, those dates are pass…
22 replies
DELETE FROM emp WHERE job = 'clerk'; go i m getting som erros.i read alomst 10 to 15 of article…
12 replies
Hi, I have this query where I build the where clause dyncamically based on user criteria selection,…
1 replies
By: WayneS
I have one table tbldsrtemplate it has 3 columns namely Id,OrderNo,PhoneID Id is an identity column…
15 replies
I have the following sproc which I'm running as a job. As of this moment, it's been running since W…
2 replies
By: Luke L
I'm trying to do a Compute ... By when selecting a substring and the two don't seem to work togethe…
1 replies
Dear friends, I have a card time table in DB. it has cardID , TimeofCard and date. I want to calcul…
15 replies
Here is my sql insert into dbo.PayerContracts (PUID, ContractID, PyrContractUID, Effective, Termina…
5 replies
This is a current scrip that I use to populate dimension. I run this on Staging database, and if th…
1 replies
By: Sezam
I have a need to update a document in an existing row of a table which is in blob format (it happen…
3 replies
Viewing 15 topics - 796 through 810 (of 17,082 total)
You must be logged in to create new topics.