Viewing 15 posts - 5,881 through 5,895 (of 59,089 total)
They do make it difficult to find. 😀
Please see the following link...
In that section of the article, you'll find the following (emphasis is mine)...
Transact-SQL job steps do not use...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 11:46 pm
Luis Cazares wrote:In case someone missed it. There seems to be a big problem with Solarwinds Orion products, which some of you might use.
A related story
https://www.washingtonpost.com/technology/2020/12/15/solarwinds-russia-breach-stock-trades/
While it seems...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 11:04 pm
I've seen a way of deleting the folders using cmdshell but I'm wary of enabling it because of the potential security issues.
Heh... it's not the security risk that people...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 10:54 pm
Based on a phone call I got earlier today, do you work in Michigan, U.S.A.? I ask because it basically the same question I was asked if I could...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 10:36 pm
I am using the below case statement
, CASE WHEN Attributes LIKE ',Size = %,' Then right(Attributes, len(Attributes) - charindex('Size ', Attributes)) ELSE '' END as Size
To get the below...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 10:18 pm
Thanks everyone.
As I'm developing under a deadline, I went with the first answer. And I'm developing with limited data, and we are expecting no more than a few thousand...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 5:33 am
The restore operation using WITH MOVE will allow you to rename the database and create new data files. However, the only thing that will change the code is changing...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 5:25 am
One thing that few consider is that it might be "recompiles". We had a query that was taking "only" (way too long in my eyes) 100ms to execute. The problem...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 5:22 am
Thanks!! That appears to work... Now I just have to figure out how to get 'MyTimeSpent' to display as day plus hours or as full day with decimal.. Such...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 4:23 am
"Don't fix if it ain't broken" - this is used far too often.
the bridge has to collapse for them to decide its time to replace those rusted bolts.
BWAAAAA-HAAAAA-HAAAAA!!!! It...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 3:22 am
You have some values that have leading zeros. Must the leading zeros be preserved? If so, then not all of the columns are actually INTs as you said. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 3:04 am
In SQL 2016, it's rarely a waste of disk space. Specifying ROW compression is standard procedure for all tables unless there's a specific reason not to.
"Standard Procedure for ALL...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2020 at 2:58 am
We've been using Teams for a lot of communication, but sometimes it's nice to get up and walk over to someones' desk, or turn the chair to chat with...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2020 at 11:39 pm
Hi Guys!
I start the WITH statement without the semi column ; then I will test also starting with the semi column. I had to rewrite all of it and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2020 at 12:52 am
You also use the term "adjacent" which is a spatial concept that doesn't apply to the table. A table is an abstract unordered set of rows.
Except for HEAPs, that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2020 at 12:48 am
Viewing 15 posts - 5,881 through 5,895 (of 59,089 total)