Core-Layer
  • Home
  • Blog
  • LINKS
  • ABOUT
  • Contact

Blog

SQL - Fix error "Attempt to fetch logical page in database DataBaseName belongs to object TableName, not to object..."

16/7/2018

1 Comment

 
Run in SQLExpress:

ALTER DATABASE DataBaseName SET SINGLE_USER with ROLLBACK IMMEDIATE
USE DataBaseName
DBCC CheckTable ('dbo.TableName', REPAIR_ALLOW_DATA_LOSS)
ALTER DATABASE DataBaseName SET MULTI_USER
1 Comment

[HTTP] - Fixing error http 500.19 (0x8007007e)

10/2/2016

0 Comments

 
Receiving error: 500.19 0x8007007e 
"The requested page cannot be accessed because the related configuration data for the page is invalid." 

To fix this error do the following: 

Open a command prompt. ​

Type in:
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']

If you need to enable it back: 
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
0 Comments

    Archives

    July 2021
    July 2018
    March 2018
    October 2017
    May 2017
    April 2017
    March 2017
    October 2016
    February 2016
    January 2016

    Categories

    All
    API
    Chrome
    Cisco
    Code Qr
    Covid
    Dev
    Données Personnelles
    Fix
    IIS
    Issue
    Linux
    Microsoft
    Moto
    Network
    News
    Python
    Qr
    Qr Code
    Quebec
    Raspberry Pi
    Roadtrip
    Securité
    Security
    SQL
    Vulnerability
    Windows

    RSS Feed

Proudly powered by Weebly
  • Home
  • Blog
  • LINKS
  • ABOUT
  • Contact