Viewing 15 posts - 5,641 through 5,655 (of 6,216 total)
No, they don't have to be the same. Usually they are, but with a little work you can handle this. Not sure you should though. One of the nice things...
October 17, 2001 at 5:13 am
Either will work. Have you looked at the jobs collection and the job object yet?
Andy
October 17, 2001 at 5:08 am
I don't have a solution. Are you running sp1 for SQL2K? Connecting using named pipe or TCPIP?
Andy
October 16, 2001 at 3:44 pm
Transactional replication?
Andy
October 16, 2001 at 3:40 pm
You can use dbcc shrinkfile to reclaim the 'reserved' space, to some extent anyway. Have to be member of sysadmins or dbo to do it though. You definitely need to...
October 16, 2001 at 3:34 pm
Would be interesting to do both approaches, since how they compare. Depending on how efficent DMO is, it might be faster to use procs.
Andy
October 16, 2001 at 12:02 pm
Adding jobs can be a fair sized headache. Well, adding the job is not bad, but getting the schedule done takes some work. If you're not going to be adding...
October 15, 2001 at 5:51 pm
Thanks for posting Michael. Just because Im curious, why do you not want the primary key script inline? Also - using numbers instead of the constants really makes for hard...
October 15, 2001 at 5:46 pm
Dan, there are certainly some interesting things you can do with object ownership. Now whether you should...thats the question! If you're using it intentionally to solve a business need, good...
October 15, 2001 at 5:22 pm
I'd vote for replication, mostly because I use it a lot. The problem I've seen with log shipping is that the db stays in standby mode. Similar question was in...
October 15, 2001 at 3:45 pm
I agree about reboots - not an issue when you build your own...or as much of an issue anyway. I get a lot of use/reuse out of code in COM...
October 15, 2001 at 3:42 pm
Try running sp_recompile 'procedure name' - sounds like maybe the query plan is bad.
Andy
October 15, 2001 at 12:17 pm
Viewing 15 posts - 5,641 through 5,655 (of 6,216 total)