Meilleur auteur de réponses
Lancer sql server express 2008

Question
-
Bonjour
J'ai telecharge sql server express 2008. L'installation s'est bien deroule d'apres ce guide d'installation (http://blog.mclaughlinsoftware.com/2009/03/30/sql-server-2008-express/)
j'obtiens dans Demarrer/tous les programmes/microsoft sql server 2008. les dossiers ou fichiers suivants:
1- Import and export Data (64-bits)
2 - un dossier: Configuration Tools qui contient a son tour:
a) Sql Server configuration Manager
b) Sql server Error and Usage Reporting
c) Sql server Installation center 64 bits
Ma question est de savoir comment je fais pour lancer Sql server 2008. Je n'arrive pas ouvrir la page d'authantification. c'est a dire qui me permettra de me loger y entrer et commencer a creer mes tables.
Merci d'avance pour votre aide.
jeudi 17 mars 2011 06:58
Réponses
-
> BonjourBonjour,> J'ai telecharge sql server express 2008. L'installation s'est bien derouleSi je comprends bien , il vous manque les outils de développement, dontSql Server Management Studio (SSMS).Vous pouvez télécharger la version express ici :--Fredfoleide@free.fr
- Proposé comme réponse Papy Normand lundi 28 mars 2011 23:29
- Marqué comme réponse Bechir Gharbi vendredi 8 avril 2011 23:09
samedi 26 mars 2011 08:40 -
Bonjour,
Meme sans SSMSE ( SQL Server Management Studio Express ), vous pouvez toujours utiliser soit SqlCmd
http://msdn.microsoft.com/fr-fr/library/ms162773.aspx
Démarrer ==> Exécuter ==> cmd
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.C:\Documents and Settings\Patrick>sqlcmd -L
Serveurs :
LAMBIN-1D6EECAC
LAMBIN-1D6EECAC\DEV2008
LAMBIN-1D6EECAC\SQLEXPRESS1
C:\Documents and Settings\Patrick>sqlcmd -E -S.\SQlEXPRESS1
1>je suis connecté à l'instance locale (.\) SQlEXPRESS1
on peut aussi utiliser la version SQL Server de PowerShell
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.C:\Documents and Settings\Patrick>sqlcmd -L
Serveurs :
LAMBIN-1D6EECAC
LAMBIN-1D6EECAC\DEV2008
LAMBIN-1D6EECAC\SQLEXPRESS1
C:\Documents and Settings\Patrick>sqlcmd -E -S.\SQlEXPRESS1
1> exitC:\Documents and Settings\Patrick>sqlps.exe
Microsoft SQL Server PowerShell
Version 10.0.1600.22
Microsoft Corp. All rights reserved.PS SQLSERVER:\>
Powershell n'est pas évident à utiliser car pour créer des tables,vues, procédures stockées, il faut connaître SMO
Bonne journée
Mark Post as helpful if it provides any help.Otherwise,leave it as it is.- Marqué comme réponse Bechir Gharbi vendredi 8 avril 2011 23:09
jeudi 7 avril 2011 21:27
Toutes les réponses
-
> BonjourBonjour,> J'ai telecharge sql server express 2008. L'installation s'est bien derouleSi je comprends bien , il vous manque les outils de développement, dontSql Server Management Studio (SSMS).Vous pouvez télécharger la version express ici :--Fredfoleide@free.fr
- Proposé comme réponse Papy Normand lundi 28 mars 2011 23:29
- Marqué comme réponse Bechir Gharbi vendredi 8 avril 2011 23:09
samedi 26 mars 2011 08:40 -
Bonjour,
Meme sans SSMSE ( SQL Server Management Studio Express ), vous pouvez toujours utiliser soit SqlCmd
http://msdn.microsoft.com/fr-fr/library/ms162773.aspx
Démarrer ==> Exécuter ==> cmd
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.C:\Documents and Settings\Patrick>sqlcmd -L
Serveurs :
LAMBIN-1D6EECAC
LAMBIN-1D6EECAC\DEV2008
LAMBIN-1D6EECAC\SQLEXPRESS1
C:\Documents and Settings\Patrick>sqlcmd -E -S.\SQlEXPRESS1
1>je suis connecté à l'instance locale (.\) SQlEXPRESS1
on peut aussi utiliser la version SQL Server de PowerShell
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.C:\Documents and Settings\Patrick>sqlcmd -L
Serveurs :
LAMBIN-1D6EECAC
LAMBIN-1D6EECAC\DEV2008
LAMBIN-1D6EECAC\SQLEXPRESS1
C:\Documents and Settings\Patrick>sqlcmd -E -S.\SQlEXPRESS1
1> exitC:\Documents and Settings\Patrick>sqlps.exe
Microsoft SQL Server PowerShell
Version 10.0.1600.22
Microsoft Corp. All rights reserved.PS SQLSERVER:\>
Powershell n'est pas évident à utiliser car pour créer des tables,vues, procédures stockées, il faut connaître SMO
Bonne journée
Mark Post as helpful if it provides any help.Otherwise,leave it as it is.- Marqué comme réponse Bechir Gharbi vendredi 8 avril 2011 23:09
jeudi 7 avril 2011 21:27