Viewing 3 posts - 1 through 3 (of 3 total)
--https://www.linkedin.com/in/subirsdas/--
DECLARE @span1 time--
SET @span1='2:09:54.0566667'
DECLARE @span_hr INT,@span_mi INT,@span_ss INT --Breaking into hr, min and second
SET @span_hr = datepart(hh,@span1)
SET @span_mi = datepart(mi,@span1)
SET @span_ss...
October 16, 2018 at 6:57 am
I used openrowset method to read the excel file, it is perfectly working, when keep the file in other network location, except one location, cal u please elaborate, what could...
December 10, 2015 at 3:43 am
But it still showing Replication in the log_reuse_wait_desc column, Please help
October 27, 2012 at 5:43 am
Viewing 3 posts - 1 through 3 (of 3 total)