Viewing 15 posts - 4,771 through 4,785 (of 6,395 total)
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
Certain things are stored in the default trace if its enabled, but by default only 5 20MB files are created and are rolled over once full, so you might have...
June 1, 2012 at 1:52 am
sure as long as you have a connection method that uses the correct credentials you can do what you want to the db.
June 1, 2012 at 1:44 am
First off I'm going to say, that I hope you understand that shrinking a database is not recommended or best practise and ensure that you perform index maintenance after your...
June 1, 2012 at 1:39 am
the config tool is good for looking at it in a GUI, but always check the XML config file as it can differ as the config file contains all the...
May 31, 2012 at 9:00 am
Viewing 15 posts - 4,771 through 4,785 (of 6,395 total)