Viewing 15 posts - 106 through 120 (of 282 total)
How about..
declare @thisquarter varchar(10)
declare @sql nvarchar(4000)
declare @mycolumnheader varchar(50)
set
@thisquarter =...
September 21, 2006 at 1:46 pm
Probably can just capture data from master.dbo.sysperfinfo
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...
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...
September 11, 2006 at 1:34 pm
Have you registered the SPN for the SQL Server service account?
August 17, 2006 at 2:15 pm
August 16, 2006 at 8:50 am
Awesome article. You said what we were all thinking. "Who actually uses this crap?"
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...
June 26, 2006 at 4:37 pm
Idera and Litespeed both do. RedGate not for a month or so.
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
March 24, 2006 at 9:37 am
March 24, 2006 at 9:32 am
March 20, 2006 at 1:08 pm
select
u.name as 'Role_Or_User',
o
.name as
March 20, 2006 at 1:01 pm
Viewing 15 posts - 106 through 120 (of 282 total)