Viewing 14 posts - 1 through 14 (of 14 total)
Thanks for your help. After discussions with some of my microsoft guru contacts, they suggested I simply create a console or winforms app to leverage the membership, roles and...
September 1, 2009 at 12:04 pm
I was able to get the Table Profile stuff working no problem. I'm currently trying to figure out how to call the System.Web.Security.Membership API from w/in a custom script...
September 1, 2009 at 11:15 am
beezell (6/19/2009)
June 19, 2009 at 2:04 pm
Holy Crap Dude, that's awsome. Works perfectly!
I really appreciate it. 🙂
June 19, 2009 at 1:54 pm
GSquared (5/14/2009)
May 14, 2009 at 2:45 pm
Ok, so I execute the following on the table:
update dbo.masterenroll
SET SSN = (
select distinct right('000' + cast(abs(checksum(newid()))%1000 as varchar(3)), 3) +
right('00' + cast(abs(checksum(newid()))%100 as varchar(2)), 2) +
right('0000' + cast(abs(checksum(newid()))%10000 as...
May 14, 2009 at 2:18 pm
Hi, thanks for your response. Unfortunetly, I don't have an ID. Sux I know.
May 14, 2009 at 1:45 pm
Thanks for your response. I tried your suggestion and got a ton of duplicates.
Hmmmm.
May 14, 2009 at 1:44 pm
GSquared (4/28/2009)
April 28, 2009 at 4:49 pm
Interesting point. I'm going to stew on that a bit.
Thanks!
April 28, 2009 at 4:48 pm
stevefromOZ (4/28/2009)
April 28, 2009 at 4:45 pm
Jetro (4/28/2009)
Why do you have one package for each of the source tables? Maybe it helps to create one package with one dataflow task for each of the source tables...
April 28, 2009 at 4:42 pm
Hi, thanks for your response.
"I'm not sure I have the complete picture. Are the sources of the web databases data all SQL Server databases or some other kind of...
February 24, 2009 at 9:48 am
Viewing 14 posts - 1 through 14 (of 14 total)