Viewing 15 posts - 2,236 through 2,250 (of 2,640 total)
Having encountered some pretty poor third party apps on sql server ( and some even poorer concepts of indexing )
I'd suggest you run sp_updatestats and dbcc updateuage(0) against your database....
March 22, 2006 at 5:31 am
cool! So are the versions and sp's identical for sql server, o/s, mdac on both servers? Are you using the same client to run the query against both servers?
Are your...
March 22, 2006 at 1:46 am
There are a number of system variables which hold the current user identity, used_id etc. search in BOL and add that to your trigger.
March 21, 2006 at 1:23 pm
yup - you have an implicit transaction - always a strong chnace of locking.
Do you mean you are suffering from blocking? If so you need to analyse the locks being...
March 21, 2006 at 1:18 pm
your best bet is to look out for solid quality learning and such
http://www.solidqualitylearning.com
and see if these people are running courses.
Microsoft provide a number of Technet and msdn events...
March 21, 2006 at 1:42 am
Resolved this now - it appears to work as expected in 2005 - I shall write it up shortly.
March 21, 2006 at 1:36 am
Just to sure you are aware that shrinking mdf and ldf files will increase the likelyhood of file level fragmentation.
Note that shrinking a mdf file will tend to increase the...
March 17, 2006 at 11:44 am
It sounds like it may be the import process that is at fault rather than the server -
a rule of thumb says max 20% in hardware, 80% tuning in...
March 17, 2006 at 9:59 am
Raid 5 is pants for data writing for a database. You may get the most disk space for the spindles but at a poor performance. btw splitting filegroups across an...
March 17, 2006 at 4:38 am
whilst I think pinning tables is a bad idea - if a table is used frequently it will be in cache anyway - you can't pin a view as it's...
March 17, 2006 at 3:17 am
Have you actually checked that the backups are good - 'cos that's what I'd do first. I'd also check the sql and event logs just in case you're running low...
March 16, 2006 at 6:16 am
You can sort of limit the usefulness of EM by making some changes on the databases :-
think carefully about this first , and test thoroughly and document 100% .
Assuming all...
March 16, 2006 at 6:11 am
if your log files are getting too big, you need to back them and/or maybe put the database into simple recovery ( I assume you're not on a production system...
March 16, 2006 at 6:04 am
Viewing 15 posts - 2,236 through 2,250 (of 2,640 total)