Forum Replies Created

Viewing 4 posts - 196 through 199 (of 199 total)

  • RE: Back Up Your Database With USB

    I thought this was going to be an article about backing up to one of those portable keyring USB fobs.

    Silly me. 

    S.

     

  • RE: Question of the Day for 10 Feb 2006

    My initial thoughts on reading this was "1 Procedure, the second generates an error".  Finding no option for this, I went for "None, a error will be raised."

    Reading the explantion,...

  • RE: Question of the Day for 02 Jun 2005

    Adam,

    Playing with your code turned up an interesting trick:

    declare @var varchar(10)

    set @var = char(226)

    print char(226)

    if @var like '[ab]' --> gives 'no'

    print 'yes'

    else

    print 'no'

    if @var like '[a-b]' --> gives 'yes'

    print...

  • RE: Query Analyzer Tricks

    An obvious (I feel) one not listed that made me very happy when I learned it, is that you can select some of the code and press F5 to execute...

Viewing 4 posts - 196 through 199 (of 199 total)