Viewing 15 posts - 8,431 through 8,445 (of 59,091 total)
Jeff -
There are other options out there. Databases that use multi-version read consistency do exactly what you are asking - present an accurate picture of the state of data...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 3:14 pm
I know this sounds obvious, so apologies if it is for whomever reads this. I just wanted to say it out loud if it's not obvious...
This reminds me of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 2:38 pm
**) Management can often have unsolvable request, 'like draw seven perpendicular lines'. A senior should be able to stand up 'against' management for this type of request.
I love that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 1:39 pm
Our problem is that our ERP is ancient, there is no primary key between the sales header and line tables, there is no timestamp on the sales line table,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 1:29 pm
We will soon be able to drop support for SQL 2008R2 from our product making SQL 2014 the minimum...
I strongly recommend that you upgrade that to the latest and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 1:24 pm
I wonder why you specifically mentioned 2017. It works the same in all versions from 2005 and up.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 4:19 am
I have a database with no compression on the tables(source). I want to create a blank database(destination) where I can create the tables with "data_compression = Page" and then...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 3:37 am
Whats diff of job tasks between junior developer and senior sql developer u all would say? Thanks
Thom is mostly right in that "It Depends" on the company but let...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 5:56 pm
Could it be something in the firewall between the zones? Maybe a max connection time? Or perhaps, for some reason, it's seeing the connection as idle and dropping it?
Sorry...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 4:47 pm
Awesome Jeff Moden...but not enough ....I did not know I could post here and also expect an answer and then give it back to the interviewer all at...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 4:08 pm
p.s. Also, remember that the answer is always "No" unless you ask. If you don't have an "IN" with the infrastructure team or the people holding the purse, also remember...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 3:39 pm
The best thing we ever invested in is Our DR test server - regular automated restore tests and also re-usable as a data playpen - i'm hoping to get...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 3:37 pm
Table triggers will kill your performance and are generally frowned upon. If your database is small and your users are few it won't matter, but this isn't a scalable...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 3:01 pm
Awesome Jeff Moden...but not enough ....I did not know I could post here and also expect an answer and then give it back to the interviewer all at the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 2:44 pm
My apologies. I normally don't associate the term "ETL" with moving data between databases even when one may be a source and another is a data warehouse. I normally associate...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 3:10 am
Viewing 15 posts - 8,431 through 8,445 (of 59,091 total)