Viewing 15 posts - 526 through 540 (of 3,348 total)
I have no personal experience with Asigra, but I have worked about a year for a company that offers backup solutions based on one of their competitors (Ahsay). I assume...
April 11, 2016 at 1:18 pm
I need some help in this topic.
Short story: OP tries to give users access to a view but not to a base table. First went about this wrong (different owners,...
April 11, 2016 at 12:57 pm
Hi Arbra,
My apologies for the delayed reply.
The problem you are seeing is caused by ownership chaining. Or rather, lack thereof.
So what is ownership chaining? It is a bit like the...
April 10, 2016 at 6:09 am
Thanks for posting the repro script!
Here is one way to get the results you need:
WITH Denormalized
AS (SELECT PersonID,
...
April 10, 2016 at 5:36 am
Lowell (4/8/2016)
we just had an issue with transactions rolling back without any SQL error;
the issue was a linq...
April 10, 2016 at 5:21 am
CferMN (4/8/2016)
So then what is an appropriate use of a trigger?
Some examples off the top of my head:
* Auditing (depending on the exact audit regulations - in some cases, triggers...
April 10, 2016 at 5:18 am
Without CREATE TABLE and INSERT statments I cannot test anything, but my gut feeling is that you will end up with a pattern somewhat like the below:
SELECT List, the, columns
FROM...
April 10, 2016 at 4:59 am
crookj (4/7/2016)
Ray K (4/7/2016)
djj (4/7/2016)
Ed Wagner (4/7/2016)
crookj (4/7/2016)
Ed Wagner (4/7/2016)
Ray K (4/7/2016)
Luis Cazares (4/7/2016)
Ed Wagner (4/7/2016)
Manic Star (4/7/2016)
Grumpy DBA (4/7/2016)
ThomasRushton (4/7/2016)
spanDenard
Obfuscation
Hide
Seek
Index
Maintenance
Preventive
Preemptive
Strike
Ball
Hit
Pop music
April 7, 2016 at 2:53 pm
Andy Warren (4/7/2016)
Hugo, is there really a difference? In both cases its clearly something unusual being done and I'd argue in both cases a "why" comment would be appropriate.
I personally...
April 7, 2016 at 9:26 am
szejiekoh (4/7/2016)
April 7, 2016 at 7:15 am
I am at this time not able to look at your problem in detail. But one thing in your description points to a possible explanation.
Cached execution plans are stored along...
April 7, 2016 at 7:02 am
Unless specifically stated otherwise, SQL Server express installs slightly different than other editions. Most editions will by default install as a "default instance", which means you can connect to them...
April 7, 2016 at 6:38 am
Eric M Russell (4/7/2016)
To maximize security, I'd suggest first creating a view that...
April 7, 2016 at 6:31 am
Check the setting of the server level option "backup compression". If it is off, change it to on.
Also check if your backup scripts use the default server option for backup...
April 7, 2016 at 6:19 am
Stewart "Arturius" Campbell (4/6/2016)
Interesting, never thought of doing it that wayNice question, thanks Horia
Nor should you. In production code, I would always write out the explicit intent instead of relying...
April 7, 2016 at 5:50 am
Viewing 15 posts - 526 through 540 (of 3,348 total)