Under SQL Server, is there an easy way to filter the output of sp_who2? Say I wanted to just show rows for a certain database, for example. 13 Answers...
I want to move a table into a specific Schema using T-SQL? I am using SQL Server 2008. 2 Answers 2
I need to add a specific column if it does not exist. I have something like the following, but it always returns false: IF EXISTS(SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE...