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 strongm 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: raze
  • Order by date
  1. raze

    Groups within groups

    Hello all ....<br><br>I'm trying to create a query which will give me a group within a group, <br>but I'm not sure how to organise the query.<br><br>I have two reference tables, one is for medical...
  2. raze

    "No spare stack space?"

    Hello there .... :-)<br><br>We have a Windows98 machine that crashes with a blue screen, and an error message saying that it has no spare stack pages.<br><br>It says I should increase the setting of 'MinSP' in the SYSTEM.INI file - but there doesn't appear to be any such entry I can find, so I'm...
  3. raze

    Text editor or IDE

    To be honest, I'd stick with a text editor while you'r learning.&nbsp;&nbsp;The problem with IDEs is that fill in all the code in for you, which doesn't really help you become familiar with the language.&nbsp;&nbsp;<br><br>As far as text editors go, I use Visual SlickEdit, which is pretty good.<br>
  4. raze

    Moving a *huge* table to another server

    Hi there .... :-)<br><br>I've been tasked with moving a table of 11 million records to a new server, which is located remotely.<br><br>We tried using the Import/Export tool, but a direct link would take quite some time (and ended abruptedly when our leased line choked)<br><br>We also tried...
  5. raze

    Easiest way to upgrade the trial version

    That is so like them ..... :-(<br><br>Thanks, I've managed to generate several gigs of data, so I'd better get started.<br><br>Thanks again .... :-)<br>
  6. raze

    Easiest way to upgrade the trial version

    Hi there ....<br><br>We have a trial version of SQL Version 7.0, and we now have a ten user version on CD.<br><br>What is the easiest way to upgrade our trial copy to the real copy, without losing all our data?<br><br>Thanks.<br>
  7. raze

    Help with a regular expression ......

    Thanks ... :-)<br> <br> I think I have a solution now ... and I'll get a book on regular expressions as soon as I can!<br>
  8. raze

    How do remove the Apache service from NT?

    Hi there ....<br> <br> I'm tidying up our NT box before an upgrade, and I notice that we have two Apache services installed (but only one running) - I know how they got there, but how do I remove one of them.<br> <br> Is there an Apace command for removing it as a service?<br>
  9. raze

    Help with a regular expression ......

    Hi there. <br> <br> I'm trying to transform text strings into URLS, but only if they start with any character apart from a &quot; character.<br> <br> So far, I've tried ...<br> <br> (?:[^&quot;]¦)(http://¦) ......<br> <br> Which I thought would match the http:// as long as there wasn't a quote...
  10. raze

    JSP: Sending form data to JavaBeans

    Hi there ..... :-)<br> <br> I have started writing JavaServer Pages, and I'm trying to send data from forms, to JavaBeans to handle the processing.<br> <br> I understand that you can use &lt;jsp:setProperty&gt; to collect values from the form, which in turn, execute corresponding public...
  11. raze

    A view involving complicated date calculations.

    Thanks. I'll fiddle with the syntax and give it a bash.<br> <br> ... :-)<br>
  12. raze

    A view involving complicated date calculations.

    Whew!<br> <br> Thanks.<br> <br> I'll give it a try ..... :-)<br> <br> Though I think it might be better to do the hard stuff as a program on the middle-tier ....<br>
  13. raze

    A view involving complicated date calculations.

    Hi there ... :-)<br> <br> I'm trying to build a view using SQL Server, which is based on the following table of information from a web site access log.<br> <br> user page access-time<br> =======================================<br> tom main.html 12:37:05<br> tom...
  14. raze

    Obtaining a count of summary lines in SQL

    Thanks! That's brilliant ... and quick!<br> <br> Cheers!<br>
  15. raze

    Obtaining a count of summary lines in SQL

    Hi there.<br> <br> I wonder if someone could help me out.<br> <br> I have a table which contains the following fields<br> <br> date_time<br> user_name<br> page_title<br> <br> what I'm trying to do is get a count (just a single number) of all the user_names that have more than one entry for a...

Part and Inventory Search

Back
Top