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 4054942
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:38:21+00:00 2026-05-20T14:38:21+00:00

Just before a bulkinsert (SqlBulkCopy) I see a excec sp_tablecollations_100 N’.tb_tablename’ in the profiler

  • 0

Just before a bulkinsert (SqlBulkCopy) I see a

excec sp_tablecollations_100 N'.tb_tablename'

in the profiler

What does this do? Is it a sign of a problem or is it normal?

Thanks for your help

update

the bulik insert afterwards show with the COLLATION in the insert statement. It is working fine, just wondering if this is ‘normal behaviour’ or that the COLLATE in the bulk insert is somehow affecting performance?

insert bulk tb_dvr_patient ([geboortejaar] VarChar(4) COLLATE Latin1_General_CI_AS,...
  • 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-20T14:38:22+00:00Added an answer on May 20, 2026 at 2:38 pm

    I was curious myself so I had a look at the SQL code behind the stored proc and it is this:-

    ALTER procedure [sys].[sp_tablecollations_100]
    (
        @object nvarchar(4000)
    )
    as
        select
            colid               = s_tcv.colid,
            name                = s_tcv.name,
            tds_collation       = s_tcv.tds_collation_100,
            "collation"         = s_tcv.collation_100
        from
            sys.spt_tablecollations_view s_tcv
        where
            s_tcv.object_id = object_id(@object, 'local')
        order by colid
    

    Seems that it just tells you the collation for the columns on that table.

    Does that help?

    Rick.

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

Sidebar

Related Questions

I've asked almost this just before now, but the fix doesn't work for x
When defining properties I like to do just before property declaration, something like this
I want to make some actions just before my application close. I see there
I've read up on static on several occasions, including just before posting this question.
Otherwise than pointed out in this post I would like to act just before
Just starting out with jQuery and this problem seems to be impossible to me.
Just before I begin heres a small overview of what I'm trying to achieve
I just added an ExecutionHandler to my server pipeline just before my main business
The above error message comes up just before SQL Server marks the database as
I want to set some attributes just before the object is serialized, but as

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.