Forum Replies Created

Viewing 15 posts - 4,771 through 4,785 (of 6,400 total)

  • RE: Shrinking Databases

    richardmgreen1 (6/1/2012)


    Anthony - thanks for that, I'll give it a try and see what happens.

    Just one quick question, why have you ignored master, model, msdb and tempdb in your code?

    John...

  • RE: The Beer Cooler Thread

    Koen Verbeeck (6/1/2012)


    Site is blocked here at work, so I'll check it at a later time 🙂

    I thought it would be blocked here to as its alcohol related, but must...

  • RE: The Beer Cooler Thread

    Koen Verbeeck (6/1/2012)


    anthony.green (6/1/2012)


    Koen Verbeeck (6/1/2012)


    anthony.green (6/1/2012)


    Andy Hyslop (6/1/2012)


    what 50% tax on anything over 35,060

    I will never moan about taxes again!! :crazy:

    me neither, thought 20% was bad

    I would give my...

  • RE: The Beer Cooler Thread

    Koen Verbeeck (6/1/2012)


    anthony.green (6/1/2012)


    Andy Hyslop (6/1/2012)


    what 50% tax on anything over 35,060

    I will never moan about taxes again!! :crazy:

    me neither, thought 20% was bad

    I would give my left kidney to...

  • RE: The Beer Cooler Thread

    Andy Hyslop (6/1/2012)


    what 50% tax on anything over 35,060

    I will never moan about taxes again!! :crazy:

    me neither, thought 20% was bad

  • RE: Booked 70-450

    It's not a bad social network in all fairness, just be carefull with recruitment agencies. When I got made redundant last year I ended up with around 100 recruitment...

  • RE: Shrinking Databases

    all in one go.

  • RE: Restore from Multiple Full Backups

    you cant combine full backups, what you could do is restore to 4 databases, then use some thing like Red-Gate's SQL Data Compare tool (other tools available) to see the...

  • RE: Shrinking Databases

    DECLARE @sql NVARCHAR(MAX)

    SELECT @sql = REPLACE(

    CAST(

    (

    SELECT 'USE ' + QUOTENAME(name) +';' + CHAR(13) + CHAR(10) +

    'DBCC SHRINKFILE ('+name+'_log);'+ CHAR(13) + CHAR(10)

    FROM sys.databases WHERE name NOT IN ('master','model','msdb','tempdb')

    FOR XML PATH('')

    )

    AS...

  • RE: The Beer Cooler Thread

    Koen Verbeeck (6/1/2012)


    Andy Hyslop (6/1/2012)


    So I've got two options now, set up a business OR move to Belgium 😉

    Wait untill you see our taxes. The reason we have such great...

  • RE: Booked 70-450

    Thanks Andy.

    Was searching the web for a few of the answers to which I had a sort of clue about but wanted to double check, and from reading BOL I...

  • RE: Today's Random Word!

    crookj (5/31/2012)


    WOTD - seamless

    NVPL (none visible panty line)

  • RE: Connect to SSRS 2008 on the domain from the internet

    it would require some coding and can be done, all depends how you want to do it.

    what you will need is to call the reportviewer.aspx control from your dmz web...

  • RE: Need SSRS Material

    +1 to the stairway, also dont underestimate the power of your favourite search engine, lots of good and not so good sites out on the interweb.

  • RE: active\active sql server 2008 r2 cluster how many msdtc services we need?

    Thanks Perry, learnt something new on that one.

Viewing 15 posts - 4,771 through 4,785 (of 6,400 total)