Viewing 15 posts - 76 through 90 (of 598 total)
Thanks Gail.
Trying this now.
May 25, 2016 at 9:30 am
Sure I did and the grouping is fine.
But after putting in the piece of junk dashboard software - I now think what I really have to have is dynamic...
April 13, 2016 at 8:11 am
I apologize Lowell.
I am not explaining this very well.
This query is going to be used for as part of a dashboard. Unfortunatley the dashboard software is kinda dumb and doesn't...
April 13, 2016 at 6:23 am
Okay my bad. I apologize. I didn't do a very good job of explaining what I am having trouble with.
I'm trying to get -
Number of APPROVED claims by username
Number...
April 12, 2016 at 1:01 pm
OKay I checked every single group and he is not getting in via group membership.
I also know that he is using his domain account (domain\user).
When I run - xp
account...
February 24, 2016 at 6:41 am
Thanks Steve.
I hope MS considers this a need. I'm sure there are plenty of other folks out there that can't use the cloud for various reasons.
February 12, 2016 at 1:17 pm
did you try changing the compatibility level to check for cardinality issues?
We have had many and some times the quick way to tell for sure is to switch it, then...
February 11, 2016 at 7:09 am
Okay, Fair enough. Thanks for the input. Didn't know there were some differences in the local version.
I think I can easily justify the use in our environment. I think...
January 19, 2016 at 1:57 pm
Understood.
In our case, we have to keep records forever. So, the tables get large but the older data is rarely used. But we still need access to the older records...
January 19, 2016 at 1:18 pm
I am using listener to connect through SSMS, i do have ApplicationIntent = ReadOnly, still it connects to primary? Am i missing something here?
If you are using SSMS you can...
January 19, 2016 at 12:39 pm
VMotion is the mechanism VMware uses to migrate a running VM from one host to another.
An Availability group provides redundant copies of a set of databases which can also...
January 19, 2016 at 12:17 pm
Was going to build new sql 2014 active/passive cluster with AG and a read only node all on a new vmware environment. System admin want to use vmotion instead of...
January 19, 2016 at 9:43 am
Thanks everyone - very intersting input.
I ended up using:
CREATE TRIGGER NoDeleteMedicalGroup ON dbo.Medical_Group
INSTEAD OF DELETE
AS
BEGIN
ROLLBACK;
END;
No items in the Medical group table should ever be deleted. So, this worked...
January 14, 2016 at 9:34 am
Can you give me an example of empty code block?
I tried using this trigger, it stopped the deletes on the parent table but deleted the records in the child tables.
CREATE...
January 13, 2016 at 2:54 pm
Viewing 15 posts - 76 through 90 (of 598 total)