Viewing 15 posts - 856 through 870 (of 1,346 total)
i use sessions and connections dmv's to store this including queries. with queries it takes up a lot of space. a lot.
write a join depending on the columns you want....
May 9, 2008 at 7:36 am
you might want to look at full text indexes
i have a database with a lot of varcha(255) columns i have to search through and full text indexing is a lot...
May 7, 2008 at 1:43 pm
last 5 years Oracle has gone on a shopping spree buying up all kinds of server application companies. BEA, Peoplesoft, etc etc. if you want to run one of these...
May 7, 2008 at 12:00 pm
we used the above procedure last year when we first upgraded. worked for us. we found a few queries using an in statement that caused it.
MS changed the optimizer from...
May 1, 2008 at 9:59 am
TRACEY (4/26/2008)
April 30, 2008 at 7:53 am
use the new sql 2005 commands, they are a lot better than the old sql 2000 ones
April 29, 2008 at 7:44 am
sql mail won't work on 64bit so you may have to change everything to db mail. check the page file settings since the default ones are wrong. drivers are still...
April 25, 2008 at 9:15 am
i had this on 64bit servers in a few cases
solution was to enable lock pages in memory, not sure if you need to enable AWE and the rest on 32...
April 25, 2008 at 9:05 am
as a former exchange admin, tight AD integration is the last thing you want
with sql you can detach and attach databases on any server and restore to any server under...
April 23, 2008 at 12:03 pm
i doubt it
that's why you always test in QA. for our billing apps the rule is to test with a hotfix on one server and on a regression server with...
April 22, 2008 at 8:00 am
will try it today
tried a test with one table. first i ran just a select on the data to be inserted and it came back in a few seconds. when...
April 15, 2008 at 7:52 am
suku (4/14/2008)
I had to go with the composite clustered index(cSpecialty, id) columns becuase, the cSpecialty column is not unique by itself, so had to join that with the auto increment...
April 14, 2008 at 11:43 am
why the id column? if you are only querying that one column just use it alone in the clustered index. i have tables where i have a int column for...
April 14, 2008 at 11:09 am
doublecheck with the SQL 2005 system view for fragmentation since dbcc showcontig is horribly inaccurate
and check for maintenance on the subscriber blocking replication. if you have enterprise edition make sure...
April 10, 2008 at 1:48 pm
Viewing 15 posts - 856 through 870 (of 1,346 total)