Viewing 15 posts - 2,341 through 2,355 (of 2,640 total)
You would usually go to thrid or fourth normal form for design and then denormalise for performance and implementation.
A quick rule of thumb on existing columns is that if...
September 29, 2005 at 4:34 am
"I wasn't actually recommending this method just attempting to see the other side < grin >"
September 29, 2005 at 3:51 am
have a look in sysperfinfo table - this will show memory being used.
September 28, 2005 at 8:20 am
sorry don't have that data any more - moved company! I was cleaning job titles - had the best published in press - some memorable ocupations were Golden Wonder Crisp,...
September 28, 2005 at 8:17 am
Std edition will report memory usage of around 1.6gb , this is normal and correct. You cannot make std edition use more than this.
September 28, 2005 at 5:56 am
I don't really see why this design should be slow to query, I guess it depends upon how free form the attributes are - in a form of KB then...
September 28, 2005 at 5:53 am
All tables need a unique row id and an identity column is the easiset way to implement this, I personally like to use the data as the key where possible...
September 28, 2005 at 5:47 am
The account the sql server runs under must have sufficient rights to execute these commands, whilst you might have permission it doesn't mean the server user account has. I'd look...
September 28, 2005 at 5:35 am
The alter database command will allow you to do this and will kick your users out of the database. You'll need to profile the server I suspect. I believe certain...
September 28, 2005 at 5:29 am
try this as a starting point
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsqldev/html/sqldev_04222005.asp
September 9, 2005 at 10:30 am
I think some improved reporting was added with sp4 - certainly I've heard of some users uninstalling because of errors like this, but I think if you search msdn /technet...
September 9, 2005 at 10:26 am
I seem to recollect seeing an article from microsoft which stated this was a change in reporting for SP4 - I'm sure if you search technet you will find this...
August 11, 2005 at 6:35 am
I've never fully decided if I'd actually want to explicitely create stats as against adding a secondary index - however.....
Create stats for columns used in queries where an index doesn't...
July 22, 2005 at 7:32 am
The alter database option is the neatest - it's what I use < grin >
July 22, 2005 at 2:42 am
I understand where you're coming from and my suggestion is that you ignore the /3gb switch. Set /PAE on the server and allocate max and min memory for each instance...
July 22, 2005 at 2:40 am
Viewing 15 posts - 2,341 through 2,355 (of 2,640 total)