Viewing 15 posts - 5,836 through 5,850 (of 59,069 total)
I still prefer my single int as a metakey method. 16 bytes is a lot of overhead for a linking key. I don't see an advantage to it. And...
December 18, 2020 at 5:56 pm
And what if one or more of the column values change?
Like I said in the comments in the code...
--...
December 18, 2020 at 4:29 pm
And what if one or more of the column values change?
Like I said in the comments in the code...
-- You can...
December 18, 2020 at 2:10 am
It had a great run and built one heck of a community. The community isn't dead and neither is the spirit of sharing knowledge that it inspired. We're going to...
December 18, 2020 at 12:26 am
@jeff - My understanding was that, once CmdShell was enabled, is was usable by anyone. Nice to know that's not the case.
Oh my... now I understand why you were...
December 17, 2020 at 11:46 pm
It's probably not a "table", Joe. It's probably something that only looks like a table used to hold the results of a reporting query from somewhere. Having VARCHAR(2) for both...
December 17, 2020 at 11:38 pm
Ok, KT... here you go. I made a million row table just for test purposes. Although the use of HASH(MD5) is no guarantee of avoiding collisions forever, the "PIPES" in...
December 17, 2020 at 6:16 am
First, thank you for posting the readily consumable data that you did. It made it a pleasure to help.
The following code will do the trick...
SELECT *...
December 17, 2020 at 1:03 am
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...
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...
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...
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...
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...
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...
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...
December 16, 2020 at 5:25 am
Viewing 15 posts - 5,836 through 5,850 (of 59,069 total)