Viewing 15 posts - 8,026 through 8,040 (of 59,072 total)
I also suspect that you want this to be conditional to check if there already is a "First Try" or not and add the extra row if there isn't. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 4:32 pm
Do you also want the dates to be validated as "real" dates?
I'm asking this question because the translations you ask for are fairly trivial and I'm trying to generate...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 4:23 pm
If you're generating individual INSERT/VALUES statements, I wouldn't do that because it will take a month of Sundays to complete 1 million rows. In fact, most methods will not to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 4:18 pm
If order of execution is important for 1 procedure, it's likely inevitable that order of execution will be come a necessity for others, as well. My recommendation is to build...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 4:02 pm
As to the question of what I'd like from work, the answer is for things to NOT change. I'm one of the fortunate few in the world when it comes...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 3:47 pm
My best gift is another year with my wife of 40 years whom twice doctors gave up for lost, but who has survived and overcome bilateral below-knee amputation to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 3:40 pm
Unfortunately, I've seen that and more. I've even seen people add trailing spaces to all of their object names to make it more difficult to use what they've built. Crazy...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 3:34 pm
I (and I guess Jeff Moden too) would be particularly interested in a test script which demonstrates advantages of splitting datetime into date and time.
That's very true. And, sorry...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 3:27 pm
Frederico, do you have any test case to support your speculations?
I (and I guess Jeff Moden too) would be particularly interested in a test script which demonstrates advantages...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 3:23 pm
I've not executed the code but it looks to me like they're trying to reject rows where the name has any spaces.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 12:03 am
Do you also want the dates to be validated as "real" dates?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2019 at 11:57 pm
I have to import a text file to build a table and all of the date fields currently are in integer form. It comes in three different ways. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2019 at 3:14 pm
Good lord!!! A SQL forum that doesn't allow you to upload .SQL or TXT files! This is just silly.
Here's sp_ShowWorst... I've got to figure out how to do the other...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2019 at 2:45 pm
Max Memory capping is applied on the instance.
Total Available Memory : 32 GB
Max Memory configured : 26 GB
As far as I know, nothing additional running on the instance,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2019 at 2:43 pm
Man... I'm sorry. I lost track of this thread and didn't answer your additional questions.
I guess my biggest question would be, did you stop using REORGANIZE or not?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 8:50 pm
Viewing 15 posts - 8,026 through 8,040 (of 59,072 total)