Click here to Skip to main content
15,905,233 members
Home / Discussions / Database
   

Database

 
GeneralRe: Send E-mail at particular Interval Pin
Mycroft Holmes6-Apr-10 1:06
professionalMycroft Holmes6-Apr-10 1:06 
GeneralRe: Send E-mail at particular Interval Pin
sumit70346-Apr-10 1:31
sumit70346-Apr-10 1:31 
GeneralRe: Send E-mail at particular Interval Pin
Mycroft Holmes6-Apr-10 2:11
professionalMycroft Holmes6-Apr-10 2:11 
QuestionNeed last bit of help with a view being built Pin
Michael J. Eber5-Apr-10 13:40
Michael J. Eber5-Apr-10 13:40 
AnswerRe: Need last bit of help with a view being built Pin
Mycroft Holmes5-Apr-10 16:18
professionalMycroft Holmes5-Apr-10 16:18 
GeneralRe: Need last bit of help with a view being built Pin
Michael J. Eber5-Apr-10 19:43
Michael J. Eber5-Apr-10 19:43 
GeneralRe: Need last bit of help with a view being built Pin
Mycroft Holmes5-Apr-10 19:53
professionalMycroft Holmes5-Apr-10 19:53 
QuestionHow To fetch records from xlsheet Pin
raghvendrapanda5-Apr-10 1:53
raghvendrapanda5-Apr-10 1:53 
hy,
I want to fetch records from xlsheet...i used the following query in my local server


DECLARE @SQLconnect VARCHAR(8000), @FileName varchar(256)
SET @FileName='C:\CopyofOTFormat.xls'
SET @SQLconnect =
'SELECT * INTO ##tmpOrders FROM OPENROWSET(''Microsoft.Jet.OLEDB.4.0'', ''Excel 8.0;Database=' + @FileName + ''', ''SELECT * FROM [Sheet1$] '')'
PRINT @SQLconnect
-- SELECT * INTO ##tmpOrders FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=F:\data\export\excel\Top10.xls', 'SELECT * FROM [Sheet1$]')
EXEC (@SQLconnect)
SELECT * FROM ##tmpOrders
SELECT COUNT(*) FROM ##tmpOrders
-- 2452
DROP TABLE ##tmpOrders


It works in my local server but when i run it in the online server...it says that the xlsheet could not be found.
Is there any way i can access it in online server without actually saing it over there


Thanks & Ragards
raghvendra panda
AnswerRe: How To fetch records from xlsheet Pin
Eddy Vluggen5-Apr-10 22:08
professionalEddy Vluggen5-Apr-10 22:08 
QuestionUndo Restore in Sql 2005 Pin
Abdul Rahman Hamidy4-Apr-10 19:34
Abdul Rahman Hamidy4-Apr-10 19:34 
AnswerRe: Undo Restore in Sql 2005 Pin
Mycroft Holmes5-Apr-10 1:36
professionalMycroft Holmes5-Apr-10 1:36 
AnswerRe: Undo Restore in Sql 2005 Pin
T21026-Apr-10 14:22
T21026-Apr-10 14:22 
QuestionSorting Pivot results Pin
Andy_L_J2-Apr-10 13:01
Andy_L_J2-Apr-10 13:01 
AnswerRe: Sorting Pivot results Pin
Mycroft Holmes2-Apr-10 13:18
professionalMycroft Holmes2-Apr-10 13:18 
GeneralRe: Sorting Pivot results Pin
Andy_L_J2-Apr-10 14:33
Andy_L_J2-Apr-10 14:33 
QuestionSSIS - Ignore Duplicate Records while Doing Data Flow. Pin
codeproject_Tarun2-Apr-10 4:44
codeproject_Tarun2-Apr-10 4:44 
AnswerRe: SSIS - Ignore Duplicate Records while Doing Data Flow. Pin
Andy_L_J2-Apr-10 13:07
Andy_L_J2-Apr-10 13:07 
QuestionSQL Server - what is the best to move a database between to another computer Pin
LouWilk2-Apr-10 3:26
LouWilk2-Apr-10 3:26 
AnswerRe: SQL Server - what is the best to move a database between to another computer Pin
scottgp2-Apr-10 3:49
professionalscottgp2-Apr-10 3:49 
AnswerRe: SQL Server - what is the best to move a database between to another computer Pin
St_Pierce2-Apr-10 4:04
St_Pierce2-Apr-10 4:04 
QuestionI Think I May Go Back To MS Access Pin
Roger Wright1-Apr-10 18:26
professionalRoger Wright1-Apr-10 18:26 
AnswerRe: I Think I May Go Back To MS Access Pin
Mycroft Holmes1-Apr-10 23:17
professionalMycroft Holmes1-Apr-10 23:17 
GeneralRe: I Think I May Go Back To MS Access Pin
Roger Wright2-Apr-10 2:45
professionalRoger Wright2-Apr-10 2:45 
AnswerRe: I Think I May Go Back To MS Access Pin
Gonzoox2-Apr-10 3:55
Gonzoox2-Apr-10 3:55 
GeneralRe: I Think I May Go Back To MS Access Pin
Roger Wright2-Apr-10 16:22
professionalRoger Wright2-Apr-10 16:22 

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.