Viewing 15 posts - 7,231 through 7,245 (of 59,072 total)
I do this in order to store an XML path
To be honest, that sounds like a slow and possibly error prone process being made to be slower and more...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2020 at 4:56 pm
If my table has 1 Clustered Index (PK), and a dozen of non-clustered row-store indexes.
I drop constraint... (existing PK/Clustered Index), Create Clustered Columnstore index on the table.
After this should...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2020 at 2:57 pm
I'll second Grant's recommendation on Gail's articles. Personally, I consider them to be THE "Goto" articles on the subject especially since she's keen not only about performance but also on...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2020 at 2:53 pm
Just curious how many of us use case insensitive fields?
I generally have no need for case sensitive data. However, if I did, I'd likely NOT make the whole server...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2020 at 2:32 pm
First, and to be sure, I always appreciate anyone that steps up to the plate with an article, especially on such a topic.
I agree with Aaron. This is NOT a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2020 at 2:03 pm
I'll also add....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2020 at 7:43 pm
The run took just as long when using the CE alias in the update.
If you're running what you posted, it's not actually running. Like I said in my previous...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2020 at 5:01 pm
It's amazing to me how the visceral fear from the /90s and early 2Ks about xp_CmdShell still continues. Disabling xp_CmdShell does nothing for security except provide a 3ms speedbump in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2020 at 4:57 pm
My question would be.... why do you NEED to go through the intermediate server to begin with?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 11:02 pm
You could create a synonym that points to a database, run your code, drop the synonym, recreate it pointing to another database, run the code, wash-rinse-repeat. It's dynamic without having...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 11:00 pm
So mapping the drive with "net use" will map the drive for you not the SQL Server Service account.
You're absolutely correct about "net use" assigning according to the current...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 10:56 pm
First of all, you define some variables and then do an insert and then you break the batch with a GO. That should mean that when you get to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 10:52 pm
I guess we'll have to agree to disagree on most of that.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 10:32 pm
Ok, found out what's causing it, but it doesn't make sense to me.
I ran my code on my other machine, which has SSMS v18.4. My code works fine, and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 10:29 pm
I cannot speak for others but me being almost permanently RDP'd into the server with an active session of SSMS already up and running has saved our caboose a couple...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 4:12 am
Viewing 15 posts - 7,231 through 7,245 (of 59,072 total)