Tag Archives: SQLNewBlogger

Defining Foreign Keys at Table Create Time

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. How many of you can define a foreign key when you create the table? Probably a few of you, … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Updating Extended Properties on a Table

I’m writing this post as a way to help motivate the #SQLNewBloggers out there. Read the bottom for a few notes on structuring a post. I wrote recently about adding an extended property to a table. As part of what … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Updating Extended Properties on a Table

Adding Extended Properties to a Table

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I had the need recently to get put an extended property on a table in a database. I could … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

See Two Queries at Once in SSMS

I’m writing this post as a way to help motivate the #SQLNewBloggers out there. Read the bottom for a few notes on structuring a post. One of the things that I’ve struggled with a bit in SSMS is sometimes comparing … Continue reading

Posted in Blog | Tagged , , | Comments Off on See Two Queries at Once in SSMS