Viewing 15 posts - 7,681 through 7,695 (of 59,072 total)
Cheers Grant
Testing appears to be working, so I'm going for it. Just wondered if anyone else had tried.
I may ask a loaded question at one your SQL Bits...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2020 at 4:16 am
Instead of using WITH (NOLOCK) on every system table, use SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED for the session. That way you don't have to worry about missing one and,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2020 at 4:11 am
There are a lot of disadvantages to GUIDs as key columns in indexes, especially Clustered Indexes. They basically violate a good number of what most people consider to be desirable...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2020 at 4:07 am
I've not studied Python but took a guess at it according to what other programs do. Of course, that was incorrect because Python does it based on a different paradigm. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2020 at 3:45 am
Security improvements and the fact that 2012 is now 7 years old. The biggest advantage is that there are a fair number of features that were formally only available in...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2020 at 3:40 am
Let me know how it works out for you.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2020 at 3:17 am
I cribbed the example code given in the original post and added some line breaks. It looks like the following...
Select LastName, EmpNumber, Granted, Denied, ID_Picture
FROM EmployeeCards...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2020 at 3:48 pm
This is a great introduction to Indexed Views, Archana. It's well written, the order of revelation in the article is perfect, the example code is nice and simple and very...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2020 at 2:47 pm
This is an awesome idea! Thanks for taking the time to both suggest it and provide code for it. I'll check out the code but, at first blush, it looks...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 7:54 pm
Nope. I'm not saying that industry standards are bad. Just make sure that they're not going to cause damage because, like anything else, even an industry standard can be bad/incorrect...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 7:02 pm
To bring the discussion back to topic, what I take from the examples is this: Industry standards are there for a reason. Find out what they are and follow...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 6:25 pm
We had one of those radioed chiefs on USS Seahorse. "Commence Ventilating", then mistook the low pressure blow switches for the blower hull valve switches and we popped to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 6:11 pm
Do a search for "ms for each db sql server" and follow your nose to write some custom code.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 3:10 pm
Dang - things weren't so complicated for us ground-pounders.
No? I think that getting shot at, possibly stepping into a hidden dung coated set of spikes, setting off a trip...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 3:07 pm
+1,000,000 on that post, Grant.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 1:55 pm
Viewing 15 posts - 7,681 through 7,695 (of 59,072 total)