Click here to Skip to main content
15,913,685 members
Home / Discussions / Database
   

Database

 
GeneralRe: Replace multiple words in a text + sql server(SET BASED) Pin
David Skelly17-Nov-09 2:19
David Skelly17-Nov-09 2:19 
QuestionIs Oracle 10g works on Windows 7 ? Pin
E_Gold16-Nov-09 20:18
E_Gold16-Nov-09 20:18 
AnswerRe: Is Oracle 10g works on Windows 7 ? [modified] Pin
Niladri_Biswas16-Nov-09 23:19
Niladri_Biswas16-Nov-09 23:19 
QuestionDocument Management System Pin
Odd Arne16-Nov-09 12:37
Odd Arne16-Nov-09 12:37 
AnswerRe: Document Management System Pin
Mycroft Holmes16-Nov-09 19:03
professionalMycroft Holmes16-Nov-09 19:03 
AnswerRe: Document Management System Pin
Niladri_Biswas17-Nov-09 1:37
Niladri_Biswas17-Nov-09 1:37 
QuestionExport a Table to a Excel File Pin
faravani15-Nov-09 22:10
faravani15-Nov-09 22:10 
AnswerRe: Export a Table to a Excel File Pin
Niladri_Biswas16-Nov-09 1:09
Niladri_Biswas16-Nov-09 1:09 
AnswerRe: Export a Table to a Excel File Pin
Abhishek Sur16-Nov-09 4:19
professionalAbhishek Sur16-Nov-09 4:19 
AnswerRe: Export a Table to a Excel File Pin
dan!sh 16-Nov-09 5:54
professional dan!sh 16-Nov-09 5:54 
AnswerRe: Export a Table to a Excel File Pin
Bassam Saoud16-Nov-09 11:31
Bassam Saoud16-Nov-09 11:31 
AnswerRe: Export a Table to a Excel File Pin
Tripathi Swati17-Nov-09 20:59
Tripathi Swati17-Nov-09 20:59 
you can use
1> DTS Export/Import utility for that please go thru
http://support.microsoft.com/kb/319951[^]

2>exec master..xp_cmdshell but for that you need to enable from surface area configuration

3> BCP utility

4> you can use linked server for excel file to sql table.
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=\\servername\e$\inetpub\wwwroot\game\myexcelfile.xls;',
'SELECT * FROM [scores]') select * from LinkedServerName.DBname.tbl_Stats


5> SSIS package to transfer data from a table in a SQL Server 2005 database to a Microsoft Excel spreadsheet

Reasons are not Important but Results are Important.
Swati Tripathi

Questionproblem with Oracle and ole auto generate update Pin
maryam.saboor15-Nov-09 19:02
professionalmaryam.saboor15-Nov-09 19:02 
AnswerRe: problem with Oracle and ole auto generate update Pin
Mycroft Holmes15-Nov-09 20:04
professionalMycroft Holmes15-Nov-09 20:04 
GeneralRe: problem with Oracle and ole auto generate update Pin
maryam.saboor15-Nov-09 20:48
professionalmaryam.saboor15-Nov-09 20:48 
GeneralRe: problem with Oracle and ole auto generate update Pin
Mycroft Holmes15-Nov-09 21:36
professionalMycroft Holmes15-Nov-09 21:36 
GeneralRe: problem with Oracle and ole auto generate update Pin
maryam.saboor15-Nov-09 22:11
professionalmaryam.saboor15-Nov-09 22:11 
GeneralRe: problem with Oracle and ole auto generate update Pin
Mycroft Holmes16-Nov-09 0:26
professionalMycroft Holmes16-Nov-09 0:26 
AnswerRe: problem with Oracle and ole auto generate update Pin
maryam.saboor16-Nov-09 8:03
professionalmaryam.saboor16-Nov-09 8:03 
GeneralRe: problem with Oracle and ole auto generate update Pin
ExploreLife6-Jun-12 16:27
ExploreLife6-Jun-12 16:27 
QuestionMapping a foreign key participating in multiple relationships Pin
MBursill15-Nov-09 13:12
MBursill15-Nov-09 13:12 
Questionhow to stop long roll back on SQL server 2005 , Pin
i gr815-Nov-09 8:05
i gr815-Nov-09 8:05 
AnswerRe: how to stop long roll back on SQL server 2005 , Pin
Mycroft Holmes15-Nov-09 13:41
professionalMycroft Holmes15-Nov-09 13:41 
QuestionHow to store multiple languages in oracle 10g? Pin
n3ophyt315-Nov-09 0:09
n3ophyt315-Nov-09 0:09 
AnswerRe: How to store multiple languages in oracle 10g? Pin
Richard MacCutchan15-Nov-09 1:37
mveRichard MacCutchan15-Nov-09 1:37 

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.