Find more posts tagged with
Sort by:
1 - 3 of
31
- Je crains que les instructions INSERT ne soient pas autorisées ici. Si, toutefois, vous avez écrit une procédure stockée qui effectuait une insertion groupée, vous pouvez alors l'appeler à partir de ce formulaire.
- I'm afraid INSERT statements are not allowed here. If, however, you wrote a stored procedure that performed a bulk insert, you could then call it from this form.
-
Vous devrez créer une procédure stockée à l'aide de SQLServer Management Studio ou quelque chose comme ça :
- You would need to create a stored procedure using SQLServer Management Studio or something like that:
-
Vous pouvez ensuite appeler la procédure stockée à partir de ce formulaire.
- You could then call the stored procedure from that form.
For our English speaking friends:
can I have an example query with a "bulk insert" statement from a .txt file to a sql server table in the "Query" tab
For our English speaking friends:
can I have an example query with a "bulk insert" statement from a .txt file to a sql server table in the "Query" tab