Forum Replies Created

Viewing 15 posts - 931 through 945 (of 992 total)

  • RE: Sql Server 2000 Enterprise Versus Standard Edition

    Very true Remi - hmm.  Learn something every day   Still think it's not the smartest, but it is the way it is...  I...

  • RE: Where''''s my data!?

    Firewalls on your client or on the SQL Servers?  Can you connect to the server using something simple like OSQL?  Try windows vs SQL auth

    osql -u USERNAME -p PASSWORD -S SERVERNAME ...

  • RE: Is there a more efficient way to run this query?

    If you're ever bored, please try it and let us know

    I think having them clustered could certainly help if you were after...

  • RE: Real World Query Plans

    Definitely the current SET options can impact on your code and the query plan used - things like CONCAT_NULL, ANSI_NULLS, etc make changes to the way the query engine processes...

  • RE: blob data

    SQLServer won't be helping you with the decompression - what client side development environment are you using for this?  Is there another column in the table which lets you know...

  • RE: Sql Server 2000 Enterprise Versus Standard Edition

    I don't think it is a difference between standard and enterprise, but probably in the various SET options that are enabled or disabled.  Remi is right though, if you are...

  • RE: MSDE installation steps

    It still comes with all of the command line tools, eg "osql"

  • RE: Where''''s my data!?

    Server registrations in enterprise manager will not affect, in any way, the actual server itself (ie uninstalling, stopping service, etc).  I can have the same server registered twice - but...

  • RE: question about full backups and recovery models

    Beware that your transaction logs on the databases in the full recovery model will grow quite a bit as they won't be truncated.

  • RE: Is there a more efficient way to run this query?

    Personally I thought you always had to have the inner join syntax - nice to know you didn't need it

    Out of curiousity, were...

  • RE: Syntax - deleting from

    Damn I'm always here too late (Australia time zone!) 

    Yeah, the inner join delete is really neat - looks funny the first time you...

  • RE: Autonumber Values and Triggers

    I agree, it's odd that you would want to insert into another table's identity column...

    If you were doing something with (for example) orders and order details, linking them on

    orders.orderID  int  ...

  • RE: Need clarification on Table variables

    It's a stated rule in BOL - you have to use aliases on table variables to refer to them in where clauses, etc.  I've just tried finding it but I can't...

  • RE: Urgent - Locking and Exceptions

    I haven't look into the error number and what severity level it is, but if the severity level is high enough, it will just terminate whatever you are doing -...

  • RE: RS in SQL2K5

    I would be interested to see if that is the case - the main reason I'm still with Crystal is because I can use it with MSDE.

Viewing 15 posts - 931 through 945 (of 992 total)