Forum Replies Created

Viewing 15 posts - 61 through 75 (of 82 total)

  • RE: Other Query languages?

    quote:


    yes, one of the last things where Germany is ahead


    Ahem 5-1...sorry couldn't resist ...


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Other Query languages?

    Abend then Forrgot your an hour ahead of the UK.

    Ritch

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Other Query languages?

    Morgen Frank,

    Yeah there is also RitchSQL, although I wouldn't recommend it

    Laters

    Ritch

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

  • RE: How to make a SP stop automaticaly after s.time?

    Sorry was talking crock before, why break a habit of a lifetime . The following works though.

    -------------------------------

    declare @startdate datetime,

    ...


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Do you think education matters?

    Frank,

    He's a character from the film Ghostbusters I think.

    Ritch

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Copying Databases to New Server

    Els,

    It's an active thread in administration titled 'Transfering Logins to a new server', posted by StefanJ.

    It's a long link, so it may break.

    http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=13600&FORUM_ID=5&CAT_ID=1&Topic_Title=Transferring+Logins+to+a+new+server&Forum_Title=Administration

    Ritch

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Copying Databases to New Server

    Read one of the threads below, about transfering logins. May help you out.

    Ritch

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Do you think education matters?

    Agreed. Person A might be technically very gifted but if person B will work better in your team, who you gonna hire?

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Copying Databases to New Server

    Stop the SQL Server service. Should be ok then. But only during downtime!

    Ritch

    *I didn't do anything it just got complicated*

    Edited by - Ritch on 06/25/2003 09:41:53 AM


    "I didn't do anything it just got complicated" - M Edwards

  • RE: How much do you earn?

    quote:


    The further north you go, the salary drops


    Hi Clive,

    Tell me about it


    "I didn't do anything it just got complicated" - M Edwards

  • RE: How to make a SP stop automaticaly after s.time?

    Hi,

    Sorry I haven't had time to test it, but the following maybe along the lines of what you need.

    --------------------------------------

    declare @startdate datetime

    set @startdate = getdate()

    .

    .

    .

    if @startdate = datediff(mi, @startdate, getdate()) +...


    "I didn't do anything it just got complicated" - M Edwards

  • RE: database migration

    Hi,

    I prefer doing backup (with verify)-restore, then scripting out any jobs etc. Seems cleaner, and less hassle doing it this way.

    As far as I know you can...


    "I didn't do anything it just got complicated" - M Edwards

  • RE: Do you think education matters?

    quote:


    No ability to work things out.


    how often have you heard...


    "I didn't do anything it just got complicated" - M Edwards

  • RE: How much do you earn?

    Hi Crappy,

    I finished uni, whereas my mate didn't. Experience counts for a lot, not whether you can tow the line at uni. He earns nearly twice what I...


    "I didn't do anything it just got complicated" - M Edwards

  • RE: shrink logs

    Thanks.

    *I didn't do anything it just got complicated*


    "I didn't do anything it just got complicated" - M Edwards

Viewing 15 posts - 61 through 75 (of 82 total)