Forum Replies Created

Viewing 15 posts - 1 through 15 (of 106 total)

  • RE: set variable from openquery

    Does anyone have any idea how to do this when the remote query contains an unknown (i.e. a variable) for the "to_date" instead of "07/11/2011" (which I presume is 7th...

  • RE: Some strange lock

    We just had a similar problem here. I can confirm that stopping and restarting MSDTC finally got rid of the process.

  • RE: Dump

    I was a little confused by this one as I thought that the Dump command could be used to either backup a database or log, or truncate the transaction log.

    I...

  • RE: MERGE

    I also chose WHEN NOT MATCHED. However, I now know about a new command available in SS 2008 so I'm not complaining!:)

  • RE: SSIS Packages

    A bit of a giveaway really, considering the title of the question:hehe:

  • RE: Combining Rows

    Drew Mayo (10/26/2007)


    Is there hard, empirical evidence that this causes longer compilation times, inefficient plans or the moral degradation of the whole human race?

    You will probably get the same execution...

  • RE: Combining Rows

    I see nothing wrong with this question. It is basically trying to test whether you are using the ANSI standard JOIN syntax or the older syntax using WHERE.

    E.g.

    JOIN:

    SELECT *

    FROM...

  • RE: Question of the Day for 22 Aug 2007

    What JLK says is true. However, leading spaces are white space. Furthermore, the explanation given:


    A fast parse does not allow special characters like $, nor does it support scientific...

  • RE: Question of the Day for 22 Aug 2007

    I believe that the answer given is incorrect as fast parse can support all of the specified formats, including leading white space characters.

    According to the link in the explanation, the...

  • RE: Question of the Day for 20 Jun 2007

    In fact it only rolls back all work in open transactions for the current CONNECTION. A user can have multiple connections with open transactions and other connections for the same...

  • RE: Question of the Day for 29 May 2007

    Obviously not written by an accountant!

    I'm not one myself but I'm pretty sure that having separate deposit and withdrawal methods breaks the rules for double entry book keeping allowing a real...

  • RE: Question of the Day for 25 May 2007

    What a bizarre question!

    To have a question with such abstract possible solutions is a bit silly. Maybe the question should have said who your boss was first and whether you...

  • RE: Question of the Day for 10 May 2007

    Totally agree with all of the above answers. Daft question really as the only answer that gives sufficent space within budget won't give you the safety that you would need.

    Option...

  • RE: Question of the Day for 03 May 2007

    I sort of agree and I answered 'Yes' too. But on reflection, if you mark the database as 'Read-Write' then it's no longer a read only database is it

  • RE: Question of the Day for 09 Mar 2007

    A bit of a blinkered explanation don't you think? I'm pretty sure that if I moved our system clocks forwards by an hour this...

Viewing 15 posts - 1 through 15 (of 106 total)