Viewing 15 posts - 211 through 225 (of 529 total)
I wouldn't go down this route on a production server, 'bulk-logged' can actually produce a larger transaction log depending upon what's being done and 'simple' recovery mode means that you...
August 16, 2005 at 9:35 am
Woo hoo, some response at last, and it gives me a couple of ideas straight off
Or someone else could do some?
August 16, 2005 at 6:44 am
Are you referencing files that are not on the shared storage, say d:? in order for the DTS to work all of the resources need to be available to both...
August 16, 2005 at 2:49 am
Hi there,
as per your PM i've sent the script that I use to do this, let me know how you get on
Mike
August 15, 2005 at 9:31 am
sounds very odd, are you running a time synchronisation app on the server at all?
August 12, 2005 at 5:40 pm
good point, although the first one can be a little out of date if you dont use dbcc updateusage first.
August 12, 2005 at 3:43 pm
If only everyone were so diligent on this sort of thing, it would save me hitting people (developers) over their heads trying to make them do it right.
You'd be amazed...
August 12, 2005 at 10:03 am
Nice to see you're properly qualifying your DB objects Remi
August 12, 2005 at 9:47 am
Have you checked that you've set SQL Agent Mail to use the same profile as SQL mail? Sometimes people forget that they're 2 different entities and only do one of...
August 12, 2005 at 9:44 am
I've never used DBArtisan but as for your question, when you do a backup it only backs up the actual data in the database, if you allocate 20GB to the...
August 12, 2005 at 9:41 am
Hi There,
I have two questions which will probably help answer your question.
1. Do you have a clustered index on the table you're looking at?
2. Is the table split across more...
August 12, 2005 at 9:38 am
Hi Sanjay, Can you elaborate a little on what you mean by data scripts please, are you refering to scripting the structure of the database or is it something else...
August 12, 2005 at 3:43 am
This approach sounds ok but will have the added side effect of introducing OS file fragmentation, which is something else that you'll have to worry about.
If it were me i'd...
August 10, 2005 at 8:12 am
Depending on how you do it, and index rebuild can require empty space in the DB equal in size to the largest table it contains.
You might also want to keep...
August 10, 2005 at 6:33 am
Viewing 15 posts - 211 through 225 (of 529 total)