Forum Replies Created

Viewing 15 posts - 54,331 through 54,345 (of 59,067 total)

  • RE: Degree

    what is good to "beef up" a resume

    Ummmm... How about a couple thousand posts on a high quality forum like SQLSeverCentral.com ???

    Or, how about a list of major...

  • RE: Tuning

    Wow... thanks for the kudo, Steve. Thanks.

    I read that blog article... Michael J. Hillenbrand is pretty much spot on except maybe for the order of the first two things......

  • RE: Bulk Insert into SQL Server table of file created by TransferText method inserting only one row

    Sorry, I didn't check my post and I submitted it... I had included backslash n and apparently, it didn't take on this forum....

    Have you tried backslash n ??

    (and, now you...

  • RE: Formatted export in Ecel

    Jason Coleman (11/3/2007)


    LOL - toooooo many late nights reading forums... 😉

    Still, I read in BOL that you have little control over the page format when rendering to Excel. Bummer.

    You...

  • RE: Join Help

    *= is severely deprecated and may produce unexpected results. Don't use it.

  • RE: Cast to VarChar Without Knowing the Length

    Have you tried using SELECT/INTO using QUOTENAME for each column?

  • RE: Query/UDF help

    Heh... now THAT's entertainment 😀 Would have loved to see their faces...:w00t:

  • RE: T-SQL

    So post what you've tried so we can coach you...

  • RE: Query/UDF help

    Ugh! A "Sequence" table... I hate 'em... If you don't already hate 'em, you will.;)

    Ok, David... let's pretend that the following is what your 3rd party sequence table looks...

  • RE: Transpose Rows to Columns

    You don't appear to have anything to relate the given values to logical rows... have you posted all the columns that appear in these tables?

  • RE: Error in BULK insert query

    The system has to be able to see the file to load it... make sure SQL Server Services use a startup account that can see the path to the file.

  • RE: update charecter value to a column int

    Heh... did you convert the correct column? Only way you can get that error is if the target column is actually an INT... double check the schema and make...

  • RE: SQL Server 2005 v MySQL

    I think you would be unhappy... unless there's a pot wad of extra money involved... in which case, you'll still be unhappy but more satisfied 😉

  • RE: Alter varbinary(8000) column to varbinary(max)

    What are you using to determine the size of the table?

  • RE: Cast to VarChar Without Knowing the Length

    No... I'd think not. What kind of "fields" are you talking about? Parameters from some GUI or columns in a table? Why wouldn't you know that max...

Viewing 15 posts - 54,331 through 54,345 (of 59,067 total)