Viewing 15 posts - 7,951 through 7,965 (of 59,072 total)
Hi,
I have below requirement. Please advise how to achieve that with BCP or any other tool
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2020 at 2:49 am
Change is change. Whether its better or not is something we have to evaluate, test, experiment with, and decide. I worry about people getting caught up in thinking we...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2020 at 2:30 am
And I also recommend normalizing databases ..Wow! Seriously, I do not like using a data model that is hundreds of years old and based on Roman numerals. O probably...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2020 at 1:27 am
Consider the following article while you're at it. 😉
https://www.sqlservercentral.com/editorials/the-art-of-commenting
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 3:57 pm
To Grant's point, I wouldn't even call them "suggestions". They're a "clue" that some code somewhere might (strong emphasis in "might") benefit from an index. I don't know about lately...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 3:41 pm
Unexpected gifts from nowhere... I now have a second "Ice Breaker/Litmus Test" question for interviews. No need to pile on folks. I'm just a little gob-smacked that someone has been...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 3:24 pm
Hello, beginner in Tsql
I need help: here in one of the tables that I use, one of the fields is declared in decimal (10.5).
I understand that the field is...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 3:16 pm
I'm thinking that you're going to need to do a reinstall but I'm not sure. Your best bet would be to contact MS on this problem.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 3:07 pm
Very useful function for "Status" column.
thanks Nakul Vachhrajani for return type testing.
I would think that an actual join with a lookup table would be better so that you don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 3:02 pm
Hi
I have below Data and i want Balance Invoices on accoun of Fifo .
In case of C00220 it should return 54575 entry
In case of C00575 it should return 1593...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 2:44 pm
I love the "Conclusion" in the PDF I came across on the subject. Basically, they pat themselves on the back for doing a good job of recovery (which took several...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2020 at 1:24 am
Yo, Jeff --
So, here's a detail...
When I compile my sp's, in 'my database', with EXECUTE AS OWNER it's fine, but now there are problems in the production db. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2020 at 7:07 pm
One of the greatest values of commenting is to answer the proverbial 'What was I thinking ?' question.
Heh... spot on. I use comments for the following...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2020 at 5:46 pm
I recently experimented with MAXDOP using a pretty huge statement. Here is a summary of the results:
MAXDOP = 0. CPU = 36790 ms, elapsed = 12838 ms.
MAXDOP = 1....
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2020 at 1:05 am
They claim to have been able to get queries down from hours to seconds by doing this.
I've seen a lot of strange claims and they normally turn out to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2020 at 12:51 am
Viewing 15 posts - 7,951 through 7,965 (of 59,072 total)