Sqlserver
 sql >> डेटाबेस >  >> RDS >> Sqlserver

आप एक बड़ी MS SQL .sql फ़ाइल कैसे आयात करते हैं?

कमांड प्रॉम्प्ट से, स्टार्ट अप sqlcmd :

sqlcmd -S <server> -i C:\<your file here>.sql 

बस <server> को बदलें अपने SQL बॉक्स के स्थान के साथ और <your file here> आपकी स्क्रिप्ट के नाम के साथ। मत भूलो, यदि आप SQL इंस्टेंस का उपयोग कर रहे हैं तो सिंटैक्स है:

sqlcmd -S <server>\instance.

यहां उन सभी तर्कों की सूची दी गई है जिन्हें आप sqlcmd पास कर सकते हैं:

Sqlcmd            [-U login id]          [-P password]
  [-S server]            [-H hostname]          [-E trusted connection]
  [-d use database name] [-l login timeout]     [-t query timeout] 
  [-h headers]           [-s colseparator]      [-w screen width]
  [-a packetsize]        [-e echo input]        [-I Enable Quoted Identifiers]
  [-c cmdend]            [-L[c] list servers[clean output]]
  [-q "cmdline query"]   [-Q "cmdline query" and exit] 
  [-m errorlevel]        [-V severitylevel]     [-W remove trailing spaces]
  [-u unicode output]    [-r[0|1] msgs to stderr]
  [-i inputfile]         [-o outputfile]        [-z new password]
  [-f  | i:[,o:]] [-Z new password and exit] 
  [-k[1|2] remove[replace] control characters]
  [-y variable length type display width]
  [-Y fixed length type display width]
  [-p[1] print statistics[colon format]]
  [-R use client regional setting]
  [-b On error batch abort]
  [-v var = "value"...]  [-A dedicated admin connection]
  [-X[1] disable commands, startup script, environment variables [and exit]]
  [-x disable variable substitution]
  [-? show syntax summary] 


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. चुनिंदा क्वेरी में ऑटो इंक्रीमेंट फ़ील्ड कैसे जनरेट करें?

  2. SQL सर्वर पर स्ट्रिंग करने के लिए varbinary

  3. SQL सर्वर पर संग्रहीत कार्यविधि का अनुसूचित रन

  4. SQL सर्वर में लॉजिकल ऑपरेटर क्या नहीं है - SQL सर्वर / TSQL ट्यूटोरियल पार्ट 121

  5. SQL सर्वर (T-SQL) में उपयोगकर्ता की डिफ़ॉल्ट भाषा कैसे खोजें