Click here to Skip to main content
15,916,945 members
Home / Discussions / C#
   

C#

 
GeneralRe: Controls on form shrinks Pin
Ganesh_T6-Dec-09 18:27
Ganesh_T6-Dec-09 18:27 
AnswerRe: Controls on form shrinks Pin
freakyit4-Dec-09 4:02
freakyit4-Dec-09 4:02 
GeneralRe: Controls on form shrinks Pin
Ganesh_T6-Dec-09 18:26
Ganesh_T6-Dec-09 18:26 
QuestionEvent handling Datagrid Xaml Pin
arun_pk4-Dec-09 2:55
arun_pk4-Dec-09 2:55 
AnswerRe: Event handling Datagrid Xaml Pin
Abhinav S4-Dec-09 3:20
Abhinav S4-Dec-09 3:20 
QuestionAsynchronous Question Pin
Programm3r4-Dec-09 2:24
Programm3r4-Dec-09 2:24 
AnswerRe: Asynchronous Question Pin
Rob Philpott4-Dec-09 3:02
Rob Philpott4-Dec-09 3:02 
GeneralRe: Asynchronous Question Pin
Programm3r4-Dec-09 3:06
Programm3r4-Dec-09 3:06 
AnswerRe: Asynchronous Question Pin
Abhinav S4-Dec-09 3:14
Abhinav S4-Dec-09 3:14 
GeneralRe: Asynchronous Question Pin
Programm3r4-Dec-09 3:23
Programm3r4-Dec-09 3:23 
GeneralRe: Asynchronous Question Pin
Abhinav S4-Dec-09 3:33
Abhinav S4-Dec-09 3:33 
AnswerRe: Asynchronous Question Pin
Alan N4-Dec-09 3:32
Alan N4-Dec-09 3:32 
QuestionReportViewer VS 2008 Pin
staticv4-Dec-09 2:12
staticv4-Dec-09 2:12 
AnswerRe: ReportViewer VS 2008 Pin
Giorgi Dalakishvili4-Dec-09 3:37
mentorGiorgi Dalakishvili4-Dec-09 3:37 
QuestionAttaching to Membership Database Pin
froofy4-Dec-09 1:15
froofy4-Dec-09 1:15 
AnswerRe: Attaching to Membership Database Pin
Eddy Vluggen4-Dec-09 3:14
professionalEddy Vluggen4-Dec-09 3:14 
Server=.\SQLExpress;
AttachDbFilename=|DataDirectory|mydbfile.mdf;
Database=dbname;
Trusted_Connection=Yes;
Source: http://connectionstrings.com/sql-server-2005[^]

The list of names in the Management-Studio are "aliases", short names that point to a file. If you attach a file, make sure to give it an non-existing alias. I usually try to deduce one based on the file-name.

You could use SMO to check what database-names are already in use Smile | :)

I are Troll Suspicious | :suss:

GeneralRe: Attaching to Membership Database Pin
froofy4-Dec-09 5:17
froofy4-Dec-09 5:17 
QuestionPerformance tip on extracting BLOB from database? Pin
Thomas ST3-Dec-09 23:38
Thomas ST3-Dec-09 23:38 
AnswerRe: Performance tip on extracting BLOB from database? Pin
Luc Pattyn4-Dec-09 1:49
sitebuilderLuc Pattyn4-Dec-09 1:49 
GeneralRe: Performance tip on extracting BLOB from database? Pin
Thomas ST7-Dec-09 2:43
Thomas ST7-Dec-09 2:43 
GeneralRe: Performance tip on extracting BLOB from database? Pin
Luc Pattyn7-Dec-09 3:15
sitebuilderLuc Pattyn7-Dec-09 3:15 
GeneralRe: Performance tip on extracting BLOB from database? Pin
Thomas ST7-Dec-09 7:23
Thomas ST7-Dec-09 7:23 
AnswerRe: Performance tip on extracting BLOB from database? Pin
PIEBALDconsult4-Dec-09 3:58
mvePIEBALDconsult4-Dec-09 3:58 
GeneralRe: Performance tip on extracting BLOB from database? Pin
Thomas ST7-Dec-09 1:23
Thomas ST7-Dec-09 1:23 
GeneralRe: Performance tip on extracting BLOB from database? Pin
PIEBALDconsult7-Dec-09 4:30
mvePIEBALDconsult7-Dec-09 4:30 

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.