Viewing 15 posts - 5,446 through 5,460 (of 59,072 total)
Judging by the way it's being used, the dbo.fnGetSeconds function appears to be a scalar function. That's really not a good thing. If you would post the complete code for...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2021 at 5:50 pm
Let us know how that PR works out, George. I've got a bunch of places where I found errors, need better examples, or is missing information. I've frequently been seriously...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2021 at 4:51 pm
I still concern myself with such things because it doesn't make sense to use something that's known to be slower when there's something easy you can do to avoid the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2021 at 4:43 pm
Don't worry about ms, just use seconds. A few ms diff could be caused by almost anything is and not significant for an SSIS package.
I have to strongly disagree...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2021 at 5:17 am
As a bit of a sidebar, Sergiy posted while I was working on mine. That's about the same kind of simplicity that I built into mine because you can, as...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2021 at 3:32 am
Thought I'd toss my hat into the ring. Details are where they should be... in the code. 😀 It also tolerates leading, embedded, and trailing spaces, which is a frequent...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2021 at 2:56 am
There are several methods for doing this. Steve Collins has correctly identified what most people identify as the "Best Method" and it frequently is.
There are 3 methods that I'll try...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2021 at 9:44 pm
Please see the following article for calculating durations. It's really simple to do when you understand the hidden powers of the DATETIME datatype. Heh... you may never use DATEDIFF() to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2021 at 6:35 pm
It's an amazing thing... I've been working with SQL Server since before SQL Server 7 came out and it just dawned on me that I've never tried to alter a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2021 at 8:50 pm
In my sql server instance I renamed 'sa' account and disabled. I confirmed no sa account. I configured server side audit log and I can see some sa activities....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2021 at 1:58 pm
Hi Pete,
This is interesting. I've never seen such a thing before. The reason for my question is I'm looking for something else that might be causing this problem for you. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2021 at 1:44 pm
Does 'tablename' in the errors you're getting match the tablename in the ALTER TABLE statement?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2021 at 1:08 am
Hi
Accidental DBA here
We have an application that runs a select * on a table upon starting the application. There are 2.4 million rows in the table. Today it was...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2021 at 3:59 pm
BWAAAA-HAAAA-HAAA!!! Great title... and that's exactly what I'm doing! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2021 at 7:51 am
HI Jeff,
I apricate your wanting to know I did not want to bother you with it, but I would like to get the SSIS to work. As I said...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2021 at 2:02 am
Viewing 15 posts - 5,446 through 5,460 (of 59,072 total)