Viewing 15 posts - 1,981 through 1,995 (of 7,191 total)
January 19, 2017 at 9:10 am
January 19, 2017 at 9:01 am
January 19, 2017 at 5:51 am
I need to retrieve dates (and other fields) from different rows. How do I accomplish...
January 19, 2017 at 5:48 am
I restored a FULL...
January 19, 2017 at 3:23 am
January 19, 2017 at 3:18 am
January 19, 2017 at 3:12 am
I made the Stored procedure to search Years, Months, days by looping
@EXP_DATE -->...
January 19, 2017 at 2:12 am
matthew.sharkey - Wednesday, January 18, 2017 9:23 AMCan you elaborate on some of the risks of backing up to the same server?
If...
January 18, 2017 at 9:30 am
January 18, 2017 at 8:42 am
January 18, 2017 at 8:22 am
SELECT CHARINDEX('A2,C1,C2,C3,D1', '01,02,03,04,05,A1,A2,C1,C2,C3,D1,D2,
J1,J2,J3,K1,M1,M2,M3,N1,N2,N3,P1,P2,P3,R1,S1,S2,T1,T2,T3,W1,W2,W3') AS [Location]
Location
19
SELECT CHARINDEX('A2,R1,T3,D1', '01,02,03,04,05,A1,A2,C1,C2,C3,D1,D2,
J1,J2,J3,K1,M1,M2,M3,N1,N2,N3,P1,P2,P3,R1,S1,S2,T1,T2,T3,W1,W2,W3') AS [Location]
Location
0
Why A2,R1,T3,D1 return 0? A2,R1,T3,D1 is...
January 18, 2017 at 7:59 am
Hi,
How do I convert from hex encoded position of thetask...
January 18, 2017 at 5:48 am
January 18, 2017 at 5:20 am
Viewing 15 posts - 1,981 through 1,995 (of 7,191 total)