Viewing 15 posts - 6,646 through 6,660 (of 26,490 total)
Eirikur Eiriksson (5/11/2014)
thank you both for the input, I appreciate it.
Firstly, this is a valuable discussion and would merit a thread on its own.
Thanks to columnar...
May 11, 2014 at 9:45 am
David Burrows (5/11/2014)
Lynn Pettis (5/11/2014)
Eirikur Eiriksson (5/7/2014)
rhythmk (5/7/2014)
vasugunda (5/7/2014)
Hi everyone..i just want retrieve patient information from 1st discharge date to 6 months later date .
Can you please elaborate with more...
May 11, 2014 at 8:20 am
I should look at putting together some kind of presentation(s) while I am out here in Beautiful Brown Afghanistan. I would like to give presenting at a local UG...
May 11, 2014 at 7:32 am
Eirikur Eiriksson (5/7/2014)
rhythmk (5/7/2014)
vasugunda (5/7/2014)
Hi everyone..i just want retrieve patient information from 1st discharge date to 6 months later date .
Can you please elaborate with more clarity as I am...
May 11, 2014 at 7:25 am
Just to add to what Jeff said. Since this is for a class we would like to see you doing the work and using this forum to show what...
May 4, 2014 at 9:32 pm
Here is a quick explanation using comments. Expect a much more detailed explanation from Jeff, but hopefully this helps get you closer to understanding what it does and how....
May 4, 2014 at 9:15 pm
eligiable (5/4/2014)
May 4, 2014 at 2:49 pm
eligiable (5/4/2014)
SELECTA.SignedByUserID, B.FullName, COUNT(A.OutletID) AS...
May 4, 2014 at 8:41 am
LutzM (5/3/2014)
There are tools out there (e.g. RedGate's SQL Prompt -> advert intented 😉 ) that'll allow you to save,...
May 3, 2014 at 11:38 am
If, while closing a tab, you do not save the sql code contained in the tab it is lost. There is no reopening a previous tab to retrieve what...
May 3, 2014 at 10:13 am
Instead of all the conversions you could use the scalar function msdb.dbo.agent_datetime.
For example:
declare @rundate int, @runtime int;
set @rundate = 20140502;
set @runtime = 512;
select msdb.dbo.agent_datetime(@rundate,@runtime);
May 2, 2014 at 7:06 am
Zohaib Anwar (4/30/2014)
April 30, 2014 at 11:04 am
Aram Koukia (12/9/2013)
April 30, 2014 at 10:53 am
mindaugas 67490 (4/30/2014)
Can somebody help me? I have a table with 5000 rows history about working and retired time.
It is the serveral rows from table(User, StartDate, EndDate):
User1 2011-05-09...
April 30, 2014 at 10:41 am
SQLKnowItAll (2/18/2014)
April 30, 2014 at 10:37 am
Viewing 15 posts - 6,646 through 6,660 (of 26,490 total)