Viewing 10 posts - 1 through 10 (of 10 total)
Thanks for the reply , well i have implemented the logic and its working now , will be posting the same in Github but the way you used pipe...
February 16, 2016 at 12:45 pm
Thanks for the reply , I need to do this everyday once off peak hours and we are not on SAN .
February 15, 2016 at 12:42 am
Thanks for the reply .
Well since the backup size is 200GB , I am not very comfortable using the UNC path but i will give it a try...
February 13, 2016 at 7:19 pm
Thanks Gail . i lost the bet as my friend did told me that we cannot . Surely not a great situation if i land up there .
What are the...
December 4, 2015 at 12:18 pm
Sorry not clear with the ask here . Please clarify if you want to just pull the delta each week or the whole sheet ? I am sorry we need...
December 1, 2015 at 11:49 pm
This should work for you .
CREATE TABLE _A
(
A int ,
B int ,
c datetime
)
CREATE TABLE _B
(
A int ,
B int ,
c datetime
)
Insert into...
December 1, 2015 at 11:38 pm
Thanks Jeff for the idea of putting the while loop in TRAN , I think I understand the logic behind that . I hope if anyone who uses the...
December 1, 2015 at 11:35 pm
This should work for you .
CREATE TABLE _A
(
A int ,
B int ,
c datetime
)
CREATE TABLE _B
(
A int ,
B int ,
c datetime
)
Insert into...
December 1, 2015 at 7:34 pm
I think using a while loop this should be achievable
DECLARE @rng-2 TABLE ( seq int identity(1,1),Id INT, RangeStart BIGINT, RangeEnd BIGINT, Category INT, NumberCount INT)
DECLARE @RNG_output TABLE...
December 1, 2015 at 7:08 pm
Disabling the TCP/IP .....sounds good ...;-) ...Will test this and let you guys know . But I foumd that we can block it using IPSEC policy .
August 21, 2012 at 11:56 pm
Viewing 10 posts - 1 through 10 (of 10 total)