Forum Replies Created

Viewing 15 posts - 121 through 135 (of 160 total)

  • RE: UK Cultures

    a close second being pepperoni pizza..

  • RE: cursor through user databases the SEQUEL

    Jeff Moden (5/1/2008)


    Ok... thanks... just trying to figure it all out... I think that's the last piece. I'll see what I can do tonight.

    thanks Jeff appreciated 🙂

  • RE: UK Cultures

    hahahaha ok I've never visited the US but thats an interesting eye opener to cultural differences as far as breakfast go !!

  • RE: UK Cultures

    Rootman (5/1/2008)


    Coffee in the morning, tea (hot with milk) in the afternoon! Oh, and doughnuts are not a breakfast food in England.:D

    no I beg to disagree, but real coffee...

  • RE: cursor through user databases the SEQUEL

    Jeff Moden (4/30/2008)


    Couple of things...

    First, 'DataBase_Version' does not exist in SysObjects unless you created a table or something called 'DataBase_Version'. What is 'DataBase_Version'????

    Second, look at you IF statement in...

  • RE: cursor through user databases the SEQUEL

    thanks prasad.. I think that was more the cut and paste error (my fault) in putting a simplified version in the thread

    ok below is full syntaxically (?) correct version...

  • RE: cursor through user databases the SEQUEL

    only on my sandbox but yes 🙂

    several !

    si

  • RE: cursor through user databases the SEQUEL

    I've had a look at sp_executesql in bol and In not sure that would help, for example the end print statement

    (print @dbname) I want it to "output" from the...

  • RE: Blackle

    I dont sorry , when google itself "dimmed the lights" for a day (at least google uk) it had that bit of info to say it didnt make a difference...

  • RE: UK Cultures

    Loner (11/24/2007)


    They don't drink coffee, they drink tea !!!!!.

    no no no .. cant survive without my own daily coffee fix

  • RE: A butterfly flaps its wings...

    having read this I then read the article on the butterfly effect , that indeed itself has to be a butterfly effect

    far to many permatations to wrap my head...

  • RE: Blackle

    when google used a black verison for the one day it did state that it actually made no difference to energy consumption and was to more highlight people awareness

    ~si

  • RE: cursor to step through user databases

    foreachdatabase doesn't really work as its a subset of user databases

    losing the go does work as long as I include the command to run next within the dynamic sql

    e,g

    set...

  • RE: cursor to step through user databases

    just to clarify when I use

    set @sqlstr = 'use '+@dbname +@ctrl

    +'go'

    exec (@sqlstr)

    I get

    Server: Msg 170, Level 15, State 1, Line 2

    Line 2: Incorrect...

  • RE: Potential Rogue code turning cascade delete on and off PLEASE HELP !

    is this something perhaps where I need something like lumigetn og explorer to look at the trans logs ?

    still hitting my head of a brick wall with this

    ~si

Viewing 15 posts - 121 through 135 (of 160 total)