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 SkipVought 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: *

  1. Jesus4u

    Please look at this design.

    Please tell me if you think this is a good idea. I am storing recurring orders in table A. However when the recurring orders are processed on a weekly basis I want to store the processed date in table B so that I can track all the processed dates for each recurring order. Is this a good way to...
  2. Jesus4u

    Linked Server ERROR

    yes I realize that. :) I have to abandon this idea now due to work time constraints. Thanks anyway.... Exams Passed: 70-152, 70-175, 70-176, 70-100
  3. Jesus4u

    Linked Server ERROR

    This is a stressfull problem. Scenario: Win2K Server with SQL2000 server on same box. I get an error that says: The code below is using linked server to SELECT from an Access 2003 database. SELECT null as StoryID, TITLE as Headline, AIRDATE AS pubDate, [DESC] AS [Intro]...
  4. Jesus4u

    Finding Date of This Past Sunday

    Please help. This is my code. It brings back nothing. But if I hard code the date as '03/28/2004' it works! declare @sBeginSunday smalldatetime set @sBeginSunday = GetDate()-@@DateFirst+1 print @sBeginSunday SELECT * FROM CRM_MDB...broadcasts WHERE cast(AirDate as smalldatetime) =...
  5. Jesus4u

    jobs and packages failing

    I am finished with my project and all I need is to figure out this error so please help. We have 2 servers. One webserver with sql2000 at a remote location accessed thru VPN and another on the local network with same configuration. On the local machine I scheduled a package to upload TableA to...
  6. Jesus4u

    EXtracting from a Pattern

    yes Exams Passed: 70-152, 70-175, 70-176, 70-100
  7. Jesus4u

    EXtracting from a Pattern

    THIS IS MY HEADER This is the content that I want to extract excluding the header above. THIS IS MY SECOND HEADER This is more content that I want to extract excluding the second header above. Thanks... Exams Passed: 70-152, 70-175, 70-176, 70-100
  8. Jesus4u

    EXtracting from a Pattern

    yes in Word. Exams Passed: 70-152, 70-175, 70-176, 70-100
  9. Jesus4u

    EXtracting from a Pattern

    How can I find all occurences of a string formatted like WE SLATE in bold font and then extract all the sentences beneath WE SLATE and then repeat the process looking for the same pattern again? Thanks and help... :o Exams Passed: 70-152, 70-175, 70-176, 70-100
  10. Jesus4u

    opera browser - GetClassName

    I am trying to get the ClassName of the Opera browser and then read the url from the address bar but I can't seem to get the name of the address bar. What is it? I am using Spy++ and no luck. Other browsers' address bars are typically called "Edit" but not in Opera. Declare Function...
  11. Jesus4u

    Never Used Crystal Enterprise in ASP...so???

    I already have a view in SQL2000. How can I use that query to return and display in Crystal? Any basics out there for me? Thanks Exams Passed: 70-152, 70-175, 70-176, 70-100
  12. Jesus4u

    Never Used Crystal Enterprise in ASP...so???

    I already have a view in SQL2000. How can I use that query to return and display in Crystal? Any basics out there for me? Thanks Exams Passed: 70-152, 70-175, 70-176, 70-100
  13. Jesus4u

    IIS Giving Me a Headache

    I had to reinstall IIS because out of nowhere I was getting a Server Application Error on my local Win2000 Prof box when trying to connect to a SQL2000 database in the webbrowser using ASP. Now the previous error is gone but now the SQL permissions do not allow the IUSR account to access the...
  14. Jesus4u

    login failed for user...

    yes got it thanks Exams Passed: 70-152, 70-175, 70-176, 70-100
  15. Jesus4u

    login failed for user...

    But I don't see the user 'X4355-2000\ASPNET' in the NT list at all... Exams Passed: 70-152, 70-175, 70-176, 70-100
  16. Jesus4u

    login failed for user...

    I get this error: Login failed for user 'X4355-2000\ASPNET' I am using C# and the graphical sqlDataAdapter with the DataSet. Now I am accessing a SQL2000 DB. Does this mean that I have to create a .NET account for the DB now? Thanks Exams Passed: 70-152, 70-175, 70-176, 70-100
  17. Jesus4u

    I am SCREWED!

    I backed up from the Enterprise Manager Exams Passed: 70-152, 70-175, 70-176, 70-100
  18. Jesus4u

    I am SCREWED!

    thanks but I don't have the original logs. Misrosoft article told me to backup the log file then delete the original and restore from the backup, which I can not do. Exams Passed: 70-152, 70-175, 70-176, 70-100
  19. Jesus4u

    I am SCREWED!

    OK, I am NOT on our production server, thank God! BUT... Our transaction log was full today so I did some research on M$ and they instructed me to backup the logfile and then to delete the ldf file. Well this wacked the sql2000 db. So, I recreated the DB and tried restoring from the...
  20. Jesus4u

    Parsing a Querystring using TSQL.

    I need each param parsed out of this string. I am having trouble parsing if the vars vary in length. Data: ec=TTT&oc=CRM&tot=501&UID=88997 (SELECT ID, IP, TID, TheUserDetails.UserID as UserID, --Parsing Querystring, SUBSTRING(Querystring, CHARINDEX('ec=',Querystring) + 3, CHARINDEX('&'...

Part and Inventory Search

Back
Top