Viewing 4 posts - 1 through 4 (of 4 total)
That is the same result no? Your view returns a, b as column names. The table returns c,d as column names.
October 29, 2015 at 10:38 am
Thanks for the question
Not sure if the following link provides a better explanation.
https://msdn.microsoft.com/en-us/library/ms187928.aspx
I based my answer on the part about the style which says that the default...
August 9, 2015 at 11:55 am
Nice question.
Under drop the login with DBO rights you mention
DROP LOGIN [Domain\TestSQLDBadmins];
GO
I guess you meant
DROP LOGIN [Domain\TestWindowsDBadmins];
GO
?
October 31, 2013 at 2:35 am
Not sure if this helps. But I looked at
http://technet.microsoft.com/en-us/library/ff486971.aspx
and found under Next Steps
User-defined metadata, file attributes, and user and group permissions are not included in model...
September 6, 2013 at 12:22 pm
Viewing 4 posts - 1 through 4 (of 4 total)