Viewing 15 posts - 241 through 255 (of 341 total)
I found the following doing a search for your error code:
http://gps678.com/21/18812c397bfe53f4.html
http://wiki.sqlis.com/default.aspx/SQLISWiki/0xC02020E8.html
It appears to be a problem with the destination file, not the source as the error...
May 21, 2008 at 1:18 pm
Michael Earl (5/21/2008)
That's probably a reasonably good starting position - "How can I accomplish this without a trigger?".
Definitely a good question to ask before relying on a trigger. One case...
May 21, 2008 at 10:50 am
By default, if you are a member of the Administrators group on the box, you have sysadmin rights in SQL Server. If that was disabled, there are procedures for resetting...
May 21, 2008 at 7:54 am
Scott Duncan (5/20/2008)
I've always wondered though - how does it handle drive arrays?...
May 21, 2008 at 7:10 am
From a personal standpoint, I can say that an employer who invests in their employee will be more likely to keep the employee. My previous employer invested reasonably well which...
May 19, 2008 at 7:34 am
ALZDBA (5/17/2008)
keep in mind the "old" syntax (*= / =*) has been anounced for deprecation since SQL7.0 sp2.
Maybe but developers won't stop using it until they are forced to by...
May 19, 2008 at 7:03 am
One thing you might try is to open up the query in SSMS, highlight the entire query, click on the Query menu and select Design Query in Editor. SSMS will...
May 19, 2008 at 7:01 am
Brandie,
I can certainly sympathize with you and I don't like the uninstall/reinstall route either. Please let us know if Todd's solution works for you. Seems like a simple solution that...
May 16, 2008 at 12:05 pm
Does your user have UPDATE and DELETE rights in the destination?
May 16, 2008 at 11:14 am
If you have TSQL scripts that will do what you need, I would put them into a job and let it do its thing. SSIS does have its place, specifically...
May 16, 2008 at 11:13 am
Diskeeper does claim that they can safely defrag databases while they are online. I used their product for years at my previous employer without any issues. I know it was...
May 16, 2008 at 10:49 am
I have always found that having plenty of RAM is the first key. With on 4GB of RAM, your SQL Server may be suffocating the OS. I would start by...
May 16, 2008 at 10:34 am
The true difficulty, Sybase or not, is that it is not ANSI 92 compliant. SQL Server 2005 operating in mode 90 enforces ANSI 92 standards so *= or =* will...
May 16, 2008 at 8:03 am
Consistency will ultimately raise the quality of the work being performed, in all cases. Time to complete a project is also critical. Too many projects are put on short deadlines...
May 16, 2008 at 7:22 am
This kind of bizarre behavior would definitely cause me to re-install. Personally, I would rather take the time to re-install and let it correct itself than have to setup things...
May 16, 2008 at 7:15 am
Viewing 15 posts - 241 through 255 (of 341 total)