Viewing 15 posts - 33,196 through 33,210 (of 39,810 total)
Interesting idea. Should work well for small datbases. I'd worry about larger ones.
April 17, 2006 at 8:19 am
Some of this is due to different advertisements or (yikes!) my editorials. Some filters work on keywords and catch the newsletters depending on content.
We've had some get caught because articlesexternal.asp...
April 13, 2006 at 9:47 am
If you want hyperlinks, you need to include the entire HTML, meaning the <HTML><HEAD></HEAD><BODY> etc. tags in the message.
April 13, 2006 at 9:21 am
Ha, Murphy comes with all electrical products, especially computers! ![]()
April 13, 2006 at 9:16 am
What's a verifiable source? The NY Times? MSNBC? c|Net? While I tend to agree that sources in blogs are less vetted than traditional publishing, that's not necessarily the case. Many...
April 13, 2006 at 9:15 am
Have you ever run a database log backup on this? How are you invoking the shrink?
It can slow things but the shrink is an online operation that can be run...
April 13, 2006 at 9:13 am
If this is after your log backups, then it should be a minimal amount of log data lost. It does mess up your backup chain, so you do need a...
April 13, 2006 at 9:02 am
You can use a trigger or schedule a job to do this periodically.
April 12, 2006 at 8:58 am
I think it pulls some rows and then starts to return them. As you access more, it pulls more. Curious, is there an ORDER BY clause in the select?
The other...
April 12, 2006 at 8:57 am
I might also try rebuilding the clustered index and seeing if you can rebuild the structure of the table.
April 12, 2006 at 8:53 am
You cannot have multiple primary keys on a table. You can have multiple indexes, even unique indexes, but only one primary key.
They could be compound keys.
April 12, 2006 at 8:51 am
Frank,
Excellent points and I may have to pick up an old Zaurus and see if I can get RDP running under Linux ![]()
April 11, 2006 at 2:55 pm
Thanks for the kind words from all three of us.
Steve
April 10, 2006 at 10:01 am
Good points. However, we did lots of work with 486-66's and previous. There were many tasks that we could complete. It's as we evolved that we have built so much...
April 10, 2006 at 9:57 am
Viewing 15 posts - 33,196 through 33,210 (of 39,810 total)