Viewing 15 posts - 2,791 through 2,805 (of 59,067 total)
Or, setup a Default and use the WITH VALUES option,
The end result is the same though. There cannot be any NULLs in a NOT NULL column.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 6:13 pm
I'd strongly urge you to avoid a tinyint. Mainly because the room number is "904", not just 4 (and not 94). If you think about it, "room 4" is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 6:11 pm
@Eirikur...
I guess that I'd hunt down the people that designed that "edge case" and introduce them to pork chop dinners in a major way.
Heh... reminds me of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:44 pm
p,s, Also, are you using sp_SpaceUsed with the "updateusage" option enabled? If not, you need to start.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:33 pm
That's strange, it should run in less than a second.
Do you have a DBA to refer this to or are you the DBA for this?
I'm the DBA. We...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:30 pm
Thank you for the reply, Phil!
It was a minor adjustment on the networking folks, and it is fixed now.
thx
Two way street here... what was that "minor adjustment"?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:07 pm
Ok, so now find the code that's doing the blocking. One way to do that is to look sp_WhoIsActive by Adam Machanic or Brent Ozar's sp_BlitzCache, read the instructions, download...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:04 pm
Make sure you're keeping up with these cumulative updates ! They fix a lot, but you'll have to test !
It's almost humorous as to the amount of irony in...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 2:57 pm
@Eirikur...
I guess that I'd hunt down the people that designed that "edge case" and introduce them to pork chop dinners in a major way.
Heh... reminds me of the battles I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 2:52 pm
2) I have few cols...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 2:47 pm
I wonder if instead of using literal number 8000, you could limit the number of rows in the first CTE
to count the number of delimiters in the string, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 4:41 am
Why not reach out to the author of that article?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 12:35 am
I was wondering if anyone knew how I can change the Excel rendering format in the reportserverconfig file
so the default cell format is text and not General. If not,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 12:31 am
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement: Some deadlocks are healthy. or Some level of deadlocks is healthy.
Or...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 12:08 am
Knowing when the last index maintenance is nice to know... In conjunction with the two types of fragmentation, it helps alert you to which indexes might need some help in...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 9:24 pm
Viewing 15 posts - 2,791 through 2,805 (of 59,067 total)