Viewing 15 posts - 661 through 675 (of 1,346 total)
just buy a sql 2008 license, you can use sql 2005 with it
with MS you always need a server license and CAL's so if you have 2005 CAL's, just buy...
March 13, 2009 at 7:33 am
how is it going to save $10,000? we run VMWare here but don't run exchange or SQL on it. we're about to order a new QA SQL server as well....
March 12, 2009 at 7:35 am
check out the BOL section on db mail
last year we had an issue where we had a full transaction log in a db with a table that has 300 million...
March 12, 2009 at 7:32 am
as a former exchange admin, you have to go to the email folks and trace the email from the smtp server to the mailbox server to see if it was...
March 11, 2009 at 7:32 pm
i'd say it depends on the queries. if the reporting code is a lot of data manipulation than you'll probably want the powerful CPU's there. most of our transactional stuff...
March 11, 2009 at 6:57 pm
my condolences that you have to support ArcServe or anything made by CA
we used it 10 years ago, it never worked right and we switched to Netbackup. for all it's...
March 10, 2009 at 10:09 am
if you're uninstalling the old SQL, why not just reinstall the OS as well?
March 10, 2009 at 10:06 am
amd's drivers are already part of windows, been that way for years
March 6, 2009 at 10:14 am
and we're also running windows 2000 on x64 capable chips in some situations. we can go 64bit software at any time on x64 with a simple OS reinstall as well...
March 6, 2009 at 9:55 am
we have a clustered index on a column in a table where the data is not unique
reason is that we used to have it on another column but we run...
March 6, 2009 at 9:35 am
for some reason i've never got it to work via ODBC into a remote database
March 6, 2009 at 9:31 am
biggest problem with itanium is no backward compatibility
we just installed x64 windows and sql 2005 on a new server that will run the existing x86 app. when there is an...
March 6, 2009 at 9:21 am
do the logins have public permissions to all the databases? we always leave the public default and add the extra r/w permissions as needed
March 6, 2009 at 9:13 am
you can try views
we have a dev who wrote something similar except he loved using views and rarely used temp tables. write a view for every temp table insert. you...
March 6, 2009 at 9:11 am
Viewing 15 posts - 661 through 675 (of 1,346 total)