Viewing 15 posts - 5,536 through 5,550 (of 59,089 total)
And, using triggers, you can make the COMPRESSion and DECOMPRESSion transparent to the developers
Interesting... How do you make DECOMPRESSion transparent to SELECTs (for example) using...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2021 at 3:31 pm
In a scenario, where 100 users over LAN open data entry application and edit values(in a grid) from 9 AM to 9 PM, wouldn't there be a speed issue,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2021 at 3:17 pm
If that box has 12,000 connections, you may have some software running against it or a stored procedure running that has "Connection Leaks". You should probably investigate what is making...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2021 at 8:48 pm
And, using triggers, you can make the COMPRESSion and DECOMPRESSion transparent to the developers
Interesting... How do you make DECOMPRESSion transparent to SELECTs (for example) using triggers?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2021 at 8:17 pm
Useful information
I can feel the spam getting ready to flow on this one... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2021 at 8:06 pm
I don't necessarily agree with it but, once each month, we do both Windows Updates and CU updates to our Dev boxes. If nothing goes haywire, we update our UAT/Staging...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2021 at 8:01 pm
Or you could just add a WHERE clause to filter them out as it's a table valued function.
Yes ... but my Splitter returns an Item No, and if...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2021 at 4:53 am
Now that's a matter of opinion. I, for one, want it to return empty or null strings for any element that exists but isn't filled. One of the things I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2021 at 6:23 pm
Shifting gears a bit but on a similar subject... the PIVOT operator in MS Access is totally awesome. I do NOT understand why MS made such a crippled...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 10:14 pm
Shifting gears a bit but on a similar subject... the PIVOT operator in MS Access is totally awesome. I do NOT understand why MS made such a crippled version in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 3:58 pm
As almost a sidebar, try a couple of things on your original query (posted below just so you don't have to look back.... they've worked for me in the past.
insert...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 2:06 am
My thanks to Jeff, Voldemar and Scott.
@jeff, I was thinking of getting the remote server name through some variable or a function in remote server while I missed the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:55 am
Sorry, I have explained that badly. It definitely isn't a bug in SQL, but it can cause a bug in my software (if I change from ISNULL to COALESCE...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:46 am
ScottPletcher wrote:From what I've read, at least, the STRING_AGG performs well.
First result I found in Google :
Exactly... and it's easy to use and it doesn't have any...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:39 am
I admit, I don't expect IIF to go away (ever), as bad an idea as it was to corrupt T-SQL with it. I'm just hoping they don't bring over...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:20 am
Viewing 15 posts - 5,536 through 5,550 (of 59,089 total)