Viewing 15 posts - 29,671 through 29,685 (of 39,769 total)
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
I'd say that you should wrap them in an IF clause, but if you can't add a parameter or logic, that might not help.
Are the print statements used? If not,...
January 30, 2008 at 7:51 am
Adding a post to the virtual briefcase has been discussed and it's on the list. Not sure where we are on priority.
Are you trying to sort all threads instead of...
January 30, 2008 at 7:36 am
Joe,
Apologies for missing this the last couple days.
It's a good idea. What about an "On the Edge" section with forums for HA, VMs, DR, VLDBs, etc?
January 30, 2008 at 7:10 am
Ryan,
Thanks for the response and appreciate your insight and opinion. I'm sure that the testing part is hard and I don't have a solution to implement it. I can definitely...
January 30, 2008 at 6:57 am
Viewing 15 posts - 29,671 through 29,685 (of 39,769 total)