Browse by Tags
All Tags » 1.1) Scripts SQL Server 2005 ( RSS)
-
|
Si vous avez suivi la série de messages sur les premiers pas avec SQL Azure , vous avez peut-être trouvé, comme moi, que l’étape 4 est sans doute la moins facile dans la mesure où nous n’avions pas d’outil particulier pour nous aider à “faire le tri”...
|
-
|
A good article on some SQL basics : I was reviewing the Microsoft training courses for SQL2008 for a set of application developers who wanted to learn more about SQL Server. In doing so I came across some commands that I either had not heard of or had...
|
-
|
In the first article of this series( Peer-to-Peer Replication in SQL Server 2008 – Configure a two-node topology ), we configured a two-node Peer-to-Peer replication topology. In this article, we will add a third node to the topology and demonstrate how...
|
-
|
There are two system stored procedures you can take advantage of in order to clean up Database Mail messages, attachments and log entries stored in the msdb database. These two system stored procedures are sysmail_delete_mailitems_sp and sysmail_delete_log_sp...
|
-
|
Cet article décrit en mode pas à pas la méthode pour implémenter la récupération de données XML via un Web Services en utilisant SSIS. Le résultat donne ceci : L’article est accessible ici : http://www.sql-server-performance.com/articles/biz/webservce_xml_tasks_ssis_p1...
|
-
|
C’est une longue suite d’articles parus dans le Database Journal . The purpose of the SqlCredit series is to demonstrate the database design and development portion of a development project. We will build a complete, functioning, tested credit...
|
-
|
Dans des scénarios de ce type, la sécurité des accès est particulièrement importante : Avec un trigger sur la connexion et un appel à la fonction EVENTDATA() le tour est joué : 1: CREATE TRIGGER tr_logon_CheckIP 2: ON ALL SERVER 3: FOR LOGON 4:...
|
-
|
One of the most important responsibilities of a SQL Server Database Administrator is to make sure that the SQL Servers instances which they manage are completely secure. Securing SQL Server is not as simple as just ensuring that the unused features of...
|
-
|
Dans la lignée du très bon SQL SERVER 2008 COMPLIANCE GUIDE... , vous pourrez également trouver sur Codeplex un ensemble d'outils (s'appuyant sur Powershell et les règles SQL Server 2008) et de rapports (basés sur SQL...
|
-
|
Il faut utiliser l'ordre DBCC SHRINKFILE (..., EMPTYFILE); C'est décrit ici dans la documentation : http://technet.microsoft.com/fr-fr/library/ms189493.aspx L'exemple suivant illustre la procédure qui permet de vider un fichier...
|
-
|
Comme cela était prévu (cf. ici : Fonctionnalités du moteur de base de données désapprouvées dans SQL Server 2005 ), et comme c'est indiqué ici : Fonctionnalités du moteur de base de données supprimées...
|
-
|
Introduction Here, I am presenting a new and pretty interesting article about SQL backup techniques. Backup and restore process are an essential and important episode of a database. We all are aware with backup and restore processes of SQL Server. Microsoft...
|
-
|
Il existe bien sûr la méthode SQL (via DB Mail ou SQL Mail), mais voici 2 autres méthodes alternatives (qui peuvent être utiles pour SQL Express par exemple) : 1°) via un script VB Script : tout est décrit ici : An alternative...
|
-
|
XML Workshop I - Generating XML with FOR XML XML Workshop II - Reading values from XML variables XML Workshop III - FOR XML PATH XML Workshop IV - FOR XML EXPLICIT XML Workshop V - Reading Values from XML Columns XML Workshop VI - Typed XML and SCHEMA...
|
-
|
En utilisant un serveur lié vers le serveur Analysis Services, vous pourrez écrire directement en SQL des commandes comme : SELECT * FROM OPENQUERY(LINKED_AS, 'SELECT Cluster() AS [Cluster], ClusterProbability() AS [Prob] FROM [Customers...
|
-
|
C'est résumé dans un excellent livre blanc que vous trouverez ici : http://www.microsoft.com/sqlserver/2008/en/us/wp-sql-2008-whats-new-xml.aspx En voici le résumé : The Evolution of SQL Server XML Capabilities XML Functionality...
|
-
|
Après un premier test concluant (voir ce message : MyLittleTools : myLittleAdmin... ) et suite à la rencontre avec Elian Chrebor le créateur de myLittleTools , nous pouvons mettre en ligne 2 premières e-demos sur les outils d'administration...
|
-
|
You will find a stored proc for this here : http://www.sqlservercentral.com/scripts/Administration/63646/ Share this post: Read More...
|
-
|
Problem I need a way to create a data dictionary that will stay up to date. I make many changes to the database and I spend more time trying to keep the documentation updated than doing database administration. Solution it's here : http://www.mssqltips...
|
-
|
Suite aux récentes alertes de sécurité dont je m'étais fait l'écho ici et là , concernant une recrudescence des attaques de type "SQL injection", le centre de réponse Microsoft pour la Sécurité...
|
-
|
Pour faire suite à mon message du 19 mars " Se prémunir des attaques de type "SQL Injection"... " , voici une nouvelle alerte sur le sujet. En effet, on note une recrudescence mondiale des attaques de type : " SQL Injection...
|
-
|
This is the name of a whitepaper I found interesting. SQL Server 2008 is secure by design, default, and deployment . Microsoft is committed to communicating information about threats, countermeasures, and security enhancements as necessary to keep your...
|
-
|
C'est une démonstration qui a été montrée à TechEd 2008. La vidéo est ici : ADO.NET Distributed Cache (6 min 28 sec) SQL Server 2008 features including Spatial, Sync Framework and Sync Services for ADO.NET, and SQL Server...
|
-
|
Many times, I have come across situations where I felt that having a web-based interface to access my SQL Server database would make my life easier. I suppose, many of you might have felt the same too, and may have identified and configured some sort...
|
-
|
This is the title of the last of a serie of good articles from SQL Server Central. Checking all instances of SQL Server every morning is one of the best ways that a DBA can ensure that the databases are available, jobs have run without a problem, and...
|
More Posts Next page »
|
|