Viewing 15 posts - 181 through 195 (of 463 total)
Check this out.
http://searchoracle.techtarget.com/ateQuestionNResponse/0,289625,sid41_cid571200_tax294550,00.html
December 11, 2004 at 9:53 am
The performance impact will largely depend on what both the instances will be used for. There is very less overhead by just adding a new instance which is sitting idle....
December 11, 2004 at 9:35 am
Antares,
I agree with you.Connection pooling has nothing to do with no. of connection and can be used for fine tuning your performance. The answer which i gave was reference...
December 11, 2004 at 9:10 am
There is a tab for connection pooling under ODBC administrator.
Check this article for more information about connection pooling
December 10, 2004 at 6:21 pm
Check this great article from Ken Henderson.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsqldev/html/sqldev_01262004.asp
By default, SQL Server will only be able to use 2 GB of memory. If you don't want to use extra memory, don't specify...
December 10, 2004 at 6:11 pm
Check the article below. It talks about upgrading Personal edition to Enterprise edition.I believe you can use the same process for upgrading to enterprise edition from standard edition. Make sure...
December 10, 2004 at 5:51 pm
I do remember of running into this a while back.SQL does not like Linked servers when you connect using windows authentication. We ended up using SQL Accounts. I don't remember if it...
December 8, 2004 at 12:55 pm
Not with SQL 2000. With what i know is that SQL 2005 will by tying the logins into the local system accounts. This will fecilitate enforcing all kind of user...
December 8, 2004 at 11:22 am
Try checking the SQL error log file. It should give you information of what database is backed up when and also what kind of backup it is.
December 8, 2004 at 8:47 am
From all the replies above, what i understood is that it talks about about disk usage utilization and disk queing. I agree with the disk usage concept and you might want...
December 8, 2004 at 8:42 am
When you look at the job history, under what account does the job say to be executing ? Is it sa, or domain account or some other account ? If...
December 8, 2004 at 8:20 am
You can execute the following procedure for your own login. You need sysadmin or security admin privilege to execute this procedure for other users.
exec sp_defaultdb loginname, databasename
e.g. for login victoria...
December 7, 2004 at 10:05 am
Just a thought.
I have never heard of disk degradation because of space issues. The only closest thing i can think about is that when the disk fills up and with...
December 7, 2004 at 9:10 am
Check the articles below.
http://support.microsoft.com/default.aspx?scid=kb;en-us;810885&Product=sql2k
http://support.microsoft.com/default.aspx?scid=kb;en-us;816840&Product=sql2k
http://support.microsoft.com/default.aspx?scid=kb;en-us;815056&Product=sql2k
http://support.microsoft.com/default.aspx?scid=kb;en-us;815436&Product=sql2k
http://support.microsoft.com/?kbid=867878
December 7, 2004 at 9:03 am
Viewing 15 posts - 181 through 195 (of 463 total)