Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7694507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:20:10+00:00 2026-05-31T21:20:10+00:00

Is it possible to do a bulk insert with Sitecore Rocks? Something along the

  • 0

Is it possible to do a bulk insert with Sitecore Rocks? Something along the lines of SQL’s

INSERT INTO TABLE1 SELECT COL1, COL2 FROM TABLE2

If so, what is the syntax? I’d like to add an item under any other item of a given template type.

I’ve tried using this syntax:

 insert into (
 @@itemname,
 @@templateitem,
 @@path,
 [etc.]
 )   
 select  
'Bulk-Add-Item',
//*[@@id='{B2477E15-F54E-4DA1-B09D-825FF4D13F1D}'],
Path + '/Item',
[etc.]

To this, Query Analyzer responds:
"values" expected at position 440.

Please note that I have not found a working concatenation operator. For example,
Select @@item + '/value' from //sitecore/content/home/*
just returns '/value'. I’ve also tried ||, &&, and CONCATENATE without success.

There is apparently a way of doing bulk updates with CSV, but doing bulk updates directly from Sitecore Query Analyzer would be very useful

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:20:12+00:00Added an answer on May 31, 2026 at 9:20 pm

    Currently you cannot do bulk inserts, but it is a really nice idea. I’ll see what I can do.

    Regarding the concatenation operator, this following works in the Query Analyzer:

    select @Text + "/Value" from /sitecore/content/Home
    

    This returns “Welcome to Sitecore/Value”.

    The @@item just returns empty, because it is not a valid system attribute.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

USE AdventureWorks2008R2; GO INSERT INTO myTestSkipField SELECT * FROM OPENROWSET(BULK 'C:\myTestSkipField-c.dat', FORMATFILE='C:\myTestSkipField.fmt' ) AS
Does anyone know if its possible to use Bulk insert from following code: FORALL
It is possible to use (BULK INSERT statement) to insert data from a temporary
Is it possible to BULK INSERT (SQL Server) a CSV file in which the
Is it possible to perform a bulk insert with SQL Server 2000? If so,
Is it possible to bulk update? I did a build insert, now I would
I'm doing a bulk insert but before inserting into the actual table I need
So I have an existing ASP.NET solution that uses LINQ-to-SQL to insert data into
Possible Duplicates: SQL Server - bulk delete (truncate vs delete) What’s the difference between
I want to bulk insert about 700 records into the Android database on my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.