Viewing 15 posts - 1 through 15 (of 21 total)
GilaMonster (9/9/2010)
September 9, 2010 at 3:45 am
If the DB was on a USB Flash drive (which sounds like a dodgy idea to me....) then you don't need to defragment it. Fragmentation is an issue for...
September 9, 2010 at 12:19 am
Its management studio that ran out of memory, not SQL server. After all, you ARE asking it to display 82 _million_ rows. Thats a lot of rows. ...
April 7, 2009 at 12:55 am
If you are designing a DB that will have 5 or even 2.5 million concurrent users, you NEED to hire some serious consultants that charge a lot of money and...
October 21, 2008 at 10:55 pm
I used to work somewhere where SQL2k would occasionally do this...
No open transactions, truncate log & shrinkdb would do nothing. In the end all we could do was keep...
August 12, 2008 at 6:55 pm
I've had nothing but trouble with parallel queries. At a past job when we moved to SQL2k sp4 suddenly it was much more agressive about parallelising our queries, and...
May 6, 2008 at 12:55 am
I used to look after a moderately busy server (50-100 trans/sec most of the day) that had issues after moving to SP4. We did some experiments with MAXDOP, and...
January 17, 2008 at 10:57 pm
Quite a while back I had to write some trivial .Net code to pull some data out of oracle. It turned out to be quite a mission, I had...
October 3, 2007 at 10:34 pm
Hi Hugo,
I guess it all depends on the purpose of your blog. If you are trying to generate money from adwords on your blog then you won't be happy...
October 3, 2007 at 1:06 am
Well Steve I'm going to put my neck out a bit here and say sites like SoftLogger are not *all* bad. I checked out that site, they say on...
October 3, 2007 at 12:11 am
Ahh... now you mention it, I'm not sure I have actually tried this with sql2005/SSMS. At my last job I used this method... but it was sql2k.
So sorry Ian,...
September 12, 2007 at 6:21 am
Hi Ian,
If you are trying to connect to SQL server on your virtual machine which isn't on the domain then you should connect using an account from the virtual machine,...
September 12, 2007 at 3:57 am
You can map a drive to the virtual pc using one of the accounts on the vitual pc and specify the machine name instead of the domain name -for example,...
September 12, 2007 at 12:54 am
If you connect to the server or map a drive with the credentials you want to use first then those are the credentials that will be used for windows authentication...
September 12, 2007 at 12:51 am
Viewing 15 posts - 1 through 15 (of 21 total)