Viewing 15 posts - 811 through 825 (of 1,348 total)
if you have a corrupt log file you can attach it and create a new log. if it's a corrupt mdf file then you need to restore
June 23, 2008 at 8:14 am
there was an article in CIO magazine a few years back about how AT&T tried to implement a new CRM system and it was a total failure
CRM/ERM apps are...
June 23, 2008 at 8:13 am
we have it running on a server, and it needs a restart
personally it's more trouble than it's worth. makes the sql log too hard to read
June 19, 2008 at 12:33 pm
my favorite method is the following
create new tempdb files on the drives you want them on
restart SQL
shrink the default tempdb files if they are large
set growth restrictions on them...
June 18, 2008 at 1:29 pm
i've had these for various reasons, my first guess would be to make sure you have it installed and configured properly
June 18, 2008 at 12:59 pm
what about adding a number column to the master table and using that in your loop?
June 12, 2008 at 7:16 pm
i have databases where the log file is over 100GB and i leave it alone
shrinking files is bad for performance, especially if you have multiple files on the same disk
June 12, 2008 at 9:43 am
the book answer is you need to stop publication, but i have detached without doing so
make sure you check the box to drop all connections and you might have...
June 12, 2008 at 9:41 am
i haven't seen any and we have a bunch of alerts set up
June 12, 2008 at 9:09 am
i remember when I Love You or Melissa hit around 1999. i was in the army and working for the command group of my unit. Our Italian Army liason told...
June 11, 2008 at 8:47 am
when you create your SQL backup scripts in Veritas, in the original GUI where you choose the databases you can choose to do a page verify. you have to set...
June 11, 2008 at 8:27 am
write a query using the sessions and connections DMV's to dump data to a table. if you want you can get the SQL as well, but it's going to require...
June 9, 2008 at 11:49 am
article missed prevention and catching fraud as a reason for logging. we have triggers and management has caught people giving freebies to friends in the audit tables.
June 9, 2008 at 11:27 am
rebooted and the db came back all OK, took 15 minutes to recover
and i was hoping to try something i haven't done before
June 6, 2008 at 8:24 pm
the data would go into the mdf
June 6, 2008 at 8:27 am
Viewing 15 posts - 811 through 825 (of 1,348 total)