Viewing 15 posts - 1 through 15 (of 17 total)
Hi,
Thanks for the reply. DTS is actually what forced me to try BCP. The DTS job was taking over 11 hours to complete. That's unacceptable for me....
August 6, 2008 at 10:09 am
When possible, avoid querying systables. The structure isn't guaranteed to stay the same in the future versions of SQL Server.
Utilize INFORMATION_SCHEMA views when possible. It doesn't always give you as...
June 29, 2006 at 8:30 am
Hi Rudy,
In most cases, I would be happy to hear that. Exisiting documentation in-house is the best. However, I am a contractor who is subcontracted to a contractor who was...
May 26, 2006 at 9:08 am
Thanks, everyone. I appreciate the advice.
-Chris
November 8, 2005 at 5:58 am
It's available now. It wasn't this morning.
I'm still open to other suggestions, however. No book is the perfect book, but I'd still like...
November 7, 2005 at 1:52 pm
Awesome. There are apparently a lot of people who have had similar problems. However, I've rarely seen two people with the same problem.
-Chris
May 17, 2005 at 6:49 am
For me, this was actually the resolution. It's been pretty amazing. I have no clue how the problem came to be, but this seemed to solve it entirely.
Look at the...
May 17, 2005 at 6:11 am
Hi Yelena,
I removed dbo immediately. It's a dev box, so it's not crucial, but I'm with you on the guest access to master.
Now, here's the kicker. I think I fixed the...
May 9, 2005 at 11:42 am
Interesting twist here...if I hit refresh and wait for like 2-3 minutes, the databases list out fine.
Still not ideal, but better. Any ideas?
-Chris
May 9, 2005 at 8:55 am
Okay,I have done a couple of things to see if they would help in accordance with the suggestions here. First, I made the guest account dbo in the master. Just...
May 9, 2005 at 8:51 am
Wow, lots of great ideas. I'm just now getting a chance to work on these today, but I did dig up a few interesting tidbits just now.
As is usually the case,...
May 6, 2005 at 12:28 pm
Hi Yelena,
Please don't get me wrong. I think you are dead-on 100% right. I tried all of your suggestions. I just haven't found the solution yet. It's got to be...
May 5, 2005 at 2:49 pm
Hi Yelena,
I think I need to look in a different direction. I checked the error log, and I have tons of Error 17052 / SQLDumpExceptionHandler: Process generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. ...
May 5, 2005 at 1:18 pm
Hi Yelena,
Thanks for the reply. Unfortunately, no dice. I have a production server that is behaving well. I compared the permissions given to Guest on both, and they're identical.
Additionally, I was...
May 5, 2005 at 12:47 pm
Hi Yelena,
I should probably qualify that I am a SQL Server DBA. Not that it makes a difference. The questions are quite fair. I am positive, though, that I am...
May 5, 2005 at 11:37 am
Viewing 15 posts - 1 through 15 (of 17 total)