Viewing 15 posts - 46 through 60 (of 83 total)
Thats what I figured, seems obvious enough.
Is this what Frank K. was refering to in an earlier, unrelated post?
Are their any tricks I need to know to make this work...
December 11, 2003 at 3:13 pm
Pakya is right on the mark. All you need is MSSQL2K DTS. (Data Transformation Services). No 3rd party required.
If you have a dump (export) of an Oracle database...
December 11, 2003 at 3:09 pm
I'm trying to think of a funny "alter acronym" for BOL but just cant think of one right now.
Posts...I just enjoy reading all the good stuff here. I feel...
December 11, 2003 at 10:06 am
I've had a similar issue, but didnt resolve it. I'd like to see what the causes of this could be. My solution was to rewrite the package and...
December 11, 2003 at 9:47 am
Yes the problem is EXCEL. One possible workaround it to have the first row with no leading zeros, sort of a header row.
xxxxxx,xxxxxx,xxxxxx,xxxxxx
001234,012345,000123,000012
December 10, 2003 at 2:51 pm
quote:
quote:
Yes.You can also create an aggregate column(s) in a table. This is good...
December 10, 2003 at 2:24 pm
Yes.
You can also create an aggregate column(s) in a table. This is good for reporting purposes as theres no need to do the calculations when the report is running.
...
December 9, 2003 at 10:22 am
DTS export to text and specify delimiter as ;.
December 9, 2003 at 10:07 am
Yes, Using Uniqueidentifer is the "key" to making this work. You could copy the database to a new instance and rename it to Archive*. Create a DTS package...
December 9, 2003 at 9:50 am
Edwin is correct. You need the "insert into log" statement to be in a different transaction for it to committ regardless of a rollback for the remaining inserts.
...
December 8, 2003 at 1:48 pm
You say in QA... You mean when you run @@version is doesnt show 8.00.760 as the version of MSSQL2K?
You can check for the change date of SYSPROCESSES table in...
December 8, 2003 at 1:42 pm
Hey Brian,
Your on 8.00.818?
What's that?
I thought the latest was 8.00.760? (SP3)
Is that SP3a?
Isaiah
Edited by - iadams on 12/05/2003 10:09:32 AM
December 5, 2003 at 9:58 am
What about the fragmentation in this table your truncating? If it is very fragmented will the delete take longer? I think it would. If you have a...
December 5, 2003 at 9:48 am
Viewing 15 posts - 46 through 60 (of 83 total)