Forum Replies Created

Viewing 15 posts - 57,916 through 57,930 (of 59,066 total)

  • RE: need assistance in setting up a cursor

    {insert theme song from Jeopordy here}

  • RE: View is rounding down results

    Get 'em Serqiy!

  • RE: Can this Query be tuned ? God knows !!!

    John,

    What format is the p.Termination_Date column in?  Because it's a CDR, I'm thinking it's probably in the YYMMDD format but want to find out for sure before I spend any...

  • RE: Loop to look through Dates

    A far better question would be what are you going to replace "PRINT 'BOY'" with and why do you think you need a loop instead of a setbased solution.  Perhaps...

  • RE: How to Translate UTC dates to local Dates?

    One way to do this is to pass the local date and time from the client to a stored procedure on the server where the data lives...

    This should give you...

  • RE: parsing address

    Daniel,

    As I said on the "other" forum...

    I don't think you can because "plaza" and "boulevard" are both street types.  Plus, there's all sorts of permutations for addresses.  It...

  • RE: problem query

    David, I think you posted the wrong URL... The one you posted is for THIS thread...

  • RE: Help with this FOR XML EXPLICIT statement

    Thanks for the feedback, Ryan.

  • RE: Help with this FOR XML EXPLICIT statement

    Value is one of those reserved words that may give you a problem... Name is more forgiving.  You may have to use some quotes or brackets around the word "Value"

  • RE: Query to check security

    Not sure what I'm missing here... As you said, load the file into the staging table and check the table for the necessary columns/permissions, etc.  If they're wrong, just empty...

  • RE: String or binary data would be truncated

    One more thing... this isn't Oracle and you don't need a ref cursor to get a return... I'm fairly sure that OLE DB and ODBC in conjunction with ADO both...

  • RE: Insert Exec running forever

    If it's not slow on all the servers, then you may be having some router or hub problems.  For example, if the port and card the server is on are...

  • RE: Managing Tables

    Juan,

    I'm a bit confused.... you say the users are going to do deletes, sorts, filters, and analysis but you have concerns about their capabilities with the software (Access)?  I'm thinking...

  • RE: Identity Columns

    Thanks David... and I agree, but it's nothing quite so serious... our standards currently have some fairly strict naming conventions that do not include Hungarian Notation (except for the letter "p"...

  • RE: String or binary data would be truncated

    If you need a text column for Results, tell me why this won't work...

    select RGnameLast+', '+RGnameFirst AS Adjuster, RGnameLast, COcity AS ClientOffice, IOofficeName, WRworkOfficeId,

    WRid, SRnameLast+', '+SRnameFirst AS Subject,

    CONVERT(CHAR(8),...

Viewing 15 posts - 57,916 through 57,930 (of 59,066 total)