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

  • Home
  • SEARCH
  • 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 6194507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:18:30+00:00 2026-05-24T03:18:30+00:00

I’m trying to bulk load the aspnet members via TSQL from CSV File or

  • 0

I’m trying to bulk load the aspnet members via TSQL from CSV File or Database sources. I’m happy with any other options i.e. net application or ssis packages.

The problem I’m facing is that each members have a their own profile as blow:

  1. First Name
  2. Last Name
  3. Mobile
  4. Company Add …. etc.

Looks like aspnet profile is stored as

PropertyNames and PropertyValues

in backend aspnet_profile table.

Could anyone please suggest me how I can load the employee data and their profile on to aspnet membership database?

Thanks.

  • 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-24T03:18:30+00:00Added an answer on May 24, 2026 at 3:18 am

    Well, assuming your problem is how to represent profile values correctly, here’s how it’s actually being stored in DB:

    aspnet_Profile.PropertyNames contains profile variable names, corresponding storage descriptor and value length as follows:
    [VariableName]:[Storage]:[Start]:[Length]:[VariableName] …
    where

    • [VariableName] – your profile variable name
    • [Storage] – one char. B for Binary, S for String
    • [Start] – value start position in storage string or byte array
    • [Length] – value length

    Example: Test1:S:0:10:Test2:B:0:100:Test3:S:10:5:TestDate:S:15:95

    aspnet_Profile.ProfileValuesString contains profile values concatened one by one with no delimiters or anything else. To generate this column value you don’t actually have to measure lenghts of values. To read from there you obviously have to.
    Note: DateTime values are being wrapped into XML when serialized to PropertyValuesString.

    Example: TestStringABCDE<?xml version=”1.0″ encoding=”utf-16″?> <dateTime>2011-07-29T10:00:28.1603073+04:00</dateTime>

    aspnet_Profile.ProfileValuesBinary is pretty much the same as previous one. Except it’s binary

    So, having that said, your scenaro would be to get your csv data into a temp table in DB, then run a script over it to generate PropertyNames (most complex part here) and PropertyValuesString (easiest part). That’s it.

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

Sidebar

Related Questions

I am trying to render a haml file in a javascript response like so:
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a reasonable size flat file database of text documents mostly saved in
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I want use html5's new tag to play a wav file (currently only supported

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.