Viewing 15 posts - 1,696 through 1,710 (of 8,760 total)
January 3, 2018 at 8:54 am
My questions was how to identify if you are currently vulnerable...
January 3, 2018 at 7:21 am
Quick suggestion
😎
DECLARE @test-2 TABLE (
LocationName varchar(255),
Activecases int,
LastSeen DATETIME,
Refresh_date DATETIME
);
INSERT INTO @test-2 (LocationName, Activecases, LastSeen, Refresh_date )
January 2, 2018 at 3:57 am
vemula.narayanan - Friday, December 29, 2017 1:26 AMThanks a lot Eirikur:)
You are welcome!
😎
December 29, 2017 at 3:41 am
December 29, 2017 at 1:19 am
December 26, 2017 at 7:44 am
I stuck in a situation where I need to do parallel maintenance on few...
December 26, 2017 at 7:22 am
Currently this works but I...
December 26, 2017 at 6:33 am
December 23, 2017 at 8:47 am
December 23, 2017 at 8:43 am
Jeff, are you working up a huge back-log?
😎
Can we take the Excel thing offline, would like to share some work with you knowing you can write it...
December 23, 2017 at 8:35 am
Viewing 15 posts - 1,696 through 1,710 (of 8,760 total)