Viewing 14 posts - 1 through 14 (of 14 total)
Hi James,
Do you know how Dependency Tracker performs using a plotter to print tables/relationships. We have enormous amount of tables in our dbs.
May 4, 2007 at 3:07 pm
Thanks James, nice programs.
However, still searching for a tool that will do graphical print outs of tables w/columns like featured in the Database Diagrams except automated for the whole server.
May 1, 2007 at 12:49 pm
I honestly can’t tell you why there was this illusion that virtual vmdrives have some magical performance by vmware. At the time, I thought it...
January 30, 2007 at 12:44 pm
Thanks everyone and I agree.
C:\ - os, sql server system files - RAID-1+0 (direct-attached storage, not SAN)
D:\ - Tempdb - RAID-1 (direct-attached storage, not SAN)
January 30, 2007 at 10:22 am
Thanks...but that approach is crazy and its too bad MS made these changes...they certainly didn't have the DBA in mind.
November 7, 2006 at 1:00 pm
November 7, 2006 at 7:15 am
I’m not pushing vmware, I recommended the stand alone blade w/2 cpu’s. We have a heavy load of stored procedures that need optimization and I would think logically you would...
July 25, 2005 at 5:01 pm
I ran a batch of stored procedures to compare performance and the vm was one minute longer in duration against the stand alone server. After the compilation, the vm...
July 11, 2005 at 1:04 pm
Thanks Brian!
What would happen to the apps(2 tier) that use pagefile on SQL Server? I've read the virtual server only uses RAM.
July 11, 2005 at 9:10 am
June 11, 2005 at 9:29 pm
CREATE PROCEDURE del_showcode
@NumId int,
@TagId int,
@PartDel bit OUTPUT
AS
DELETE tableNameA WHERE (colNameC IS NULL) AND (TagID = @TagId)
DECLARE @Count Int
SELECT @Count = count(*) FROM tableNameA WHERE NumId = @NumID
IF @Count =...
May 19, 2005 at 10:47 am
So the virtual server is Server1\SQL1?
Our current task is to set up legato co-standby. The virtual server appears as a created instance with the default instance sharing the data files...
January 23, 2004 at 7:45 am
gee mom, I had I'd known you were into SQL I would have called you direct. I know you say not to get involved and not say anything but...
October 22, 2003 at 7:46 pm
Thanks for the links but I have already read them using the search. It does not address my questions specifically.
October 22, 2003 at 8:03 am
Viewing 14 posts - 1 through 14 (of 14 total)