Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: foxdev
  • Content: Threads
  • Order by date
  1. foxdev

    Undo sp_adddistributiondb

    Short version: sp_adddistributiondb ran on wrong database; how to "undo" that. I goofed. I had a script that sets up replication on our test box; after a successful test, I modified the server and database names within the script to run on our production box. Except I goofed on the database...
  2. foxdev

    Linked server query pulls from same-named database on main server

    I seem to be unique with this problem, because my Google-fu isn't showing this having come up before. The gist of the problem: linked server query actually pulls data from the primary server, assumedly because db/table name is same. The setup: SQL Server 2005 on both server "DW" and server...
  3. foxdev

    Recommendation for e-store: CandyPress

    I've been using Miva Merchant for nearly 3 years for our various e-commerce stores. I became concerned about how well MM would handle a very large store (20,000+ products), so I went looking for alternatives. I installed and evaluated several systems in the sub-$1,000 range, and the winner was...
  4. foxdev

    Great free link checker, site reporter

    I stumbled across Xenu's link checker http://home.snafu.de/tilman/xenulink.html and ran it on one of my sites; it was very thorough and found a few bad URLs. Simple and easy to use; it doesn't even require a SETUP.EXE. ----------------- Robert Bradley use coupon code "TEKTIPS" for 15%...
  5. foxdev

    Yet another `please check my site`

    I've just implemented a drastic site change, and would appreciate it if anyone would go by: http://www.lowcostprints.com/ and check for any goofiness in their browser. Any design pointers would also be appreciated, given that I am missing the Web page design gene. ----------------- Robert...
  6. foxdev

    AIM/NIM hyperlinks

    I own and operate various sites, and on some of them the visitors will frequently have questions. I have found that I can add a hyperlink, similar to the mailto: link, for AOL Instant Messenger/Netscape Instant Messenger, like this: <a...
  7. foxdev

    VFP7: turn off Intellisense forever

    I must say that, personally, Intellisense is the single most frustrating part of VFP7, especially in the Command Window. I'm sure others love it; but I know what I want to type, and Intellisense gets in the way. It can be turned off in Tools/Intellisense Manager, but I can't find anywhere to...
  8. foxdev

    Page Title Tags

    Some of the most popular search engines give particular weight to a page's title (the <title> tag), so don't overlook its importance. For example, if your company, Acme LLC, sells widgets at wholesale, in terms of search engine optimization these titles are: Poor: Acme LLC Home Good: Acme...
  9. foxdev

    Should I pay to be in the Yahoo directory?

    I have a site that sells a product. By spending $30 on Inktomi and by carefully constructing and tuning my main page, I'm getting good placement by most search engines (for example, the search on &quot;cheap paintings&quot; brings me up as #2 in Google). Since Yahoo now uses the Google index...
  10. foxdev

    Limiting rows returned by SQLExec( )

    Scenario: I've established a connection to a Sybase 11.5 database using SQLStringConnect(). Sybase 11.5 does not support the TOP clause. The connection is synchronous. Goal: I want to specify the maximum number of records to be returned by SQLExec(). Attempts: I've tried adding set rowcount...
  11. foxdev

    Congratulations to TLBroadbent

    Congrats to Terry for being selected as Tipmaster of the Week! Those who frequent this forum know that Terry has been an invaluable resource to all of us here. Robert Bradley Sr. DBA, some big company cheap prints and oil paintings: http://www.lowcostprints.com
  12. foxdev

    Free site monitoring service

    Since I have an e-tailing site that naturally depends on customers, and since it is hosted off-site, I had thought it would be nice to have some sort of monitoring ability, but couldn't afford to pay big bucks. In some other forum a poster mentioned a free service; I was skeptical, but signed...
  13. foxdev

    VFP 7 released to manufacturing; avail July

    http://msdn.microsoft.com/vfoxpro/ Robert Bradley Sr. DBA, some big company cheap prints and oil paintings: http://www.lowcostprints.com
  14. foxdev

    Miva Merchant Add-on Vendors

    Because Miva is so extensible, several vendors offer add-ons and tweaks that add or change Miva Merchant features. Examples of some of the add-ons available: - discount coupons - gift certificates - export to QuickBooks Some of these vendors are: Emporium Plus www.emporiumplus.com...
  15. foxdev

    Query to get job results

    I've snooped around and can't find anything to answer this, but I'm sure its possible since SQLS keeps this sort of thing in various system tables. I need a query that will retrieve the last run result from DTS jobs and SQL Agent jobs. I could muck around in the tables for a few hours and...
  16. foxdev

    VFP not to be part of .NET

    From http://msdn.microsoft.com/vfoxpro/prodinfo/vfp7.asp : Microsoft announced today that Microsoft Visual FoxPro 7.0 has entered Beta 2 and will ship earlier than expected. Robert Bradley http://www.foxdev.com/ Got extra money lying around? Visit: http://www.agrainofhope.org
  17. foxdev

    SQL Mail: Unknown Recipient

    I'm trying to get SQL Mail configured and running an an external (very far away) SQL Server 7 installation. The basic configuration seems to have worked, since SQL Mail now runs with the selected mail profile. Problem: when I execute: xp_sendmail 'rbradley@pleasenospam.com', 'test message' I...
  18. foxdev

    Create graph images dynamically

    Perhaps like some of you, I find that the Fox language is so rich with string handling tools that I often use if for a lot of chores. One of these includes generating static reports in the form of HTML pages. But many of my reports includes lots of numbers and time components, so a graph or...
  19. foxdev

    Is there a tool to dynamically build a graph as GIF/JPEG?

    I'm building some reports in HTML format for an intranet. It would be help some of the reports immensely if I could include a basic graph. Is there a tool, or a function of a suite, that would allow be to create a graph on-the-fly and save it as a graphic image? I've briefly explored using...
  20. foxdev

    How can I delete a DB Maintenance Plan?

    Yes, it should be simple and obvious, but I can't find it. I created a Database Maintenance Plan using the DMP wizard. The DMP wizard, in turn, creates the SQL Agent jobs so that the plan is executed according to the schedule. I no longer want the DMP to execute. I can find no way to do this...

Part and Inventory Search

Back
Top