Viewing 15 posts - 76 through 90 (of 148 total)
Further checks using procmon show the installer is unable to open or create the following registry keys
RegOpenKey
HKLM\System\CurrentControlSet\Services\WinSock\Parameters
HKLM\Software\Wow6432Node\Microsoft\CurrentVersion\Internet Settings\ZOneMap
HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles
RegCreateKey
HKLM\Software\Wow6432Node\Microsoft\WBEM\CIMOM
June 24, 2016 at 9:57 am
Interesting in my case, it all came clean when I disabled log shipping on the secondary. 🙂
April 25, 2016 at 10:44 am
Consider updating the statistics one by one and include a wait interval to reduce the impact on your system. You can also add a sample size for daily updates. Below...
April 24, 2016 at 5:21 am
Do you have support for the old applications? If they can reproduce a parallel environment I would recommend you do so and test the upgrade.
Other option is is there...
April 12, 2016 at 4:00 am
Grant Fritchey (1/28/2016)
February 1, 2016 at 11:08 am
sqlm0j0e (1/19/2016)
February 1, 2016 at 11:03 am
JustASQLGuy (2/1/2016)
delete Customers
where CustID in (
...
February 1, 2016 at 10:59 am
Thanks a lot.
So the old IP address remains there, correct?
January 28, 2016 at 9:11 am
In my case I control memory use with the MAX_SERVER_MEMORY option. Check the total memory on the server and allocate to each instance approprately then make sure lock_pages_in_memory is granted...
January 28, 2016 at 4:51 am
ianstirk (1/18/2016)
Nice article.Here's a similar one, but it compresses both tables and indexes:
www.i-programmer.info/programming/database/5535-a-generic-sql-server-compression-utility.html
thanks
Ian
Thanks. Actually SQL Server compression works on indexes too actually. In fact it appears the tool in the...
January 18, 2016 at 11:48 am
very useful article. Will try it out...
January 18, 2016 at 12:28 am
Great article.
Using Windows Auth ONLY is something I have been pushing for in my environment and I have succeeded with two new applications this year. A new version of one...
December 23, 2015 at 2:04 am
Its does mean what it says : the user does not exist or SQL server cannot find the user. Is this account an existing local or domain account? Can u...
June 28, 2015 at 3:49 pm
mtlsql (6/28/2015)
June 28, 2015 at 3:39 pm
GilaMonster (6/27/2015)
If you don't feel like the alert is useful, disable it.
OK. Thanks. Will consider that option.
June 28, 2015 at 3:21 pm
Viewing 15 posts - 76 through 90 (of 148 total)