Click here to Skip to main content
15,894,907 members
Home / Discussions / Database
   

Database

 
AnswerRe: Trying to hide taskbar and desktop in Vista and Seven Pin
Chris Meech7-May-10 10:41
Chris Meech7-May-10 10:41 
AnswerRe: Trying to hide taskbar and desktop in Vista and Seven Pin
Peace ON7-May-10 20:01
Peace ON7-May-10 20:01 
QuestionMS-SQL Sever Version Question Pin
gmhanna7-May-10 6:12
gmhanna7-May-10 6:12 
AnswerRe: MS-SQL Sever Version Question Pin
Corporal Agarn7-May-10 8:44
professionalCorporal Agarn7-May-10 8:44 
AnswerRe: MS-SQL Sever Version Question Pin
Andy_L_J9-May-10 20:29
Andy_L_J9-May-10 20:29 
Questionhow do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 3:32
Tunisien867-May-10 3:32 
AnswerRe: how do I find the IP of the 2005 sql server instance? Pin
JHizzle7-May-10 4:09
JHizzle7-May-10 4:09 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 4:15
Tunisien867-May-10 4:15 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Peace ON7-May-10 4:22
Peace ON7-May-10 4:22 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 4:28
Tunisien867-May-10 4:28 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
JHizzle7-May-10 4:36
JHizzle7-May-10 4:36 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 4:51
Tunisien867-May-10 4:51 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
JHizzle7-May-10 5:03
JHizzle7-May-10 5:03 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 5:10
Tunisien867-May-10 5:10 
Hi,
I have remote access to the server(I go to :right click on the server name in sql server managment->connections here I find that remote connections to the server allowed).I don't understand what u mean by query analyzer??
My string connexion should contain the SQL server 'IP @ like this:
string adr="SELECT @@SERVERNAME AS 'Server Name';";
            string sConnection = "Data Source= adr,1433;Initial Catalog=GMAO;User ID=sa;Password=sa;";

Thanks
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
JHizzle7-May-10 5:20
JHizzle7-May-10 5:20 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 5:38
Tunisien867-May-10 5:38 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
JHizzle7-May-10 5:47
JHizzle7-May-10 5:47 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Eddy Vluggen7-May-10 5:09
professionalEddy Vluggen7-May-10 5:09 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 5:18
Tunisien867-May-10 5:18 
GeneralRe: how do I find the IP of the 2005 sql server instance? [modified] Pin
Eddy Vluggen7-May-10 5:24
professionalEddy Vluggen7-May-10 5:24 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien867-May-10 22:43
Tunisien867-May-10 22:43 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Eddy Vluggen8-May-10 2:17
professionalEddy Vluggen8-May-10 2:17 
AnswerRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien868-May-10 4:47
Tunisien868-May-10 4:47 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Eddy Vluggen8-May-10 5:39
professionalEddy Vluggen8-May-10 5:39 
GeneralRe: how do I find the IP of the 2005 sql server instance? Pin
Tunisien868-May-10 5:56
Tunisien868-May-10 5:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.