Viewing 15 posts - 136 through 150 (of 2,640 total)
it could be there is an alias defined , have a check.
August 10, 2011 at 5:14 am
you may want to try sp_updatestatistics @resample='resample'
and/or dbcc updateusage(0) with count_rows;
August 10, 2011 at 5:09 am
one might observe that not knowing the answer led to the correct decision! Be aware that when I interview I always ask how after getting the answer to a...
August 9, 2011 at 5:51 am
irritating those type of errors! You don't have it open in another mapped file/drive?
I usually try to rename a file in this type of situation and see what info...
August 8, 2011 at 7:16 am
you can usually track those who think becoming a MVP is just making lots of posts on forums!
All I'd say about MVP status is that you have to be nominated/recognised...
August 8, 2011 at 7:05 am
well windows 2003 will go out of support very soon
Make sure you choose 2008 R2, windows 2008 is old technology now.
windows 2008 R2 has a bunch of features that w2k3...
August 8, 2011 at 4:16 am
if you're running on a server go into the server diags and check for hardware warnings/errors in the server logs. Open Manage for DELL and HP Server Management on...
August 5, 2011 at 6:44 am
I believe ( maybe ) that a cluster can only "see" one nic per network. You may need to create a second vlan before the cluster will see the other...
August 5, 2011 at 6:39 am
I always assume that a service pack install will require a service restart - if it doesn't then that's a bonus - but most likely you will need a restart....
August 5, 2011 at 6:17 am
this happened to me once and I'm trying to remember what the solution was! Sure it was something to do with how the resource was allocated in cluster manager. ...
August 5, 2011 at 6:12 am
sorry should have added - clusters generally don't "see" anything until you define it as a resource.
August 5, 2011 at 6:06 am
why are you using w2k3 it must be almost out of support?
as far as I know, as I only have w2k8 clusters, you have to add a nic as a...
August 5, 2011 at 6:05 am
I think you're confusing data compression within the database and compressed backups.
Compressed backups are fine, but if you want to use page or row compression ( depending on your sql...
July 22, 2011 at 3:02 am
to be honest the best way to do this is to call a proc with the info you want ( from the being called procedure ) which writes to a...
July 22, 2011 at 2:51 am
to be honest raid 5 isn't very good for anything except read only databases. There is a big overhead on writes for a raid 5 or raid 6. There...
July 22, 2011 at 2:48 am
Viewing 15 posts - 136 through 150 (of 2,640 total)