Viewing 15 posts - 2,686 through 2,700 (of 2,756 total)
February 13, 2017 at 1:23 pm
February 13, 2017 at 1:05 pm
February 13, 2017 at 12:59 pm
February 13, 2017 at 12:49 pm
We had a simlar thing. You should check the SQL Server logs.
In our case, a 3rd party tool incorrectly force closed a connection before SQL was ready so the...
February 13, 2017 at 10:40 am
There is also some weirdness with your code. Your:SELECT @code
FROM inserted
line is strange. You don't need a FROM when you are just selecting the variable.
February 13, 2017 at 10:26 am
February 13, 2017 at 10:11 am
I had a problem similair to that a while back, one thing i did...
February 10, 2017 at 3:00 pm
I actually started as an electronics assembler, then moved up to Tier 1 IT (Have you tried turning it off and on again? <-- I used that line a lot...
February 10, 2017 at 2:53 pm
February 10, 2017 at 2:40 pm
February 10, 2017 at 2:34 pm
February 10, 2017 at 2:18 pm
February 10, 2017 at 2:02 pm
February 9, 2017 at 1:06 pm
Viewing 15 posts - 2,686 through 2,700 (of 2,756 total)