Cours informatiques gratuits en ligne
  • Téléchargements de cours
      • Back
      • Bases de Données
      • Bureautique
      • Business Intelligence
      • Intelligence artificielle
      • Conception
      • Divers
      • Programmation
      • Réseaux
      • Sécurité
      • Statistiques
      • Systèmes d'exploitation
      • Cloud
  • Tutoriaux
      • Back
      • Big Data
      • Business Intelligence
      • Data Integration
      • Data Science
      • Excel
      • Oracle
      • SQL Server
      • Unix
  • Membres
      • Back
      • Voir mon profil
      • Modifier mon profil
      • Inscription
      • Login / Logout

Total : 11 résultats trouvés.

Rechercher :
Rechercher uniquement dans :

1. Generate login, user and role for monitoring with Nagios and check_mssql_health ...
(SQL Server)

... source = ' FROM WINDOWS' SET @options = ' WITH ' + @options END ELSE BEGIN SET @source = '' SET @options = ' WITH PASSWORD=''' + @checkmssqlhealth_PASS + ''',' + @options END

PRINT ...

Créé le 6 octobre 2016
2. Count distinct with Excel ...
(Excel)

With Excel, I had always found that there was a crual leak with functions : no count distinct !

A simple user function could help to fill the gap.

 

Here is the code :

Function NbValUniques(laPlage ...

Créé le 26 janvier 2009
3. Is this summer warmer than usual here in Lyon (so far)
(Data Science)

Temperatures taken from this website: https://www.historique-meteo.net/france/rh-ne-alpes/lyon/

This dataset is updated monthly to be updated early september with august temeratures (to be updated ...

Créé le 25 août 2018
4. Looping over Pandas data
(Data Science)

... looping over a dataframe and applying a basic (piecewise linear) function: - a "crappy" loop with .iloc to access the data - iterrows() - apply() with a lambda function

But I was a little bit disapointe ...

Créé le 25 août 2018
5. OSM Restaurants
(Data Science)

...  margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; ...

Créé le 15 mai 2018
6. k-means clustering
(Data Science)

... multidimensional dataset.

The k-means minimization problem

Let $(x1, ..., xn)$ be a set of $n$ observations with $xi \in \mathbb^$, for $1 \leq i \leq n$. The aim of the k-means algorithms is to find ...

Créé le 15 mai 2018
7. generate filtered column list for hashbytes
(SQL Server)

I was glad to see on mssqltips a script to generate column list for table in order to by use in hashbytes function later for table comparison : article with original gethashfield function

But as often ...

Créé le 23 mars 2015
8. Script de restore sql server : récupération de la dernière sauvegarde et publication vers une base de données avec un autre nom
(SQL Server)

... + ' WITH FILE = 1,' SET @vstrExecSQL = @vstrExecSQL + @vstrMoveSQL SET @vstrExecSQL = @vstrExecSQL + ' NOREWIND, ' SET @vstrExecSQL = @v_strExecSQL + ' NOUNLOAD '  ...

Créé le 14 février 2014
9. SQL Server 2012 (v11 Denali) : ColumnStore Index ou le stockage en colonne et compression
(SQL Server)

... 

   


Calculons maintenant la taille de cet index en colonne :   


   
 

WITH T1 AS ( SELECT OBJECTNAME(i.OBJECTID) tablename, i.name indexname, SUM(css.ondisksize)/(1024.0*1024.0) ...

Créé le 4 octobre 2011
10. Controler l'espace de stockage avec les strategies SQL (storage and policy-based management)
(SQL Server)

... 

1 2 3 4 5 6 7 8 9 10 11 12

use with SQLPS.exe

usage sample

C:\"Program Files (x86)\Microsoft SQL Server\100\Tools\Binn"\SQLPS.exe -c D:\shells\ps\EvaluateAvailabilityPolicies.ps1"

  set-location SQLSERVER:\S ...

Créé le 2 septembre 2011
11. Oracle et parallelisme
(Oracle)

Sans avoir besoin d'un RAC (Real Application Cluster), d'un grid ou d'un exadata, Oracle fourni en standard un mécanisme de parallelisme très poussé.

Le parallelisme peut se retrouver dans les requêtes ...

Créé le 11 mai 2010
  • Téléchargements
  • Tutoriaux
  • Membres
  • Professional Service
© 2001 - 2023 Polymorphe.org