Viewing 15 posts - 166 through 180 (of 1,363 total)
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
These are Certificate-based SQL Server Logins
Server principals with names enclosed by double hash marks (##) are for internal system use only. The following principals are created from certificates when...
February 18, 2010 at 11:30 am
Note:
Stop the SQL Server Agent service before connecting to an instance of SQL Server in single-user mode; otherwise, the SQL Server Agent service uses the connection, thereby blocking...
February 18, 2010 at 7:05 am
Viewing 15 posts - 166 through 180 (of 1,363 total)