Viewing 15 posts - 106 through 120 (of 283 total)
How about..
declare @thisquarter varchar(10)
declare @sql nvarchar(4000)
declare @mycolumnheader varchar(50)
set
@thisquarter = '2006SU'
A.J.
DBA with an attitude
September 21, 2006 at 1:46 pm
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/howtosql/ht_install_1d7y.asp
A.J.
DBA with an attitude
September 21, 2006 at 12:04 pm
Probably can just capture data from master.dbo.sysperfinfo
A.J.
DBA with an attitude
September 13, 2006 at 4:26 pm
You must run the instcat.sql script on the SQL 2000 machine. This script is part of the SQL 2000 SP4 installation (even though it doesn't get executed as part of...
A.J.
DBA with an attitude
September 11, 2006 at 1:37 pm
Did you forget to update the sa password in the agent properties? Note: if you change this password via the Management Studio GUI for a SQL 2000 agent service, it...
A.J.
DBA with an attitude
September 11, 2006 at 1:34 pm
Have you registered the SPN for the SQL Server service account?
A.J.
DBA with an attitude
August 17, 2006 at 2:15 pm
In 2000 SMTP mail does not require outlook.
exec @rc = master.dbo.xp_smtp_sendmail
@from
= @EmailFromAddress
A.J.
DBA with an attitude
August 16, 2006 at 8:50 am
Awesome article. You said what we were all thinking. "Who actually uses this crap?"
A.J.
DBA with an attitude
July 24, 2006 at 10:02 am
I say, unless you are using SQL 2005, don't switch. The new tools got a TON of bugs. What happened to the "script database objects" feature? I gotta do it...
A.J.
DBA with an attitude
June 26, 2006 at 4:37 pm
DBCC INDEXDEFRAG
A.J.
DBA with an attitude
May 9, 2006 at 9:20 am
Idera and Litespeed both do. RedGate not for a month or so.
A.J.
DBA with an attitude
April 25, 2006 at 10:19 am
We've been getting the 17883 (which have many causes) as well. I will share all the info I know.
http://support.microsoft.com/kb/892940
http://support.microsoft.com/kb/890730
http://support.microsoft.com/kb/810885
http://support.microsoft.com/kb/909380/en-us?spid=2852
A.J.
DBA with an attitude
March 24, 2006 at 9:37 am
March 24, 2006 at 9:32 am
http://support.microsoft.com/kb/330307
http://support.microsoft.com/kb/825197
A.J.
DBA with an attitude
March 20, 2006 at 1:08 pm
select
u.name as 'Role_Or_User',
o
.name as
A.J.
DBA with an attitude
March 20, 2006 at 1:01 pm
Viewing 15 posts - 106 through 120 (of 283 total)