Viewing 15 posts - 6,406 through 6,420 (of 7,429 total)
Alot of us who are concerned with specific databases becoming corrupt and unusable usually also do a transactional replication to copy the data to another site for safety sake.
"Don't roll...
April 15, 2002 at 10:08 am
Use GROUP BY and you column even if not in the select list is fine. Just keep in mind anything not in an Aggregate function such as SUM, MAX, MIN,...
April 15, 2002 at 7:05 am
I have moved serveral million records is a single pacakge execution and have never seen this. If is an app the app may be having a problem finding the DTS...
April 15, 2002 at 7:01 am
Generally I would follow the rule of total amount available to all instances as 90% with a minimum of 64-80 Mb for the OS.
So depending on what each instance...
April 15, 2002 at 6:56 am
Sorry couldn't offer a better option.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
April 15, 2002 at 6:02 am
This is a variation of what Sven wrote that seemed more like what you were looking for. However I do not agree with the cursor statement as the while has...
April 15, 2002 at 6:01 am
Ok, I am baffled primarily since the sqlsp.log file does not containt a failed line. My last thought is find the .out files that occurr when the upgrade is done...
April 15, 2002 at 5:18 am
Right, this is because the DTS activex com objects do not exist on the computer A in question. You will have to install them which I am not sure if...
April 15, 2002 at 5:08 am
I agree with crosspatch. DTS is far more flexible it creatigna structured file liek you are speaking out. BCP does not allow direct output of the column names as headers....
April 15, 2002 at 4:57 am
This is one of the hardest things to do and I personally have not seen a third party tool that does all that much better (anyone seen one?). Anyway the...
April 14, 2002 at 6:22 pm
Also I see you are doing a lot of work that is not needed with memory. Below I have posted what I would have done with the trigger that fixes...
April 14, 2002 at 9:13 am
One of the main reasons I don't use it is the fact I use differential backups most of the time which I have coded to do the differential nightly Sunday...
April 12, 2002 at 3:27 pm
quote:
I thought that view object is only the structure
Right.
quote:
April 12, 2002 at 2:34 pm
Take a look here at MS KB Article
quote:
Resource Monitor Problem Results in Event 1116 (Q255647)http://support.microsoft.com/default.aspx?scid=kb;en-us;Q255647
April 12, 2002 at 2:23 pm
Depends realy on the data being stored. But overall the highest performance hit will be the 3000 tables no matter if those duplicate any data or you have to join...
April 12, 2002 at 1:34 pm
Viewing 15 posts - 6,406 through 6,420 (of 7,429 total)