Forum Replies Created

Viewing 15 posts - 57,901 through 57,915 (of 59,048 total)

  • 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),...

  • RE: Identity Columns

    Seqiy,

    Do you have a Microsoft URL for "And prefixing tables with "tbl" as well as all other objects in SQL decreases database performance. Just in case you did not hear...

  • RE: Identity Columns

    Shyam,

    Although Serqiy has gotten blunt as all get-out, he's absolutely correct.  Why on earth would you want to modify the content of the IDENTITY column?  If you run out of...

  • RE: String or binary data would be truncated

    Unless you haven't posted all of the code, you, in fact, as the SQL Junkie suggested, do not need a cursor for this.  Did you try the SQL Junkie's code? ...

Viewing 15 posts - 57,901 through 57,915 (of 59,048 total)