Viewing 15 posts - 676 through 690 (of 1,348 total)
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
is there a permanent roadmap for itanium or is intel selling it due to contractual requirements with HP?
March 6, 2009 at 9:06 am
how many people use Itanium? 5?
it was a plan to compete with SPARC and UNIX which have been 64 bit for years before x64 came out. the 64bit windows that...
March 6, 2009 at 8:55 am
it's not the best test, but anandtech runs some generic database tests with intel and amd cpu's. a lot of times AMD beats Intel on the db tests but will...
March 6, 2009 at 8:26 am
check out Visual Studio 2005 for databases or one of the open source code version control apps like CVS. but i think they only work if you use them all...
March 6, 2009 at 8:12 am
Gift Peddie (3/5/2009)
March 6, 2009 at 8:00 am
ab5sr (3/6/2009)
March 6, 2009 at 7:58 am
where i work our VP doesn't trust AMD due to their financial problems
I would buy a Proliant DL380 G5 dual quad core xeon and 32GB of RAM. if you use...
March 6, 2009 at 7:45 am
if we need table data we just restore to a different server with another db name and copy the data over
if you need to do this on a constant basis...
March 5, 2009 at 10:04 am
i have huge tempdb files and have never noticed any startup overhead. i usually create a tempdb file that is the entire size of the HD which is around 136GB...
March 5, 2009 at 10:02 am
Sakthivel Chidambaram (3/5/2009)
Hi,Some of my references.
1. E-Books --> http://www2.mygoogle.co.in/search/?q=filetype%3Apdf+SQL+Server
2. Free Video Tutorials --> http://wtv.watchtechvideos.com
3. SQL Server Quiz SQL Server Quiz --> http://www2.mygoogle.co.in/search/?q=SQL+Server+Quiz
Happy Learning!
teh middle one is nice,...
March 5, 2009 at 9:58 am
we run HP servers and install all the client HP software as part of the install. they have a utility called process monitor where you add the exe files, restart...
March 4, 2009 at 9:34 am
i've done this and it depends on the server
for one machine i just restored the db's, copied the jobs over and recreated logins manually. then when it was done i...
March 4, 2009 at 9:32 am
we had something similar during testing
devs had queries that said
select column1, column1, column3 from sometable order by column1
worked in 80 but not in 90
March 4, 2009 at 9:27 am
Viewing 15 posts - 676 through 690 (of 1,348 total)