Viewing 15 posts - 1 through 15 (of 16 total)
This is my question too! I would really appreciate it if anyone can say how to tell the source server of an abf file, please.
Thanks!
June 23, 2011 at 9:28 am
I have the same thing going on since the installation of SP4. It displays more diagnostic info. It doesn't mean that anything has changed with the disk, imho, you're just...
November 23, 2005 at 2:32 pm
I have the same thing going on since the installation of SP4. It displays more diagnostic info. It doesn't mean that anything has changed with the disk, imho, you're just...
November 23, 2005 at 2:32 pm
I have a similar partitioned view. It works very well if you join on the partitioning column, but doesn't help at all if you don't. Don't have any statistics since...
September 14, 2005 at 5:06 pm
As a person being trained by a DBA who telecommutes part-time, I notice at least one drawback to having that DBA unavailable at the wrong time.
June 22, 2005 at 4:56 pm
We have saved lots and lots of time spent explaining "data discrepancies" by having the rules centralized in stored procedures and functions.... I wouldn't like to think of life without...
August 13, 2004 at 1:43 pm
I use : exec sp_MSforeachtable @command1 = "dbcc dbreindex ( '?' ) "
I use the simple recovery mode (it's a data warehouse), but still find the dbcc shrinkdatabase important. I...
January 8, 2004 at 2:35 pm
I've had the log growth to 1.5 times the size of the data filegroup using reindex. So I make sure I have enough disk free and do a dbcc shrinkdatabase...
January 8, 2004 at 2:17 pm
read about the changes for TargetServerRole in SQL2K SP3
August 13, 2003 at 1:04 pm
I can step thru my stored procedures with QA,no problems
August 4, 2003 at 11:37 am
quote:
having to key in all the column names. Call me lazy! [:)
Don't key...
July 25, 2003 at 8:43 am
the download page says it's version 760.09. Where did you get the 766 from? I am concerned about verifying which SP I have installed on various servers.
Thanks
June 13, 2003 at 2:25 pm
We have that problem on the first xp_sendmail after the mail server is rebooted, then it's fine for subsequent xp_sendmails.
August 9, 2002 at 1:48 pm
Probably not the same thing as your question, but I have noticed that after a shrinkdatabase, the sp_helpdb size goes down, and often the sp_spaceused reserved size goes up!
July 11, 2002 at 3:39 pm
We use WA and approles where we can, but that's not too many places. Packages and other 3rd party tools don't really seem to like WA, so we don't...
June 27, 2002 at 8:41 am
Viewing 15 posts - 1 through 15 (of 16 total)