Viewing 15 posts - 1 through 15 (of 246 total)
Thanks for the advice Erland! I'm going to look this up.
Having a coding standard that requires NOLOCK is so completely irresponsible. If your team thinks that blocking may be a...
July 2, 2020 at 6:33 pm
Hi Erland, thanks!
The (nolock) is out of my control. My code won't pass code review if i don't have it. ๐
Both tables have the same items in them. So i...
June 29, 2020 at 1:30 am
One the of procs have a loop. One of them just steps through processes.
We are deactivating items and checking criteria for item deactivation.
The issue isn't knowing that the value are....
June 29, 2020 at 1:18 am
Thanks Erland,
My problem is that my code has lots of variables. I feel i have to replace my variables with the actual value. That gets messy over time. If i...
June 27, 2020 at 4:55 am
I see this article that the debugger is deprecated in v18.
What do you guys use data tools? Is there a viable alternative? Or should i just use debugger...
June 26, 2020 at 1:12 pm
I have two. I mostly work with v17.9 and ocasionally v18.5.
Thanks!
June 26, 2020 at 12:46 pm
Thanks Ken!
Thanks Guys!
June 23, 2020 at 3:27 pm
Thanks guys!
I thought about trying that, but most of the time when i try that, I don't see a difference in the result. So I didn't even try. But what...
June 23, 2020 at 2:36 am
Thanks Journeyman,
I was wondering what to do with it. I guess I'll just leave the sql statement there. Even though its meaningless.
Thanks for the info.
If i...
October 24, 2018 at 9:31 am
Hi Jeff,
Thanks for the information. I shared with my team lead.
She said:
We donโt have the ability to take a log...
October 8, 2018 at 9:10 am
Thanks! I found this:
DECLARE@rc INT = 1;
WHILE@rc > 0
BEGIN
BEGIN TRANSACTION;
October 4, 2018 at 10:03 am
AndyCadley,
YOU WERE RIGHT!!!!!
Thanks A million man! I'm getting the error file now!
But now I don't know why it is producing an error. All my...
September 5, 2018 at 2:35 pm
AndyCadley and Jeff Moden,
Hey, Thanks guys!
AndyCadley, I'll try to look it up, but why do i need MAX_LENGTH? I'll look it up but I'm just wondering....
September 5, 2018 at 7:34 am
Hello guys! Thanks for the feedback. My team decided not to use SSIS at this point.
Here is my table that I made to force errors. But it doesn't...
September 4, 2018 at 10:33 am
Thanks Alan! That was it. I thought about checking that and when you showed the screen shot I wasn't sure if I did. But I don't remember doing that in...
April 17, 2016 at 12:12 pm
Viewing 15 posts - 1 through 15 (of 246 total)