Viewing 15 posts - 29,716 through 29,730 (of 39,818 total)
Wim,
Good luck and be sure you think through the additional benefits the consulting company gives you as well as downtime. That's the reason the rate is high. If the client...
February 1, 2008 at 8:39 am
Leave it as full
Add transaction log backups
Use INIT, do not pile backups on top of another in one file.
January 31, 2008 at 10:24 am
Are these all on local drives? Or are some network?
January 31, 2008 at 9:46 am
I'm with Will. That's how I handle things, though I'm usually a select top 10 * from xxxx
for myself.
January 31, 2008 at 8:55 am
Do you need left joins to all those tables? Or is it just one that might be missing rows?
Also, pls post the DDL as mentioned by John.
January 31, 2008 at 8:54 am
William,
Thanks for the link and that is definitely cool. I knew they were working on something, including the Volt, but hadn't seen this one.
I would love to see all the...
January 31, 2008 at 7:54 am
After having the car for 10 months, I think it compares well with a midsize car. It's certainly not small. We can haul 5 people + a decent amount of...
January 31, 2008 at 6:40 am
Do you mean data encrypted and you need to mirror that data (moving keys, certificates, etc) or do you mean encrypting the data sent over the mirroring link?
January 30, 2008 at 8:44 am
Honestly this sounds like a perfect place for Service Broker. Send a message to a Q from the app, the message will route and kick off the proc/query. Then have...
January 30, 2008 at 8:41 am
Be sure that you are running transaction log backups as well if you are in full recovery model. you can add this to the maintenance plan.
January 30, 2008 at 8:38 am
You can also script this stuff out and then put it in to a job. SSIS might be overkill, depending on what you need.
Please show us some of what you've...
January 30, 2008 at 8:26 am
You do not want to shrink the database. It causes fragmentation and messes with the index efficiency. If you need to shrink the log, shrink those files only.
January 30, 2008 at 8:24 am
It's not quite clear what you want. your query doesn't reference users at all.
This almost seems like homework. Please make an attempt against users and show what is confusing or...
January 30, 2008 at 8:23 am
It's the same as two tables. You put a join in between those tables.
select x, y
from a, b, c
where a.x = b.x
and a.y *= c.y
just list the...
January 30, 2008 at 7:55 am
Viewing 15 posts - 29,716 through 29,730 (of 39,818 total)