Viewing 15 posts - 8,341 through 8,355 (of 9,253 total)
The problem is (and i have come across this before) if you do point out a dev's bad piece of code mostly they get uptight, jumpy and defensive instead...
March 15, 2009 at 10:29 am
Paul
what Jeff is saying (and you have to agree is quite correct),You shouldnt do it expecting a massive increase in performance otherwise you could well be dis appointed. There are...
March 15, 2009 at 5:46 am
if its a VM and you have the OS licence, may as well install 64 bit. As a VM you can scale memory, cpu and disk when required
March 14, 2009 at 7:26 am
here you go, courtesy of uncle Bill
March 12, 2009 at 3:24 pm
what version vmware server you using?
have you mapped your VM's virtual NIC to the physical network or to a private virtual network, double check your config
March 12, 2009 at 3:14 pm
you didnt get the job then?
full filegroup backup is different to full database backup
March 12, 2009 at 3:10 pm
Ryan Wellman (5/16/2007)
I changed the "log on as" to .\Administrator for SQL Server (MSSQLSERVER) and SQL Server Agent (MSSQLSERVER). In the SQL Server Configuration Manager and ran the Log...
March 12, 2009 at 2:54 am
the application will generally just issue statements to the database. What can cause problems is 32 bit versions of sql server interracting with 64 bit versions, replication in particular is...
March 11, 2009 at 5:03 pm
Dave (3/10/2009)
March 11, 2009 at 4:17 pm
if the server login exists and the database user exists in the database you only need to use
exec sp_change_users_login 'Update_One', 'Current user in DB', 'SQL login to link to'
March 11, 2009 at 4:10 pm
xgcmcbain (3/11/2009)
March 11, 2009 at 3:13 pm
queries are only a small part of what sits in RAM, you have the buffer pool too which comprises all the database pages read from disk to memory for modifying....
March 11, 2009 at 12:56 pm
i think the windows registry would be the best place to look
March 10, 2009 at 4:34 pm
try running it once a week during a known period of low or no activity!!
March 10, 2009 at 4:32 pm
Viewing 15 posts - 8,341 through 8,355 (of 9,253 total)