Skip to content

How to debug a T-SQL trigger?

I have a table t, which has an “after insert” trigger called trgInsAfter. Exactly how do i debug it? i’m no expert on this, so the question and steps performed might look silly. The steps i performed so far are: 1. connect to the server instance via SSMS (using a Windows Admin account) right…

Cannot write property IsFileStream

Everytime I try to create a new Database in SQL—haven’t accomplished to create any, so far. Please, help me with a detailed solution for this. TITLE: Microsoft SQL Server Management Studio Cannot …

What is this operator in MySQL?

I’m working on code written by a previous developer and in a query it says, What does <=> mean in this query? Is it something equal to =? Or is it a syntax error? But it is not showing any errors or exceptions. I already know that <> = != in MySQL. Answer TL;DR It’s the NULL safe equal…