Forum Replies Created

Viewing 15 posts - 51,511 through 51,525 (of 59,072 total)

  • RE: Storing files in VLDBs, filegroups and maintenance

    BobAtDBS (3/25/2008)


    Please, let's not start the religious war on whether blobs even belong in the database at all - that's not what this thread is about. For several reasons,...

  • RE: Selecting non assigned items

    Thanks for the link, Adam... that reminded me where I put my test code... and I added "EXCEPTION" to it...

    First, I just don't trust execution plans, estimated or actual... especially...

  • RE: How do I BULK INSERT only one or some of the fields in the row?

    Matt Miller (3/25/2008)


    It looks like a cute technique, so I will keep it in mind. That being said - doesn't your quote above from BOL state that there must...

  • RE: How do I BULK INSERT only one or some of the fields in the row?

    mrpolecat (3/25/2008)


    No worky too good for me.

    It added ok but when I select from the file all the fields fall under one field with the field name being the first...

  • RE: Installing SQL Server on c drive

    Heh... sure... Just ask Al Gore... he "built the internet" and he's a grandfather :P:P:P

  • RE: Trigger Trivia

    Carlos, your example would only fire the Insert Trigger once regardless of how many rows the Select returns. All inserted rows will be available in the INSERTED table available...

  • RE: How do I BULK INSERT only one or some of the fields in the row?

    EDIT: Made a boo-boo... this originally said the following and I've corrected it below this white quote box... sorry for the mistake folks. :blush:

    No... not with a linked...

  • RE: Reg Timestamp Data type

    Heh... I'm the same way... Wise man once told me that "All claims require proof... extraordinary claims require extraordinary proof."

    In the Navy, we said (cleaned up version) "Why sift through...

  • RE: Selecting non assigned items

    Jason Selburg (3/25/2008)


    Really? I'll have to keep that in mind and do some tests. It's not that I don't believe you, I'm just a see for myself kind of guy.

    Now...

  • RE: Selecting non assigned items

    Adam Haines (3/25/2008)


    Except operates as an outer join. It compares the results of both queries and returns distinct values of the left table. These are the values that...

  • RE: Storing files in VLDBs, filegroups and maintenance

    Dunno if it's still true in 2k5, but when there are a large number of large image files as blobs, most folks recommend just storing the filename in the db...

  • RE: Query for Top N for large amount of data

    Yep... you're gonna have to put the result of the CTE into a temp table as a separate query... include a RANK column. Then, see the part about "Grouped...

  • RE: Dropping Stored Procedures

    Chirag (3/24/2008)


    My procedures get changed daily and i cant generate the alter script as iam using SQL 2005 RTM ( i cant change it).

    Chirag,

    I'd worry about that problem more...

  • RE: query for data selection

    Jason Selburg (3/24/2008)


    And there is probably an easier way to write this... 😀

    That would be true, ol' friend... and, in this case, simpler means faster and easier to read to...

  • RE: Selecting non assigned items

    Just my 2 cents on this one... I've found that the WHERE NOT IN that Barry used is usually more performant than outer joins. The speed difference isn't huge...

Viewing 15 posts - 51,511 through 51,525 (of 59,072 total)