Forum Replies Created

Viewing 15 posts - 6,196 through 6,210 (of 7,484 total)

  • RE: Question of the Day for 28 Aug 2007

    I don't think it's good practise on this site (where almost all users are USAmerican, and very few can read Simplified Chinese) to refer in a QOTD explanation to the...

  • RE: Question of the Day for 04 Oct 2007

    My view is that this question is too confusing.

    (A) sql 7.0 had log shipping provided the resource pack was installed.

    (B) sql 7.0 also had log shipping to a sql 2000...

  • RE: Today's Random Word!

    crookj (2/10/2011)


    OR even better -

    the "9 Planes of Hell"

    Joe

    Or the 31 planes of existence (I guess Theravada Buddhists are more optimistic than Christians: only 1 of the 31 is hell...

  • RE: Visual Studio Code Names

    I recognised some of the names, was slightly suspicious of the one including 2005 but reckoned that maybe the 2005 stuff just got an upgrade to interface to the 2010...

  • RE: Changing db owner script

    DHeath (2/9/2011)


    Ok update.... have tried to use the code snippit of

    EXEC sp_MSforeachdb 'USE ?; EXEC sp_changedbowner ''sa'''

    and running that on the master database but it errors out with...

  • RE: Today's Random Word!

    Brandie Tarvin (2/10/2011)


    porcelain

    cowrie shell

  • RE: Are the posted questions getting worse?

    Dave Ballantyne (2/10/2011)


    Is the SSC party at sqlbits going to be just me again, or is anyone else going ?

    I would come if I were in the UK at the...

  • RE: Changing db owner script

    Robert klimes (2/9/2011)


    You could try creating a central management server(http://msdn.microsoft.com/en-us/library/bb934126.aspx) an then use sp_msforeachdb 'USE [?]; EXEC dbo.sp_changedbowner @loginame = ''sa'', @map = false'

    As sp_changedbowner is deprecated in SQL 2008,...

  • RE: Link server select statment

    Krasavita (2/9/2011)


    I need to get data from linked server, what is the correct syntax for that, this is what I do,but this is not corect:

    SELECT *

    FROM...

  • RE: Membership Database schema incl. 12 monthly renewals

    Jack Corbett (2/9/2011)


    I probably wouldn't use a view because I like to use SP's for all data access so the query would just go in the SP as is, but...

  • RE: Today's Random Word!

    CirquedeSQLeil (2/9/2011)


    Brandie Tarvin (2/9/2011)


    CirquedeSQLeil (2/9/2011)


    Histogram

    Diagram

    pentogram

    epigram

  • RE: Membership Database schema incl. 12 monthly renewals

    GSquared (2/9/2011)


    I'd go with Jack's design. Don't bother with denormalizing the expiration or last payment date into the users table. Just query the payments table to get that.

    If...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/9/2011)


    Blech!

    Sorry guys, I'm not going into that one. It smacks of "Someone is wrong on the internet" I'm sure I can spend my time elsewhere more productively.

    Probably...

  • RE: Membership Database schema incl. 12 monthly renewals

    Gianluca Sartori (2/9/2011)


    You're looking for the MERGE statement, I guess.

    EDIT: clicked the wrong button.

    As the two inserts and the update are on three different tables, and when the target of...

  • RE: Today's Random Word!

    Peter Trast (2/8/2011)


    CirquedeSQLeil (2/8/2011)


    Brandie Tarvin (1/27/2011)


    Peter Trast (1/27/2011)


    Inconceivable!

    (yes, I know what it means 😉 )

    And yet, I cannot resist the temptation...

    "That word. I do not think it means what...

Viewing 15 posts - 6,196 through 6,210 (of 7,484 total)