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 Wanet Telecoms Ltd 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: Wallie12
  • Content: Threads
  • Order by date
  1. Wallie12

    Need to mix Char and Datetime

    I need a field to have possible mix results such as when IF SID = A then "NA" ELSE IF SID = B then DATETIME ELSE IF SID = C then "-' Thanks for the help!
  2. Wallie12

    Schedule Import of Excel into a Access Database

    I need to Schedule an Import of a Excel into a Access Database any Ideas?
  3. Wallie12

    Schedule Excel Import from a Email

    I need to be able to schedule an import of an Excel spread sheet from an Email. Any Ideas?
  4. Wallie12

    Combining Days, Hours and Minutes

    Hello; I have the following: Datediff A)Days B)Hours C)Minutes and need to combine them into one output field. Any suggestions? Thanks in advance!
  5. Wallie12

    DateDiff Question

    I have the following: Datediff A)Days B)Hours C)Minutes and need to combine them into one output field. Any suggestions? Thanks in advance!
  6. Wallie12

    Date Hour and Minute Format Question

    Hello; I am using Crystal Reports 2008 and need to take in the following field a: Hours (value) b: Colon (:) and c: Minutes (value) and combine them into one field. I keep encountering an error when @hours + ':' + @minutes Error message reads: "a number, currency amount, date, time or...
  7. Wallie12

    GMT to UTC world location conversion

    Hello; I have locations world wide, but my times are recorded in EST. I need to convert to local time, within SQL 2008 using UTC. Has any one done this? Thanks Brian MAhler
  8. Wallie12

    Execution os Stored Procedure when Tables is allocated

    I have a stored procedure that needs to be executed every time a certain table is allocated to the database. Thanks in Advance for the help!
  9. Wallie12

    SQL Date Question

    I have the following in SQL Server 2008 Parm Input is Start as datetime If I hard code a Date it works: UPDATE [WORKING_SVR_CLOSED] SET [TTRHours] = 'Yes' FROM [GM].[dbo].[DATA_CLEANING] AS dc LEFT OUTER JOIN [GM].[dbo].[WORKING_SVR_CLOSED] AS o ON DC.Number = o.DimensionDataRef WHERE...
  10. Wallie12

    SQL Help!

    I have multiple line of input data as such: Number, Starttime, Targettime, Endtime SVR227408,3/24/2010 4:34:24 PM,4/7/2010 4:34:24 PM,4/6/2010 10:35:06 PM SVR227408,12/7/2009 2:18:27 AM,12/8/2009 9:00:00 PM,12/7/2009 8:43:14 PM SVR227408,12/7/2009 2:18:27 AM,12/8/2009 9:00:00 PM,12/7/2009...
  11. Wallie12

    Removing extra commas from csv import

    Hello; I am taking in a Oracle database with tables that have columns that have additional commas and I do not have at present time a way to edit the import csv's. Does anyone have an idea of how to work around this? Thanks Brian Mahler Brianmahler@msn.com
  12. Wallie12

    Removing extra comma in SQL csv's during import?

    Hello; I am taking in a Oracle database with tables that have columns that have additional commas and I do not have at present time a way to edit the import csv's. Does anyone have an idea of how to work around this? Thanks Brian Mahler Brianmahler@msn.com
  13. Wallie12

    CE10 OR CR10 - MS POWERPOINT EXPORT?

    I am using CE10 & CR10, I am unable to find where I can EXPORT in ADVERTISED MS POWERPOINT format. The admin guide refers to CR10 user guide & a off-line viewer. Has anyone used or heard of this beast? Thanks in advance... Wallie12
  14. Wallie12

    CRYSTAL ENTERPRISE 10 PRO & REPORTS 10 ADV - UP AND RUNNING IN PROD

    HELLO WORLD! Life is great, just completed acceptance testing, production testing, and have move CRYSTAL ENTERPRISE 10 PROFESSIONAL & REPORTS 10 ADVANCED into to a multi-billion dollars production envirnoment. Using ORACLE 8 & 9i, TOAD, SQL and stored procedures. Migrated some 250, 150 which...

Part and Inventory Search

Back
Top