Viewing 15 posts - 5,851 through 5,865 (of 59,089 total)
Also, on the other thread for this subject, I posted a question...
Please, just so we know, why does this has to be a While loop? For example, will you be...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2020 at 9:17 pm
The stored procedure takes Name, month or day as input
It would seem that the inputs are a wee bit important as to figuring out if the proc will be...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2020 at 9:14 pm
@ Steve Collins,
Great try/good thinking. I'm thinking, though, that just about anything you add to it is going to slow it way down... especially since, if you read the article,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2020 at 5:18 pm
oh... got it. Right, converting to VARCHAR does it. Got it.
Thank you
Technically, not. You can format with VARCHAR() but you have to use the correct "style" code rather than...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2020 at 8:52 pm
You might want to look up how the old Sybase money data types work. They round too soon and give the wrong answers. Google it. This is why competent...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2020 at 8:40 pm
I am curious why, given that RAND() is supposed to return random numbers, it always returns the same "random" numbers for the same query?. Is that by design for...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2020 at 8:15 pm
@jeff how do you do parallelism in SQL driven by an Agent job? Note that I don't mean parallelism in execution plans; I mean actual parallel operations as in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2020 at 5:21 pm
Hi all
I've come across a weird issue when creating folders using xp_create_subdir.
The folder properties don't appear to be propogating correctly.
I've just tried to access one of the folder to be...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2020 at 4:27 pm
Actually, I was really hoping someone will show where I was wrong in that statement. Otherwise... it’s too sad to realise the truth.
You and I go way back, Sergiy...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2020 at 8:49 pm
Jeff Moden wrote:I'm the guy that coined the phrase.
And then spent hours creating an exploding
RBARGIF, I seem to remember!
That's the one... too bad SQLServerCentral doesn't work for...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2020 at 8:41 pm
I'm the guy that coined the phrase. I used in a lot in posts but had just started writing articles way-back-when. IIRC, the first time I used it in an...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2020 at 4:31 pm
I have 10 different tables holding different set of transaction data(no relation at all). Just to standardize the data for reporting i have introduced key columns and loaded the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2020 at 3:53 pm
Thanks, Steve. I thought there was a new setting I didn't know about yet. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2020 at 3:36 pm
We hit a problem when our 2014 SQL instance went from Standard to Enterprise to enable more Memory,
Everything was slow - but I had been pushing for DBLEVEL changes...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2020 at 7:18 am
super easy if you put the steps in an SSIS package and run that from Agent
Unless you're like me and have done your level best to convert all SSIS...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2020 at 10:56 pm
Viewing 15 posts - 5,851 through 5,865 (of 59,089 total)