Forum Replies Created

Viewing 15 posts - 52,696 through 52,710 (of 59,064 total)

  • RE: Total columns in a table

    Heh... don't forget about DBCC SHOWCONTIG WITH TABLERESULTS

  • RE: ISQL ERROR..

    Didn't you read any of the above? Don't use ISQL... use OSQL or SQLCMD depending on which version of SQL you have.

  • RE: The ARRAY In SQL Server 2000

    bonk (1/29/2008)


    Hi Jeff!

    I agree with you! But there's nothing to do in this case. I explain: the table with one column for each month already exists and I can't modify...

  • RE: ISQL ERROR..

    It's because ISQL is just a subset of what the server can actually do. Do NOT use ISQL. Use OSQL instead.

  • RE: Autogenerate dates

    I agree with Matt... recursion is probably not the best way to do things like this...

    There are variations on this theme but here's a nice little NON-recursive CTE that...

  • RE: Suppress column name output in BCP

    It that case... might be OSQL... THAT does have such a set of switches... if memory serves, "-h-1" (no spaces, no quotes) would be the switch you're looking for.

  • RE: The ARRAY In SQL Server 2000

    I would like to know how can I read a record from a table with 12 columns (each on for each month in a year) end put the value for...

  • RE: SQL Defrag

    Think "Library"... it's easier to find the books if they're all in order... it's just about that simple. There are tools for defragging disks and tools for defragging database...

  • RE: help-how to generate date backward from end to start

    Would you carefully fill in the question marks to meet the Friday/Saturday rules on the following, please... again, not trying to be difficult... trying to get it right...

    EmpID Date ...

  • RE: help-how to generate date backward from end to start

    Jeff i think you don't wont to help

    only make it difficult

    you think i am don't know "how to make simple schedule" or bother you in purpose

    you are insult me...

  • RE: exec commands stored in a variable

    "GO" isn't actually a part of T-SQL and it can't be used the way you want in Dynamic SQL...

  • RE: help-how to generate date backward from end to start

    So, why do you have to count down from the middle of the month and count up from that same date to the end. And, why does the secretary...

  • RE: Suppress column name output in BCP

    Are you sure we're talking BCP 'cause BCP doesn't output column headers and can't be made to do so... it requires a UNION in a proc to output column headers...

  • RE: Speed up Bulk Insert

    How many rows are you loading with BULK INSERT?

  • RE: Deleting

    Philip Barry (1/25/2008)


    Hi Jeff,

    Is this principal of limiting the number of rows for the deletion operation also applicable to updating? I have to update several hundred thousand rows and I...

Viewing 15 posts - 52,696 through 52,710 (of 59,064 total)