Viewing 15 posts - 3,871 through 3,885 (of 4,745 total)
danchard (2/23/2009)
Thanks for your advice so far.
When attempting to shrink the database using dbcc shrinkdatabase should I be using notruncate or truncateonly? I would have thought that truncateonly would...
February 23, 2009 at 4:29 am
did you download and install the backward compatibility DTS designer tool?
all you should need to do is possibly amend connection strings if they refer to the old server by name,...
February 22, 2009 at 10:46 am
for a standalone install the default instance name is the name of the server, for a cluster the SQL name you actually connect to is the virtual server name. within...
February 22, 2009 at 10:28 am
if you are using sp_help_revlogin you won't get any orphaned users. Make sure you use the 2000 to 2005 version of sp_help_revlogin.
http://support.microsoft.com/kb/246133
As for databases or logins first, either will...
February 21, 2009 at 12:20 pm
post index definitions as well.
I am wondering about row sizes here. not quite sure why copy to a new table compacts it so much though. (but must be a clue...
February 19, 2009 at 7:42 am
I think you will need to post your table schema as well. and the showcontig results if you have them.
Whats the fillfactor on the clustered index?
Is the row size around...
February 19, 2009 at 6:53 am
Howard is correct the only backout is to uninstall\reinstall. Do yourself a favour, before starting the upgrade, stop the instance and do a file copy of the system databases to...
February 17, 2009 at 10:32 am
well server was rebooted at weekend and lo and behold SQL is now happily using 2.5GB memory for the buffer pool, so that solves that one.
cheers for your time everyone.
February 16, 2009 at 1:53 pm
has the network authority account for the secondary server been granted rights to the share on the primary perhaps?
February 14, 2009 at 10:13 am
Lynn Pettis (2/13/2009)
george sibbald (2/13/2009)
February 13, 2009 at 3:28 pm
note you don't have to create a database first before doing a restore. Its also a lot easier to understand what's going on if you do it via scripts rather...
February 13, 2009 at 3:09 pm
MANU (2/11/2009)
You might have chked-->http://www.sqlservercentral.com/Forums/Topic584519-357-1.aspx#bm584538
MJ
exactly, which is why I want SQL to use the extra memory I made available to it. It looks as if the sysadmins did not reboot...
February 12, 2009 at 3:22 am
Charles Kincaid (2/11/2009)
(00) PRINT '1' -- /* ;PRINT '2' */ ;PRINT '3'...
February 11, 2009 at 3:05 pm
personally tested two variants: multiple files on the same drive (array) versus multiple files located on separate drives and the performance gains are significant when using the second...
February 11, 2009 at 3:00 pm
Gail,
thanks for the feedback. It confirms my thoughts on the subject. One thing I am having quoted at me is that with a lot of databases on SANS nowadays...
February 11, 2009 at 2:00 pm
Viewing 15 posts - 3,871 through 3,885 (of 4,745 total)