Viewing 15 posts - 61 through 75 (of 176 total)
Joe Torre - Monday, February 26, 2018 10:01 AMSo create logins for al the groups in the domain
That's actually one of the...
February 26, 2018 at 12:45 pm
It does... but unfortunately it only seems to work if the AD group has been created as a login on the SQL server... I need to do all of the...
February 23, 2018 at 3:34 pm
You need a table alias after that last parenthesis. You're creating a derived table there, so it needs an alias.
Also, you're going to get an error from that...
July 10, 2017 at 9:06 am
Hello all,
I ended up implementing the trigger below, and for the most part it seems to do exactly what we need it to do... but there is a...
June 12, 2017 at 8:04 am
First off, you should avoid making changes to tables on the subscriber side in the first place - make your changes on the publisher and they should replicate automatically as...
May 11, 2017 at 2:25 pm
The core issue is that RavenDB...
March 30, 2017 at 8:34 am
We have a few users who run Tableau and generally we do one of the following:
1. Create a view... you'd obviously have to use CTEs instead of...
March 24, 2017 at 11:29 am
How can I run the report using some of the parameters but not others? For...
March 13, 2017 at 2:38 pm
March 2, 2017 at 12:23 pm
Today we have big problems with Availability Group (AG) synchronization.
Secondary cannot catch up with...
February 27, 2017 at 3:50 pm
February 23, 2017 at 1:48 pm
February 22, 2017 at 12:09 pm
GilaMonster (12/2/2016)
You probably want aWITH EXECUTE AS
on that proc for the insert into a table in master.
Ack, good catch 😀
The reason I used master was that I didn't want to...
December 2, 2016 at 3:05 pm
alex meunier (10/24/2016)
using SSMS 2008R2 remotely, I'm able to create the maintenance plan.
So it would seem that the issues would be with SSMS 2016, there would
be a prequisite that ...
October 24, 2016 at 1:21 pm
cphite (10/17/2016)
Does anyone know of any exceptions for table replication?
We have a large inventory table that we use - around 4 million parts - that is maintained on one...
October 18, 2016 at 3:12 pm
Viewing 15 posts - 61 through 75 (of 176 total)