Erection dysfunction substance is often a name which 7drugs priligy Priligy kostar

Cialis is finding progressively more takers due african mango African mango results to its great capacity to cure male Electronic cigarette price Electronic cigarette china impotence and activate Mail order viagra without prescription Viagra questions libido. If you're out to Human Growth Hormone Human Growth Hormone

In Where can i buy viagra Buy viagra online at the usa on your own, you'll find 16 Viagra samples Buy viagra online without prescription to 25 zillion American adult men that Potent levitra Levitra suffer kind impotence of male impotence. Several of Free cialis Indian cialis these Buy cheap levitra xanax xenical Buy levitra at a discount men Buy cialis online in missouri Buy cialis online in missouri

There are various individuals Raspberry ketone extract for sale Raspberry ketone supplement sale

Flour

September 17th, 2009 § 0 comments § permalink

Because we don’t have our own place or any jobs yet I’ve been thrifting it up a bit in the kitchen. Otherwise known as cooking like a povo/1940s housewife. The food I have been making is weird to me and to be honest I’m a terrible cook so a lot of it has been very average. I wish you could just bake everything.

I made the weirdest sauce ever to go with this roast chicken last night. All I have is wholemeal flour, rice, pasta, tiny bit of butter, milk and some vegetables and meat. So I did the roast with some roast carrots, haha, and it was looking pretty disturbingly bland. So I thought I would make gravy, but I couldn’t because a) I hadn’t made the chicken stock yet and b) wholemeal flour does not a good gravy make. So I did white sauce with wholemeal flour lol – I liked it, tastes like a mix between bread sauce and white sauce haha both of which I love but have never made myself.

What other weird things have I done… oh yeah.. hot chocolate with wholemeal flour – HAHA – do not recomend, rice pudding with evaporated milk, porridge with evaporated milk, and washed so many freaking saucepans because there is no dishwasher and no microwave, ahhh, so not used to having to actually do this stuff myself lol.

Anyway most people would probably be a bit disturbed at what I have been cooking but Jonnos pretty good and takes it in his stride although I do wonder what he is thinking haha. I have done some baking and did a batch of cocoa brownies with a layer of ganache which were proclaimed the best ever, made with wholemeal too although you couldn’t tell.

Oh yeah I have been epicly sick so been in bed all day, browsing ASOS.com, learning ASP.NET, reading food forums, deafening myself with dance music, you know the usual. I really need to find a wallet and I am scared of how cold it is going to get and how little warm clothes I have. Never fear. I will survive.

xx L L

Bye bye

April 7th, 2009 § 1 comment § permalink

Bye bye to my work and my workmates.. it has been cool working with everyone from BCM.. I certainly have learnt a few things that I will take with me ;) .. hehe… I will miss you all.

byebye
byebye2
byebye3

What happens when you delete the default database for your login (SQL05)

March 9th, 2009 § 2 comments § permalink

Well you can no longer connect to SQL Management Studio. In my case I had detached the default database for my user, and was now getting the error:

Cannot connect to ..
Additional information:

Cannot open user default database. Login failed.
Login failed for user ‘Laura’. (Microsoft SQL Server, Error: 4064)

Solution: (Vista, XP similar)

  1. Open a command promt (start, type cmd)
  2. Type sqlcmd in the command prompt. You should see an error saying basically that you cannot open the user default datacase (Msg 18456)
  3. Type in: ALTER LOGIN [USERNAME] WITH DEFAULT_DATABASE=master
    GO
  4. This should set your default database to master and you will then be able to open SQL Management Studio.
  5. Alternatively, open SQL Management Studio, and in the connect to server dialog press options, and then type master into the connect to database: textbox.
  6. You will then have to create a new query and execute the following text: sp_defaultdb ‘USERNAME’, master

SSIS Send Mail Task Useless Error messages

January 7th, 2009 § 3 comments § permalink

I have spent ages trying to figure out why I am getting this adequately useless error message:

Error: 0xC002F304 at Send Mail Task, Send Mail Task: An error occurred with the following error message: “Failure sending mail.”.
Task failed: Send Mail Task

Msdn provides a list of Integration services error and warning message definitions here, but check out the definition for this one:

DTS_E_ERROROCCURREDWITHFOLLOWINGMESSAGE An error occurred with the following error message: “%1″.

Wow.. an error occured with the following message, failure sending mail, so amazingly descriptive.

Anyway you know you are doing something severely wrong when you do a google search on SMTP Error: 0xC002F304 and only get back about 2 releveant results, and sure enough I was doing something majorly wrong.  Eventually I got so frustrated with the Send Mail task and its complete lack of error debugging information I decided to use the script task to see if that would give me any more.

So I added a new script task and ew put some VB code in and that gave me a different error that was no more descriptive than the last. Anyway that motivated me to open Visual Studio and try the same in goold old C# and sure enough…

sendmaill

My SMTP server was unable to relay to the recipient I had chosen (my personal email). Switched it to my work email and BOOYA all go.

TechEd 2008 Schedule Builder up

August 12th, 2008 § 0 comments § permalink

Log onto the NZ CommNet site by going to www.msteched.com/newzealand

Start building up your TechEd schedule :) I’m sturggling like last year to choose between some Architecture tracks and the Development ones. I will post up my schedule later once its complete.

And of course don’t forget to nag the token female at your work for invites to the Girl Geek Dinner on the monday night. Mmm. The food was good last year…

Where Am I?

You are currently browsing the geek category at laurasaur.