Viewing 15 posts - 46 through 60 (of 112 total)
thanks for the reply.
yeah refreshing the view will solve the issue but when i query the view after adding a column to table, i get the following result.
c1c2total
533RobinNULL
655SteveNULL
Column Total values...
June 17, 2015 at 12:19 pm
Thanks a lot Perry...
Do you have any microsoft document or link , i need to provide it to my manager ?
Thanks for the quick response.
August 15, 2014 at 7:55 am
Thanks again...
i understand and i'm aware if i change the threshold we can get rid of this alert. But we have't seen this alert previously what concerns me more is...
June 11, 2014 at 10:08 am
Also, do you know is this an issue with replication latency or kind of idera SQLdm bug ?
June 11, 2014 at 8:20 am
Thank you very much...
I'm 100% sure i ran it on the correct server...btw i ran your queries on distribution database....is that correct ? I dont have access to subscriber, its...
June 11, 2014 at 8:15 am
Also when i run sp_replcounters
Fyi, we have 2 publishers in our instance
i get the output as
replicated transaction = 0 (for both db's)
replication rate trans/sec = 66.66 ( for one...
June 9, 2014 at 9:11 am
Thanks again...
in Idera SQL Dm...we are frequently seeing the following alert and its been active...
2298 unsubscribed replication transactions received by the Distributor and not received by a Subscriber.
and i just...
June 9, 2014 at 9:08 am
Also, Can anyone provide me the script to find out list of commands in distribution that were not replicated to subscriber..
fyi, i do not have subscriber information.....we only need to...
June 9, 2014 at 7:49 am
MyDoggieJessie (6/8/2014)
June 9, 2014 at 7:36 am
durai nagarajan (5/12/2014)
if it is are your sure it is Sysadmin in that server, looks like it doesn't have access to the DB as...
May 12, 2014 at 7:31 am
Beatrix Kiddo (5/12/2014)
Does database 'xxxxx' definitely exist?
Thanks for the response...
The database xxxx doesnt exist....i'm not sure where this connection is coming from....
May 12, 2014 at 7:30 am
Thanks for the explanation Wagner...
With the following query..i found the database size as 292 GB...
Restore filelistonly from disk = 'X:\xxxx.bak'
April 21, 2014 at 1:09 pm
george sibbald (4/11/2014)
April 15, 2014 at 9:36 am
Ok thanks guys i got the following script which serves my need....
-- List out all users and user roles of all databases in a SQL Server instance
Declare @name varchar(100)
Declare @sqlstatement...
April 10, 2014 at 2:47 pm
george sibbald (4/10/2014)
if you just want database roles users have granted use sp_helprolemember.This could be put in a cursor which loops through all your databases
Thanks George....
I need the users in...
April 10, 2014 at 9:58 am
Viewing 15 posts - 46 through 60 (of 112 total)