Viewing 15 posts - 346 through 360 (of 3,047 total)
Rudy Panigas (12/17/2014)
USE ReportServer
GO
DECLARE @UserName VARCHAR(200) = '%%' -- If you want to list all users
SET @UserName = '%BUILTIN\Administrators%' -- If you...
September 7, 2016 at 6:47 am
What a great set of queries. I've got triggers I didn't even know I had.
September 7, 2016 at 6:45 am
We have multiple copies of the Production database that are used for various purposes: Development, Testing, Staging for the next release to Production, and a second testing copy. Then there...
September 6, 2016 at 7:32 am
Looks like a new kind of Pokemon.
September 6, 2016 at 7:29 am
I've only had one NCA. I just changed what I did and moved to another state for a couple of years. Then I moved back and went back to programming....
September 6, 2016 at 7:23 am
This is fantastic, thanks.
September 6, 2016 at 7:17 am
If you write to files and don't need to research, that's great. But if you do need to research, that's well not so great.
If you write to tables and...
September 6, 2016 at 7:13 am
Thanks for the detailed article.
September 6, 2016 at 7:06 am
Not sure what I would do with this knowledge.
September 1, 2016 at 1:18 pm
Viewing 15 posts - 346 through 360 (of 3,047 total)