Viewing 15 posts - 6,346 through 6,360 (of 59,072 total)
Nowadays I tend to create a unique staging database.
I do that same thing a lot, myself. The cool part about that is is that it can be set to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2020 at 1:21 pm
My guess would be that a document number should be an identifier. Identifiers are always measured on a nominal scale. Therefore, you document number should have been a string...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2020 at 1:17 pm
Jeff - I was reading your article(https://www.red-gate.com/simple-talk/opinion/opinion-pieces/jeff-moden-dba-of-the-day/) and wanted to ask, what are some of the books or resources you felt like are great resouces to master Tsql. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 11:07 pm
Which of these is your question:
"What does the 101 format produce on a date converted to varchar?"
"How do you convert a date to varchar and format it?"
"What is the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 7:31 pm
Strong advice: all tables, all databases, all the time, use appropriate data types. It really matters.
Obviously I agree with that principle, as a general rule. Would you say...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 7:24 pm
Ok! Keeping in touch with the original intent of this thread, I've just found the perfect 2nd question to ask people I'm interviewing. It's a perfect fit for my infamous...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 6:45 pm
CONVERT is one of the quintessential functions in SQL Server. Please see the following documentation where you'll also find out what the "101" means... You should bookmark the link if...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 6:34 pm
<li style="list-style-type: none;">
- Ok thanks ...I was starting to worry one of them one must be wrong.
Heh... you still might have a problem. Compression works well but normally...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 6:17 pm
The greatest danger of a '10x programmer' or a 'superstar programmer' is WHO THINKS THEY ARE SUCH.
+1 Billion for that comment!!!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 3:12 pm
Hey all,
Been a bit since I've been down this road. Clearly I'd assume this is as expected and I'm just old and rusty.
Attached is the execution plan I'm looking...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 3:11 pm
Will it free the space temporary?
So in production its still happening and we needs a temporary solution for the time being. It will take us some time to fix...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 3:02 pm
Great question but the answer is actually missing a bit of detail. If you look at the documentation at the link you've provided, it is sorely lacking in detail for...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 2:49 pm
Check out the ISNUMERIC() function. That will tell you what you want to know.
No... ISNUMERIC() can help but it must not be considered as any type of "Is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 2:24 pm
I did get the table name to work --- will need to play around with it to get the database name, and the index name to be helpful.
In regards...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 1:47 pm
That's not how long the SQL code takes to execute. Tally based method would crush the OP's kludge especially as their test case is spanning thousands of days.
19 minutes...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 3:54 am
Viewing 15 posts - 6,346 through 6,360 (of 59,072 total)