Viewing 15 posts - 6,331 through 6,345 (of 59,070 total)
Hi Experts ,
We have identified the process which has consumes the space in tempdb . The stored procedure uses a lot of temp tables in it . Does storing...
September 25, 2020 at 1:27 pm
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...
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...
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...
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...
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...
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...
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...
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...
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!!!
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...
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...
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...
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...
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...
September 24, 2020 at 1:47 pm
Viewing 15 posts - 6,331 through 6,345 (of 59,070 total)