Viewing 3 posts - 1 through 3 (of 3 total)
Procedure I wrote which does this all for you:
create procedure dbo.fn_tablecompare(@table1 varchar(20), @table2 varchar(20))
as
begin
declare @sql nvarchar(max)
set @sql = ''
select @sql = @sql...
February 26, 2016 at 1:36 pm
#1861550
Much easier way...
net start sqlserveragent
You want to stop it?
net stop sqlserveragent
June 2, 2005 at 5:45 am
#562467
Would you gain any performance by keeping the logs on internal RAID 10 drives and just use the SAN for the data files?
We're setting up a COMPAQ/HP SAN here and...
March 29, 2004 at 7:31 am
#500853