Viewing 15 posts - 781 through 795 (of 2,732 total)
December 6, 2017 at 12:25 pm
You *might* be able to do it with a cursor, but the question now would be "why are you trying to do what you're doing?"
Although, you could mostly...
December 6, 2017 at 12:13 pm
I think I see your mistake. You're thinking of GO as being similar to, for example, a GOTO in BASIC, where it will jump up to a certain line.
GO...
December 6, 2017 at 11:41 am
December 6, 2017 at 10:16 am
Next year for the holidays, I want the same lawn ornament as my work has out front:
Linky linky
December 6, 2017 at 8:12 am
December 4, 2017 at 9:00 am
December 1, 2017 at 8:33 pm
December 1, 2017 at 7:15 am
November 30, 2017 at 12:33 pm
November 30, 2017 at 11:42 am
I fairly sure that when you're storing encrypted values, you need to use a VARBINARY(MAX) to do it.
I don't have access to my test server right now, or...
November 30, 2017 at 11:39 am
What would it take to get MS to create a role so that people could view the SQL logs without having to either put them in the securityadmin role, or...
November 30, 2017 at 11:11 am
Checking for symmetric keys won't tell you if a database has been TDE encrypted, though.
A query to check for databases that are TDE'ed you could use is:
November 28, 2017 at 9:00 am
Viewing 15 posts - 781 through 795 (of 2,732 total)