Viewing 15 posts - 7,186 through 7,200 (of 59,072 total)
Totally agreed about the usefulness of standards but I have to say that bad standards are as bad and sometimes worsen than no standards.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2020 at 4:33 am
I set up primary key on email column.
I want to void inserting any duplicate record in email column.
That creates an index. If you modify that index to include the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2020 at 4:19 am
Cool. Thanks for the info, Jeffrey. You should write an article on this stuff. I think it would be a big help to folks that use SSIS, especially people that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 10:48 pm
Getting back to your original problem... I think that a large part of the pain you're going through is that the inclusion of which "fields" changed in the VARCHAR(MAX) constitutes...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 9:11 pm
Heh... let the silliness continue. I just got an email saying...
KILL 99.9% OF BACTERIA & HARMFUL MICROBES
FORMS A PROTECTIVE SHIELD THAT DELAYS GROWTH OF HARMFUL MICROBES ON INTERIOR SURFACES
Reg $129.95
2...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 8:55 pm
There is no hierarchical REFERENCES clause in SQL Server. If that's not what you meant, the only other thing that I can think of is some form of DRI and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 8:47 pm
I've always felt that it was worth it to pay for a second audit tool that is external to the database. Auditing in the same database mixes both data...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 8:44 pm
If you go back and read it, I wasn't suggesting going to SQL Server to do it. I said that there has to be a way in the language of...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 8:32 pm
I'm talking about people using the front end designers to create tables. Some people do it right but, for the most part, it's done by people that have...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 8:24 pm
(Gets ready for Jeff to begin his comments about the "cloud")
There is no umbrella big enough or strong enough to protect anyone from such a s**t storm as that. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 8:21 pm
I'm not sure what the equivalent in the language of SSIS is but I have to believe that you shouldn't need to resort to a C# component. Here's how I...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 4:08 pm
Now, my requirement is , I want to retain latest 2 backups and delete the remaining old backups. How can we implement it programmatically.
Just a reminder about something that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 3:50 pm
In the future, please provide the data in a readily consumable format so that we can test the code we provide as an answer. See the first link in my...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 3:41 pm
There is no question that the trigger is adding time to the problem. When you do a join of a million rows between two logical tables that probably spilled to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 2:07 pm
With all the reading and analysis' that I've been doing based on Paul Randal's Wait Stats articles, I come to the conclusion that the issue is an IO subsystem...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2020 at 1:40 pm
Viewing 15 posts - 7,186 through 7,200 (of 59,072 total)