Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 2,469 total)

  • RE: Try to give me a solution

    why do you have a table with a "single field" - what purpose does it serve ?!

    Besides - how do you expect to display the values of a single column...

  • RE: Diff between SET and SELECT

    Something else I didn't know about but found in ken henderson's book:

    "You can't assign a cursor variable with a SELECT statement - only with SET.."

    Also, to make the code...

  • RE: How Can You Lose a Job?

    If you say so I've got to believe you - "stood up and made a fist".. ..recently returned from a cross country with spouse mayhap?!?!

    As for someone getting miffed about...

  • RE: Familiar Creep

    Gosh homebrew01 - this guy must travel at the speed of light...he was here haranguing us just this morning...

    IT'S FRIDAY MANIA...

  • RE: sqlservercentral spamming??

    This would be funny if it could still be seen...however, delaware no longer has a "pin point"....

    but i did have a blast going through the faq of "mailinator" - thx....

  • RE: Talk like a Pirate Day ...

    shiver me timbers matey - day's almost upon us...must heave to and forget my landlubber ways..

  • RE: Attaching database

    what error msg are you getting ?!

  • RE: Attaching database

    Dennis - you don't say what syntax you're using - but here's an example from BOL to attach a single file...

    EXEC sp_attach_single_file_db @dbname = 'pubs',

    @physname...

  • RE: Missing objects in full database backup

    As a test - could you restore to a "test db" on the same machine and see what it does...?!?!

  • RE: SQL ERROR

    Here're other possiblities...source - googled site...

     This error means that one or more fields you are inserting/updating contain an invalid value. Some of the possible scenarios are:
    
    1. A string...
  • RE: Replicated DB size

    ....if Utah were to keep Salt Lake City and Provo, move them closer to each other, and then return the rest of the state to the federal government......in a Mormon...

  • RE: Get a "Invalid object name ''''dbo.fn_GetClosestZip'''' error when executing function

    Grant the users Execute permission and see if that does it...it would also be good practice to use the fully qualified name starting with the db name...

    here's all the "permissions...

  • RE: Debugger fails to communicate with SQL Server

    whatever works I guess! Thanks for posting this - I'm sure it'll come in handy to someone else looking for serendipitous solutions!

  • RE: HELP WITH TEXT TYPE IN SQL!

    sc - sorry to've assumed that everyone knows what BOL is - it's books online - comes with SQL Server - if you don't have it - you could probably...

  • RE: HELP WITH TEXT TYPE IN SQL!

    Hi sc - you could do something like this...example for pubs database...The LIKE will give you all rows that have the @userInput value in them - the '%' being wildcards...

Viewing 15 posts - 1,036 through 1,050 (of 2,469 total)