Viewing 15 posts - 38,671 through 38,685 (of 39,466 total)
December 11, 2001 at 1:31 pm
Maybe I'm not such a good writer. I thought I had a comprehensive article, but maybe not.... oh well.
DTS: Desgin the package and choose SAVE AS. There...
December 11, 2001 at 1:30 pm
I'd kill the spid. Try a couple kill <x>. Does this bring back a rolling back message?
Steve Jones
December 11, 2001 at 12:25 pm
I do include the DROP object because it has worked well for me and, other than tables, I like it better than ALTERs.
Addressing your items:
DBA Tools - scripts and stored...
December 11, 2001 at 12:24 pm
Never seen this. Have you changed any settings? Is there an SP appplied?
I checked my errorlogs and this isn't in them.
Steve Jones
December 11, 2001 at 10:37 am
You'd need to use a linked server and join them as a single source.
You can use the multi data pump thing, but I've never liked it. I'd prefer to use...
December 11, 2001 at 10:30 am
I tend to agree with Andy. Another thing to be aware of is that you should only return what you need. I often see select * when only a few...
December 11, 2001 at 10:27 am
December 11, 2001 at 10:24 am
December 11, 2001 at 10:23 am
I agree with Andy. Large data isn't bad. If the query performs badly, then your design might need some rethinking or use Andy's summary options.
Steve Jones
December 11, 2001 at 10:21 am
December 11, 2001 at 10:18 am
An interesting explanation. And not without merit. Part of my hesitation is that over the years I have seen more bugs (obscure) with views and temp tables than with normal...
December 11, 2001 at 10:17 am
Also, please feel free to post questions here for specific "how does SQL work" questions. We also have lots of beginning articles that should help you get up to speed.
Steve...
December 11, 2001 at 10:12 am
A quick search on Technet for "sql 823" gives these articles. Any apply?
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274310
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q281809
Steve Jones
December 11, 2001 at 10:10 am
The long and short is that I place everything in a separate script and it get's shared (to an "InFlight" folder) or branched (To a specific release).
Each script is short...
December 11, 2001 at 10:06 am
Viewing 15 posts - 38,671 through 38,685 (of 39,466 total)