Jump to content

sql syntax


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Recommended Posts

Hallo,

weiss jemand, wie man in SQL mit Leerzeichen umgehen muss. Ich versuche diese Abfrage

 

SELECT EventID, SID

into Test1

FROM

\\dc1\security,

\\dc1\system,

\\"directory Service",

\\"dns server",

 

und bekomme

Error: Error retrieving files: Error searching for files in folder \\"directory

Service": The filename, directory name, or volume label syntax is incorrect.

 

Gleiches passiert ohne die ""-Zeichen, Nur

 

SELECT EventID, SID

into Test1

FROM

\\dc1\security,

\\dc1\system,

 

läuft einwandfrei durch

 

Sorry, ich bin absoluter SQL-Laie!

 

Merci Vielmals

carnivore

Link to comment
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...