Viewing 15 posts - 1 through 15 (of 216 total)
"The damned recruiter gave the candidates both the questions and the answers. I know this because I added a "hairball" question with a totally made up answer and when I...
September 21, 2023 at 12:15 am
"My opinion, a better approach is to ask "discussion" questions, not questions that you can get an answer to right away. So rather than asking "what are the different types...
September 20, 2023 at 6:28 pm
Fair enough. There are certainly enough worthless lists of interview questions on the internet. After much labor, I came up with a list of screening questions that I felt met...
September 20, 2023 at 6:20 pm
I would be happy to review any articles on any SQL Server topic.
July 3, 2023 at 10:59 pm
Well, you could also load their database into a DB source control system like Redgate's SQL Source Control or MS Visual Studio SSDT. Maintain this as a project, and then...
September 14, 2018 at 10:08 am
There is one additional fact about our environment that is significant, but I did not realize that it was significant. We use aliases for our SQL Servers (via DNS CNames). ...
September 13, 2018 at 11:10 am
Additional note:
I enabled Kerberos Logging on SQL Server 1, and received KDC_ERR_BADOPTION errors when I tried to connect to the linked server, which indicates that it is definitely a...
September 10, 2018 at 7:16 pm
September 10, 2018 at 6:07 pm
You can do this using triggers. As I mentioned in an earlier reply, I prefer to avoid triggers where possible for a number of reasons. (See the previous reply.)
August 22, 2018 at 7:06 pm
August 22, 2018 at 9:22 am
August 21, 2018 at 9:53 pm
August 21, 2018 at 7:22 pm
A transaction commit will not drop a temp table. Technically, a rollback doesn't either. It just "undoes" the create. 🙂
A temp table is only dropped when the database session...
August 21, 2018 at 1:52 pm
I think you all are right - I need to change the design. I really did not want a single table, since the tags are just free-form text and they...
August 21, 2018 at 12:52 pm
Classic article, Jeff. I have loved it (and used it extensively) since it first came out five years ago (and the discussion is still going strong!)
With SQL 2016 just...
June 22, 2016 at 10:52 am
Viewing 15 posts - 1 through 15 (of 216 total)