Viewing 15 posts - 4,321 through 4,335 (of 4,745 total)
the tools sold can 'reverse engineer' the code to undo a particular transaction.
July 9, 2008 at 7:47 am
you will need a third part tool for this, redgate and lumigent sell them.
July 9, 2008 at 6:37 am
with SQL2000 sp_helprevlogin does not take across default database or language, so script those out from the source server and run on the destination once dbs created.
set quoted_identifier off
select 'sp_defaultdb...
July 9, 2008 at 6:31 am
Hugo, thanks for the detailed reply, appreciated.
I think we can also say that if the result set of the cursor won't fit into cache, we shouldn't be using a cursor!
July 9, 2008 at 6:12 am
But do please read the rest of the thread as well. Someone pointed out to me that I only tested with tables that can be completely fit in cache. Once...
July 8, 2008 at 9:23 am
Mike Hinds (7/3/2008)
In some cases I...
July 3, 2008 at 5:50 am
agreed its a pain, espec if you are talking about multiple apps. but it's doable and Cannot see any other way. Will be a performance hit as well so admin...
July 2, 2008 at 3:52 pm
yep a weird request and there is going to be an overhead in doing it. I would confirm the reasoning behind this request. Point out this is not inbuilt into...
July 2, 2008 at 2:27 pm
do you have a valid id on the sql instance?. see if you can connect to it via Query analyser.
July 2, 2008 at 7:10 am
Tao Klerks (7/2/2008)
I assumed the question was talking about files from any arbitrary database - but the "ALTER DATABASE ... MODIFY FILE" clause can only (if...
July 2, 2008 at 6:49 am
strictly speaking, with backup\restore method you do not need to drop the database in between.
thought that might be a catch but went with it as it would still work as...
July 2, 2008 at 6:37 am
I would still run the checkdb without the repair option, will save having to put it into single user mode and thus require downtime. checkdb is not particualrly intrusive in...
July 1, 2008 at 2:39 pm
maybe another connection got in before this job so it could not connect to set back to single.
I would also question why do this in the first place, why run...
July 1, 2008 at 11:56 am
the 'virtual device' usually means sone third party software is being used to backup the databases, perhaps legato or veritas.
July 1, 2008 at 11:49 am
add the stats clause to the restore command, see BOL
July 1, 2008 at 11:46 am
Viewing 15 posts - 4,321 through 4,335 (of 4,745 total)