Viewing 15 posts - 3,481 through 3,495 (of 4,745 total)
unless you have a profile trace (perhaps the default trace) from when it was done I do not know of a way to do that (would say it was impossible)
the...
July 8, 2009 at 9:38 am
most likely this user has been added to the model database. As all new databases are created from the model database this user would get added to all databases that...
July 8, 2009 at 7:40 am
That's interesting info. I work for a software vendor, we're always trying to work out different workloads... it's why I asked here because this is where the experts hang out!...
July 8, 2009 at 7:28 am
lindsey.keen (7/7/2009)
July 7, 2009 at 6:23 am
lindsey.keen (7/7/2009)
george sibbald (7/6/2009)
reindex jobs can produce a lot of transaction log activity, especially if a database is dominated by one large table. check log usage during your reindex window.
It...
July 7, 2009 at 6:00 am
sqlbuddy123 (7/6/2009)
I have multiple databases on each SQL Server 2005 instance on a Cluster that need to be...
July 6, 2009 at 3:14 pm
looks like you are good to go. Of course what values you shrink to after the truncateonly will depend on what effect the truncateonly actually has, might chop a lot...
July 6, 2009 at 3:00 pm
jason.stephens (7/6/2009)
-- STEP 1-----------------------------------------------------------------------
USE...
July 6, 2009 at 10:57 am
reindex jobs can produce a lot of transaction log activity, especially if a database is dominated by one large table. check log usage during your reindex window.
July 6, 2009 at 7:32 am
If you are not already, use shrinkfile rather than shrinkdatabase.
Take a backup, put the database in bulk_logged mode, shrink the database file in chunks , not one big go, and...
July 6, 2009 at 7:27 am
check out these two posts:
http://www.sqlservercentral.com/Forums/Topic622641-146-7.aspx
http://www.eggheadcafe.com/software/aspnet/29328807/cannot-install-sql-server.aspx
you may have to use the Windows Installer Cleanup utility to tidy things up and then reinstall.
make sure you back everything up.
July 5, 2009 at 3:57 pm
I presume you mean you cannot see them through the application?
did you also copy across the logins to your new server? If not you need to do so, best way...
July 5, 2009 at 6:00 am
Viewing 15 posts - 3,481 through 3,495 (of 4,745 total)