Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Add reference problem ? Pin
Kash1-Sep-05 1:46
Kash1-Sep-05 1:46 
Questionremote database connection question Pin
theStorminMormon31-Aug-05 4:39
theStorminMormon31-Aug-05 4:39 
Answermy code doesn't really have smileys in it Pin
theStorminMormon31-Aug-05 4:42
theStorminMormon31-Aug-05 4:42 
AnswerRe: remote database connection question Pin
Susan Hernandez31-Aug-05 14:08
Susan Hernandez31-Aug-05 14:08 
GeneralRe: remote database connection question Pin
theStorminMormon31-Aug-05 14:44
theStorminMormon31-Aug-05 14:44 
AnswerRe: remote database connection question Pin
Susan Hernandez31-Aug-05 15:09
Susan Hernandez31-Aug-05 15:09 
Generalcan't find Enterprise Manager Pin
theStorminMormon1-Sep-05 2:08
theStorminMormon1-Sep-05 2:08 
GeneralRe: can't find Enterprise Manager Pin
Susan Hernandez1-Sep-05 5:32
Susan Hernandez1-Sep-05 5:32 
Well, do you have a C:\Program Files\Microsoft SQL Server\80\Tools\Binn folder? If you do, look for isqlw.exe (Query Analyzer) and SQL Server Enterprise Manager.MSC (Enterprise Manager). Ent Mgr is a "Snap-in" to the MMC Console (like if you go to "Computer Management" from the Administrative Tools menu).

If not, you may have the free version of only the engine. Could you do this - go locally where you know it works and "ask" for the version: look at this web page http://www.ssw.com.au/SSW/KB/KB.aspx?KBID=Q746022[^] or this page http://www.sqlteam.com/item.asp?ItemID=8318[^]. You simply have to send SELECT @@VERSION and it will return you the version, then you can match up the results.

In any case, if you're using Visual Studio 2003 (or 2002 I think) you can go up to the View menu and choose "Server Explorer". Choose the local server (where the database is) and expand the server until you see SQL Servers. Expand that and you should find your database. To my knowledge, you cannot change any logins from here, but at least you can look at the data. You can add tables, stored procedures, and views, and the Visual Studio IDE will "help" you create the sql for it by giving you a template.

Anyway, depending on what version you have, that will determine how you set up your logins. I'm really getting into territory here I don't know well, but see what you can find out and we'll go from there. My boss wrote the book on SQL server - quite literally, wrote a book - so if I don't know I can find out. Smile | :)
GeneralRe: can't find Enterprise Manager Pin
theStorminMormon1-Sep-05 6:07
theStorminMormon1-Sep-05 6:07 
GeneralRe: can't find Enterprise Manager Pin
Susan Hernandez1-Sep-05 5:36
Susan Hernandez1-Sep-05 5:36 
GeneralRe: can't find Enterprise Manager Pin
theStorminMormon1-Sep-05 6:10
theStorminMormon1-Sep-05 6:10 
GeneralRe: remote database connection question Pin
Susan Hernandez31-Aug-05 15:20
Susan Hernandez31-Aug-05 15:20 
GeneralRe: remote database connection question Pin
theStorminMormon1-Sep-05 1:37
theStorminMormon1-Sep-05 1:37 
AnswerMore info on MSDE Pin
Susan Hernandez1-Sep-05 7:35
Susan Hernandez1-Sep-05 7:35 
QuestionGetting CMYK colors from bmp Pin
yarns31-Aug-05 4:19
yarns31-Aug-05 4:19 
AnswerRe: Getting CMYK colors from bmp Pin
Niklas Ulvinge31-Aug-05 8:10
Niklas Ulvinge31-Aug-05 8:10 
GeneralRe: Getting CMYK colors from bmp Pin
Dario Solera31-Aug-05 8:54
Dario Solera31-Aug-05 8:54 
GeneralRe: Getting CMYK colors from bmp Pin
Niklas Ulvinge31-Aug-05 8:57
Niklas Ulvinge31-Aug-05 8:57 
GeneralRe: Getting CMYK colors from bmp Pin
Dario Solera31-Aug-05 9:29
Dario Solera31-Aug-05 9:29 
GeneralRe: Getting CMYK colors from bmp Pin
Niklas Ulvinge31-Aug-05 9:33
Niklas Ulvinge31-Aug-05 9:33 
GeneralRe: Getting CMYK colors from bmp Pin
Dario Solera31-Aug-05 9:41
Dario Solera31-Aug-05 9:41 
AnswerRe: Getting CMYK colors from bmp Pin
Andrew Kirillov31-Aug-05 9:01
Andrew Kirillov31-Aug-05 9:01 
QuestionEnterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Member 106086631-Aug-05 4:14
Member 106086631-Aug-05 4:14 
GeneralRe: Enterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Susan Hernandez31-Aug-05 14:19
Susan Hernandez31-Aug-05 14:19 
AnswerRe: Enterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Susan Hernandez31-Aug-05 14:28
Susan Hernandez31-Aug-05 14:28 

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.