Viewing 15 posts - 4,771 through 4,785 (of 6,400 total)
richardmgreen1 (6/1/2012)
Just one quick question, why have you ignored master, model, msdb and tempdb in your code?
John...
June 1, 2012 at 3:51 am
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...
June 1, 2012 at 3:28 am
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...
June 1, 2012 at 3:24 am
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...
June 1, 2012 at 3:14 am
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
June 1, 2012 at 3:09 am
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...
June 1, 2012 at 3:07 am
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...
June 1, 2012 at 2:41 am
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...
June 1, 2012 at 2:36 am
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...
June 1, 2012 at 2:29 am
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...
June 1, 2012 at 2:25 am
crookj (5/31/2012)
WOTD - seamless
NVPL (none visible panty line)
June 1, 2012 at 2:20 am
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...
June 1, 2012 at 2:17 am
+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.
June 1, 2012 at 2:07 am
Thanks Perry, learnt something new on that one.
June 1, 2012 at 1:55 am
Viewing 15 posts - 4,771 through 4,785 (of 6,400 total)