Retrieve the Google Fonts CSS Go to the Google Fonts website and add your chosen fonts to a collection. Click the Use Button Scroll down the page to the link to the Google Fonts CSS file. Copy this link to a text editor From the text editor, copy the content of the href tag and […]
Category Archives: Altele
Move SQL Server database files to a new folder location
ALTER DATABASE my SET SINGLE_USER WITH ROLLBACK IMMEDIATE; ALTER DATABASE my SET OFFLINE; ALTER DATABASE my MODIFY FILE ( Name = my_Data, Filename = ‘D:DATAmy.MDF’ ); Move the file to the new location. ALTER DATABASE my SET ONLINE; ALTER DATABASE my SET MULTI_USER;
Moving all non-clustered indexes to another filegroup in SQL Server
EXEC MoveIndexToFileGroup @DBName = ”, @SchemaName = ”, @ObjectNameList = ”, @IndexName = ”, @FileGroupName = ”;
Resetare InSP Astra G
Mod de resetare contor “InSP”: 1. Se intrerupe contactul motorului, cheia va fi pe pozitia “O” 2. Se apasa butonul de resetare si se tine apasat (este butonul de la reset – aducere la zero – km realizati zilnic) 3. Se stabileste contactul motor, tinandu-se totodata cateva secunde si butonul reset km apasat 4. Dupa […]