Forum Replies Created

Viewing 15 posts - 54,196 through 54,210 (of 59,068 total)

  • RE: Creating a customized identity column

    Heh... or, you could just shoot yourself in the head now and save on the anticipation 😀

  • RE: Add 3 columns into another column

    Heh... no problem there... most people don't even know it exists! 😛

    Thanks for the feedback, Bruce.

  • RE: is there any difference between != and <>

    Heh... also notice that the != gets converted to a <> in the query plan output 😉

  • RE: Best practice for applying set based updates

    Matt is correct... even if you're using SSIS, 2000 rows should be processed in the proverbial blink of an eye... even faster if you use Bulk Insert, instead 😉 ...

  • RE: Querying remote database

    SQLcommando (11/9/2007)


    I'm not using the product "MYSQL" ... I just happened to name my server that. I'm using MSSQL 2000. Sorry for the misleading server name.

    Heh......

  • RE: Script

    Susan S (11/8/2007)


    I mean the above script will produce.

    Name of database

    Logical file name of .MDF

    .Mdf File location drive

    Size of the file in MB

    Physical file location(full path of .mdf file)

    Maxsize

    Growth

    and...

  • RE: Transactions

    Correct... for more info, lookup "table hints, locking hints" in Books Online.

  • RE: Case Stmt with multiple "when" params and one "then" stmt

    Ummm... rather than struggling with syntax, do you know what Books Online is? Comes free with SQL Server and, although it sometimes takes a bit to find what you're...

  • RE: Most efficient way to get data from custom software into SQL server?

    Do you have control over what the custom app does? For example, could you modify the custom app to write to a table in the server?

    Otherwise, using BULK INSERT...

  • RE: Recursive query for a Bill of Materials table

    I don't know what is wrong, but I can neither open or save the attachement.

    However, my recommendation was to look at "Expanding Hierarchies" in Books Online... that recommendation still stands......

  • RE: Import

    I guess that means they're on the same server... so...

    1) where can i have a predefined table with DBName,EMail as fields in it. either in each 5 DB's or just...

  • RE: Adding a column to a table

    John Mitchell (11/5/2007)


    Mark

    My suggestion would be not to bother with an extra column, but instead to store that single extra value in a variable.

    John

    That would be my suggestion, as well.

  • RE: Query Performance in 2 Server

    There's a thousand different reasons for things like this...

    Do the tables have the same number of rows?

    Do the tables have the same indexes?

    Are the indexes up to date?

    Are the statistics...

  • RE: Bulk Insert Error

    Both...

    The DBA's need to verify that the SQL Server instance is logged in either as a Super User that can see everything or must be logged in as a user...

  • RE: is there any difference between != and <>

    Vincent Chute (11/9/2007)


    The exact opposite for me.

    I learnt != in maths so seeing <> has always been a wtf moment for me.

    Just different notation dialects.

    "!" being a shorthand for the...

Viewing 15 posts - 54,196 through 54,210 (of 59,068 total)