Viewing 15 posts - 8,431 through 8,445 (of 26,490 total)
Not saying how efficient it is but this may work:
declare @TestStr varchar(128) = 'DMV1004/343M.TR3432_PLC089_RIC_9843CL';
select @TestStr where @TestStr like '%[_]%[_]RIC[_]%';
set @TestStr = 'DMV1004/343M.TR3432_PLC089_RIC1_9843CL';
select @TestStr where @TestStr like '%[_]%[_]RIC[_]%';
March 15, 2013 at 5:38 pm
It was a while ago and I even posted the info here on SSC on another thread where an OP was reporting the same error we had experienced. I...
March 15, 2013 at 5:19 pm
tim.nyland-jones (3/15/2013)
HyperBac off: Backups 400GB, 1.25 hours, read speed 100MBps, write...
March 15, 2013 at 4:24 pm
Me thinks that Gail and your Network admin are thinking the same thing here. Sort of looks familar to when our SAN did not come before some of our...
March 15, 2013 at 4:16 pm
GilaMonster (3/15/2013)
Lynn Pettis (3/15/2013)
March 15, 2013 at 4:14 pm
For some reason I just didn't catch the CHAR(3) in the question. Even if I had, I would still have picked '0'.
March 15, 2013 at 4:08 pm
Speaking of Gail, looks like I did interpret it correctly.
March 15, 2013 at 4:05 pm
If I interpret it correctly, looks like all of the VLFs in the log file have open transactions. Until all the transactions are committed or rolled back, SQL Server...
March 15, 2013 at 4:04 pm
Haven't had a chance to even look at it yet.
March 15, 2013 at 3:51 pm
cryovenom (3/15/2013)
For anybody finding this thread through google, NUMA (or Non-Uniform Memory Access) definitely has a...
March 15, 2013 at 3:36 pm
If the (or an) active VLF is at the end of the log file, the file will not shrink. All I can suggest is keep trying after each log...
March 15, 2013 at 3:21 pm
Lynn Pettis (3/15/2013)
Hi, My name is Lynn and I am a...
March 15, 2013 at 3:10 pm
jfogel (3/15/2013)
March 15, 2013 at 3:08 pm
naveen.pasupuleti (3/15/2013)
The code you shared works for this example but sometimes integer time column or col B can have values like 93000 (9.30am) or 0...
March 15, 2013 at 3:06 pm
Viewing 15 posts - 8,431 through 8,445 (of 26,490 total)