Tag Archives: SQLNewBlogger

Creating a Self Referencing FK in a CREATE Statement–#SQLNewBlogger

I had written about a FK in a CREATE TABLE statement recently, but the second half of this was that after the original question, the person asked if this would also work for a self-referencing FK. It does, and I … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Adding a Foreign Key in the CREATE TABLE statement–#SQLNewBlogger

I had someone ask this question recently and had to double check the syntax myself, so I thought this would make a nice SQL New Blogger post. Another post for me that is simple and hopefully serves as an example … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Deleting a Git Branch–#SQLNewBlogger

I had someone ask me recently about deleting branches. While I had known how to delete a local branch, I had to look up how to delete a remote one. Documenting these both will hopefully help me remember this. Another … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Deleting a Git Branch–#SQLNewBlogger

Quick Filtering in SSMS–#SQLNewBlogger

I saw someone limit the databases they see in SSMS, which isn’t something I often do, but I thought this was great. A Long List This is the list of databases on a demo instance I have. While it’s a … Continue reading

Posted in Blog | Tagged , , , | 2 Comments