Viewing 15 posts - 8,101 through 8,115 (of 9,248 total)
personally i prefer the function, it works on SQL Server 2005 as well and does exactly what it says on the tin. Its undocumented for a very good obvious reason...
April 10, 2010 at 11:57 am
place your Tempdb on a separate array and size it appropriately + then some. It shouldn't then get to the point where it needs to grow again. Any file shrinking\growth...
April 10, 2010 at 10:47 am
Give this a try
select 'create login ' + name + ' with password = ' +
sys.fn_varbintohexstr(password_hash) + ' hashed, sid = ' +
sys.fn_varbintohexstr(sid) + ', default_database=[' + default_database_name...
April 10, 2010 at 6:15 am
best way
April 10, 2010 at 5:51 am
xinyu.wang1 (4/10/2010)
active/passive, active/active are obsolete terms. Now the term is multi-instance.
It's not obsolete as active\passive refers to the Windows cluster itself and not SQL Server!
Example: A 2 node Windows cluster...
April 10, 2010 at 5:48 am
Niyala (4/7/2010)
Suppose I have two instances running on the Active node. Two instances on the passive node.
if the passive node has 2 instances then it is not passive is it??????
Take...
April 8, 2010 at 12:26 pm
BOL always has some inconsistencies. In the copy i have it says you can move it but not recommended as if you do it is always returned to the Binn...
April 7, 2010 at 12:04 pm
NJ-DBA (4/5/2010)
correction- i think it was āRead servicePrincipalNameā and āWrite servicePrincipalNameā
Correct they are the permissions to assign in ADSIEDIT to the service account. You also need to trust the...
April 7, 2010 at 10:43 am
george sibbald (4/7/2010)
does SQL rely on info in the master database or the registry? I expect and hope the registry but have never actually tried out this scenario.
as far as...
April 7, 2010 at 10:38 am
george sibbald (4/7/2010)
Question I don't know the answer to............In SQL2008 if you restore a master database from a different server and the server the backup originated from had a different...
April 7, 2010 at 5:36 am
Satish-219904 (4/6/2010)
I will add make the max. memory change and add the sql service account to "lock pages in memory" option. Hopefully these two changes will...
April 6, 2010 at 10:28 am
drawlings (4/5/2010)
Lock pages in memory is advised only in cases where it proves to improve performance, experiment! In theory the setting should not be required....
April 6, 2010 at 7:04 am
yes its only user dbs and model, msdb to worry about
April 6, 2010 at 7:02 am
Hi
the values all have different meanings. The buffer cache hit ratio should be compared against buffer cache hit ratio base. Take buffer cache hit ratio and divide by the base...
April 5, 2010 at 3:45 pm
Viewing 15 posts - 8,101 through 8,115 (of 9,248 total)