Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tempdb tables
Message
De
11/01/2013 07:54:09
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Tempdb tables
Divers
Thread ID:
01562112
Message ID:
01562112
Vues:
79
Can anyone think of a reason that

exec master..xp_cmdshell 'bcp "select * from tempdb.dbo.webdata_donation_report" queryout "C:\temp-data\data_file.xls" -c -t\t -T'

works ok on one instance of sql server but not on another.

the table tempdb.dbo.webdata_donation_report exists on both servers but one server gives an error

SQLState = 42S02, NativeError = 208
Error = [Microsoft][SQL Native Client][SQL Server]Invalid object name 'tempdb.dbo.webdata_donation_report'.
SQLState = 42000, NativeError = 8180
Error = [Microsoft][SQL Native Client][SQL Server]Statement(s) could not be prepared.
NULL

the other server finds the data

NULL
Starting copy...
NULL
3 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.) Total : 1 Average : (3000.00 rows per sec.)
NULL

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform