Viewing 15 posts - 11,956 through 11,970 (of 18,923 total)
One last thing I'm wondering is why is there a refference from Persons to party like that?
It's my understanding that normally a person will attend more than one party in...
September 4, 2006 at 7:15 am
I think you're going backwards on this. You normally insert the data in the parent table, fetch the new identity value. Then use that to insert in the child table...
September 4, 2006 at 7:14 am
You have to put all the code from the cursor declaration all the way to its deallocation in the dynamic sql, then run that in a single run. That's because...
September 4, 2006 at 7:01 am
I never had any experience on that matter.. the only time I used a remote data source was when I had to work with a 3rd party budgeting software. I...
September 4, 2006 at 6:55 am
Well comparing Access and Sql server is like comparing a Lada to a Ferrari. It always depends of what they are doing but I would much preffer transfering everything...
September 3, 2006 at 7:58 pm
I'm not the expert in mass data importation but I really don't think it's that slow either (remember importing 300K large rows of data in just a few seconds).
However I'm...
September 3, 2006 at 7:55 pm
I think that the safest way to find out is to ask around in the company... maybe the secretary or even programmers. If you have the nerve you can...
September 3, 2006 at 7:49 pm
Same thing... However you must use the right pane to use the multi-select feature. I forget the name of the tab but there's one that list all the objects...
September 3, 2006 at 7:45 pm
Now that I think of it, no. But any way you ask it there's always a way to run to QA and test so I would not even...
September 3, 2006 at 7:42 pm
Thanx for the links. I had already met part of the problem with strings like ',' or ',' but that's about it. That would be a nice gotcha...
September 3, 2006 at 6:15 pm
Ya this seems like the safest solution... I don't think you can assume anything here and "hope" that an update statement will fix all 100% of the data without any...
September 3, 2006 at 11:16 am
Well I don't really know what you need to keep so I'll refrain to only the software problem.
You could always have a Softwares table (SoftwareID identity(1,1) PK Clustered, SoftwareName (Unique)).
Then...
September 3, 2006 at 5:26 am
What is blocking you from automating this process and not having to intervene at all?
September 3, 2006 at 5:22 am
I had thaught about this... but isn't it possible that someone included a comma in their adress manually?
September 3, 2006 at 5:20 am
Thanx for the info... I didn't know that about the IsNumeric Function
.
September 3, 2006 at 5:18 am
Viewing 15 posts - 11,956 through 11,970 (of 18,923 total)