Viewing 15 posts - 8,416 through 8,430 (of 59,072 total)
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
Thank you for the response. So basically I can create a .NET application to provide additional functionality, but reading headers and splitting as you’ve suggested . Then I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 2:02 am
Let's do the math here... you say "100's of servers". If each server only had 4 core, and "100's of servers" meant at least 200, that would be 800 core. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 1:51 am
So read the header row from your data, split it, and compare it to your table columns. If they're not named the same, then you'll need a mapping table to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 1:36 am
The cool part about threads like this is that no one is actually incorrect. There are pros and cons on both sides and it might even be appropriate to use...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2019 at 7:12 pm
Viewing 15 posts - 8,416 through 8,430 (of 59,072 total)