Viewing 15 posts - 166 through 180 (of 1,364 total)
Replication Monitor
configuration Replication Alert
replication warning : Transsactional replication latency [threshold latency]
After this Select-->SQL Server Performance Condition Alert(under Type)--Then-->Select MSSQL$YUKON1:Replication Logreader Under Object
then Select-->Logreader:Delivery Latency(Under Counter)-->Then ur instance and alert...
February 23, 2010 at 3:42 pm
Drop the user named 'abc\btsdadmin' from this database first and then add it again by using sp_changedbowner command.
February 23, 2010 at 3:02 pm
Tracer tokens comes to your rescue. Read about one such procedure mentioned by Chad at http://blogs.mssqltips.com/blogs/chadboyd/archive/2007/10/24/monitoring-replication-latency-automatically-using-tracer-tokens-sp-replchecklatency-allpubs.aspx.
HTH!
MJ
February 23, 2010 at 2:56 pm
i believe i saw thread which stated that openquery against a linked server was faster for a linked server vs a query on your server using 4 partnaming conventions;
for example,...
February 23, 2010 at 2:44 pm
Try @attachments parameter of xp_sendmail.
http://msdn.microsoft.com/en-us/library/aa260697(SQL.80).aspx
MJ
February 23, 2010 at 2:19 pm
Try:
BEGIN TRANSACTION
SELECT* FROM tblMyTable with (TABLOCKX)
MJ
February 22, 2010 at 1:49 pm
Its 2005 and I am using admin account for the same.
Mj
February 22, 2010 at 12:01 pm
I think auto shrink option applies to all files rather than just data files.
MJ
February 22, 2010 at 11:05 am
Same error with sp_readerrorlog too...
February 19, 2010 at 5:35 am
Paul,
His question was regarding difference in service pack level as he got confused with OS pack level and SQL SP Level.
MJ
February 19, 2010 at 5:35 am
Post the output of sp_helpuser 'username' after u run it under the db in question.
February 18, 2010 at 2:38 pm
You can't rename sql server instance name, server name can be renamed.
For example, you can change a computer named MB1 that hosts an instance of SQL Server named Instance1 to...
February 18, 2010 at 1:15 pm
Viewing 15 posts - 166 through 180 (of 1,364 total)