Click here to Skip to main content
16,005,682 members
Home / Discussions / Database
   

Database

 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish11-Dec-08 8:10
snehasish11-Dec-08 8:10 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius11-Dec-08 8:41
mentorWendelius11-Dec-08 8:41 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish11-Dec-08 20:37
snehasish11-Dec-08 20:37 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish12-Dec-08 1:50
snehasish12-Dec-08 1:50 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius12-Dec-08 3:15
mentorWendelius12-Dec-08 3:15 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish15-Dec-08 10:42
snehasish15-Dec-08 10:42 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius16-Dec-08 6:11
mentorWendelius16-Dec-08 6:11 
QuestionStruggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 4:45
professional dan!sh 11-Dec-08 4:45 
I am using following command:

exec master..xp_cmdshell 'bcp "select * from cab.useraudit" queryout "c:\test.xls" -c -T'


On execution I am getting following error:

Error = [Microsoft][SQL Native Client]An error has occurred while establishing a connection to
 the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the
 default settings SQL Server does not allow remote connections


I have configured the server to allow remote connections. What might be wrong?

C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void


"Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live." - Martin Golding

AnswerRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:14
professionalParwej Ahamad11-Dec-08 5:14 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 5:16
professional dan!sh 11-Dec-08 5:16 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:24
professionalParwej Ahamad11-Dec-08 5:24 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:38
professionalParwej Ahamad11-Dec-08 5:38 
AnswerRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 5:25
mentorWendelius11-Dec-08 5:25 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 5:27
professional dan!sh 11-Dec-08 5:27 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 5:29
mentorWendelius11-Dec-08 5:29 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 5:41
professional dan!sh 11-Dec-08 5:41 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:43
professionalParwej Ahamad11-Dec-08 5:43 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 5:45
professional dan!sh 11-Dec-08 5:45 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 5:45
mentorWendelius11-Dec-08 5:45 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 5:47
professional dan!sh 11-Dec-08 5:47 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 6:05
mentorWendelius11-Dec-08 6:05 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 6:23
professional dan!sh 11-Dec-08 6:23 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 7:17
mentorWendelius11-Dec-08 7:17 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 7:59
professional dan!sh 11-Dec-08 7:59 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 8:03
mentorWendelius11-Dec-08 8:03 

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.