Viewing 15 posts - 766 through 780 (of 59,066 total)
I'd much rather they spent their time making SQL Server 2022 run as fast as it used to in 2017. They "broke" it in 2019 and still haven't fixed it...
February 5, 2024 at 1:32 am
Do any of the tables that you want to delete from have IDENTITY columns in them? I don't see IDENTITY anywhere in your CREATE TABLE scripts but just need to...
February 4, 2024 at 12:42 am
Elon Musk moved "X" back to on-prem with, reportedly, a substantial savings.
There are a ton of other companies that have or are considering moving back to on-prem. Here's a decent...
February 3, 2024 at 5:36 pm
There are legitimate reasons to use a cursor..
Just an opinion here...
While I agree with the statement quoted above (because "It Depends" is always a consideration), I've found that a...
February 3, 2024 at 5:19 pm
Heh... speaking of AI...
Could you use the AI to suggest to you good folks how to fix all the problems with the forum software and the article submission software?
Those two...
February 3, 2024 at 4:36 pm
No, it did not work and that was the reason I took time to post it here. I have tried many options including substring.
Yeah... sorry... admittedly, I only took...
February 3, 2024 at 4:26 pm
Just to encourage you, I have a table of the following "specs"...
52.1 GB
100 Million Rows
529 Bytes Average Row Size
With the Clustered Index in place, it only took 1 minute and...
February 3, 2024 at 4:09 pm
table data is like this and out put of the data is mentioned in earlier post
You didn't read the article at the...
February 3, 2024 at 3:00 pm
Sorry this is an SSRS Reporting services problem
IIRC, you can edit the title of your own original post.
And, are you seriously stuck with SSRS 2008?
February 2, 2024 at 2:49 pm
Once again, if you want coding assistance, please provide consumable sample data for us to experiment with.
In other words, do like I previously suggested... read'n'heed the article at the...
February 2, 2024 at 2:36 pm
If you're using >= 2017, the TRIM function in T-SQL will handle the removal of double quotes and spaces and whatever other leading/trailing characters you may have to work with. ...
February 2, 2024 at 2:33 pm
You're still writing SQL as if you were in BASIC or Fortran. Let's start off with the create table statement. By definition, and not as an option, table must...
February 1, 2024 at 10:24 pm
Sorry... originally missed the meaning here and took the post down and replacing it with the following...
Just use a WHERE NOT IN. If something more sophisticated is desired, we'd need...
February 1, 2024 at 9:12 pm
Resistance to any change in systems, until they break beyond repair, is a bad practice.
I strongly disagree... especially when someone claims that such a thing is a "practice", either...
February 1, 2024 at 9:05 pm
Viewing 15 posts - 766 through 780 (of 59,066 total)