Viewing 15 posts - 1,036 through 1,050 (of 6,216 total)
Domain admin is more power than you need for the account, but won't cause a problem. I've seen other posts that have a similar error, didnt see a fix. Are...
August 16, 2004 at 11:11 am
There are some switches you can add to help you debug (or they could be the source of the problem!). If you add -outputverboselevel 2 -output c:\repl.txt to the job,...
August 16, 2004 at 11:04 am
Do you have a computed column? This might apply:
http://support.microsoft.com/default.aspx?scid=kb;en-us;301292
August 16, 2004 at 11:00 am
I dont think we want to require English. For now I'd rather have users contribute in whatever way they can, realizing that posts/scripts in languages other than English will tend...
August 16, 2004 at 10:58 am
You guys are doing a great job looking at set based options, well done. As far as the core question of which is better, while loop or cursor, I'd be...
August 13, 2004 at 8:42 am
I prefer per processor licensing, just easier to manage. I believe they require you to license all physical processors if you go that route. If they are hyper threaded -...
August 5, 2004 at 9:34 pm
Taking a cut with DTS seems sound (though I like transactional replication!). If you've got the Enterprise edition you could even set up a distributed partioned view to keep it...
August 3, 2004 at 6:37 pm
I'd prefer a set based solution, but simplicity ranks high. Performance, sneakiness, lines of code, non rank too high, but might be used for tie breakers.
August 2, 2004 at 5:23 pm
Sample code for VB:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;182290
Search google for "multiple recordsets" you should find quite a few references.
August 2, 2004 at 5:09 am
Enterprise Manager makes it pretty easy to do. Good way to learn the syntax is do something in EM, then generate the create script.
August 1, 2004 at 1:11 pm
You can return two resultsets just be doing two selects:
select top 10 * from tablea
select top 10 * from tableb
Both ADO and ADO.Net support it, though in both it's up...
August 1, 2004 at 1:09 pm
I cant say enough how pleased I am with the replies I've seen so far. Good articles should generate thought - and thoughtful comments!
Couple comments I would like to speak to...
July 31, 2004 at 2:42 pm
Let me see if I can answer some of those, tell me if I missed any.
- Microsoft TSQL from 6.5, 7.0, or 2000. No Yukon features on this go around,...
July 22, 2004 at 6:21 pm
Nice work writing that up. I can see that saving me a headache one day.
July 14, 2004 at 6:37 pm
MAUD is pretty funny. I've heard it referred to as ducking as well, you explain to another person who nods their head continuously like a duck, at some point you...
July 13, 2004 at 6:12 pm
Viewing 15 posts - 1,036 through 1,050 (of 6,216 total)