Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
AnswerRe: Backup and restore of SQL Server database Pin
Mycroft Holmes26-Jul-08 14:22
professionalMycroft Holmes26-Jul-08 14:22 
QuestionGet SQL server Name Pin
sunil goyalG25-Jul-08 22:03
sunil goyalG25-Jul-08 22:03 
AnswerRe: Get SQL server Name Pin
Mycroft Holmes25-Jul-08 22:52
professionalMycroft Holmes25-Jul-08 22:52 
GeneralRe: Get SQL server Name Pin
sunil goyalG25-Jul-08 23:16
sunil goyalG25-Jul-08 23:16 
GeneralRe: Get SQL server Name Pin
Mycroft Holmes25-Jul-08 23:25
professionalMycroft Holmes25-Jul-08 23:25 
GeneralRe: Get SQL server Name Pin
sunil goyalG25-Jul-08 23:56
sunil goyalG25-Jul-08 23:56 
GeneralRe: Get SQL server Name Pin
BhadeliaImran26-Jul-08 1:39
BhadeliaImran26-Jul-08 1:39 
GeneralRe: Get SQL server Name Pin
Paul Conrad26-Jul-08 14:58
professionalPaul Conrad26-Jul-08 14:58 
GeneralRe: Get SQL server Name Pin
Mycroft Holmes26-Jul-08 15:04
professionalMycroft Holmes26-Jul-08 15:04 
GeneralRe: Get SQL server Name Pin
Paul Conrad26-Jul-08 15:06
professionalPaul Conrad26-Jul-08 15:06 
GeneralRe: Get SQL server Name Pin
Mycroft Holmes26-Jul-08 15:19
professionalMycroft Holmes26-Jul-08 15:19 
AnswerRe: Get SQL server Name [modified] Pin
Paul Conrad26-Jul-08 15:00
professionalPaul Conrad26-Jul-08 15:00 
QuestionSelect Row with column name Pin
Member 400849225-Jul-08 21:29
Member 400849225-Jul-08 21:29 
AnswerRe: Select Row with column name Pin
Vimalsoft(Pty) Ltd26-Jul-08 12:23
professionalVimalsoft(Pty) Ltd26-Jul-08 12:23 
QuestionShould I use SQL Server as backend for huge charting application? Pin
mahabir25-Jul-08 19:17
mahabir25-Jul-08 19:17 
AnswerRe: Should I use SQL Server as backend for huge charting application? Pin
Mycroft Holmes25-Jul-08 23:01
professionalMycroft Holmes25-Jul-08 23:01 
GeneralRe: Should I use SQL Server as backend for huge charting application? Pin
mahabir26-Jul-08 17:50
mahabir26-Jul-08 17:50 
GeneralRe: Should I use SQL Server as backend for huge charting application? Pin
Mycroft Holmes26-Jul-08 21:28
professionalMycroft Holmes26-Jul-08 21:28 
QuestionADO Excel problem Pin
followait25-Jul-08 16:36
followait25-Jul-08 16:36 
AnswerRe: ADO Excel problem Pin
Mycroft Holmes25-Jul-08 23:05
professionalMycroft Holmes25-Jul-08 23:05 
GeneralRe: ADO Excel problem Pin
followait26-Jul-08 6:07
followait26-Jul-08 6:07 
GeneralRe: ADO Excel problem Pin
Mycroft Holmes26-Jul-08 14:17
professionalMycroft Holmes26-Jul-08 14:17 
followait wrote:
customer need a report in an Excel file

Ok thats a different problem. Do not create a database for outputting to excel. If you do a search in the articles here you will find many examples for output to excel from both SQL and UI.

You have 2 choices, output a csv file and allow excel to do the conversion when it is opened. This is by far the simplest method and probably the widest used.

Alternatively you can manually create an excel sheet by manipulating the excel application object. This will give you formatting options but will take a lot more work and require the excel application to be installed on the client computer.

3rd option it to use a reporting engine to render an excel report. This give you the best format but will require you get a handle on a report engine.


Never underestimate the power of human stupidity
RAH

QuestionLINQ to SQL and TransactionScope == DTC Pin
Mark J. Miller25-Jul-08 12:33
Mark J. Miller25-Jul-08 12:33 
AnswerRe: LINQ to SQL and TransactionScope == DTC Pin
Mark J. Miller28-Jul-08 10:18
Mark J. Miller28-Jul-08 10:18 
QuestionDatabase column Pin
Verghese25-Jul-08 9:10
Verghese25-Jul-08 9:10 

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.