Viewing 15 posts - 5,551 through 5,565 (of 6,216 total)
Havent used Crystal in a while. I think when you start it up it offers some templates for different types of reports, you're looking for one that has a master/detail...
October 27, 2001 at 7:10 am
I've got one that is 15g or so. I'm very comfortable with SQL having large files in fact I prefer NOT to use filegroups, at least until I get to...
October 26, 2001 at 3:31 pm
Looks like it is expecting 2 log files, you're only specifying one.
Andy
October 26, 2001 at 12:30 pm
You'll see differing results in QA depending on whether you use grid or text mode (grid is faster), so if you tested in different setups that could account for it....
October 26, 2001 at 12:29 pm
MSMQ is pretty neat, but I find that most of the time a table is good enough and one less thing to troubleshoot. I'm open to ideas about why I...
October 26, 2001 at 10:41 am
From looking at BOL it looks ok to me, but hopefully we can find someone who knows for sure!
Andy
October 26, 2001 at 9:26 am
I agree with David - even though you can treat Excel as an OLEDB data source doesn't mean you should! Not much extra work to get into a temp table.
Andy
...
October 26, 2001 at 9:21 am
The server is registered? Shows as started? If you try to start a service that is already running you'll get an error.
Andy
October 26, 2001 at 8:11 am
I would be surprised if it broke - you'd think any critical time would be stored as UTC, translated for display.
Andy
October 26, 2001 at 8:06 am
Bill, we use a scheduled job. You could use a trigger if it was low volume. Steve is right in saying that usually best not to run things on the...
October 26, 2001 at 5:18 am
Why would a cursor be the worst way? If you solve the problem as true set based operation I'd agree, but no matter how you rephrase it, you're really doing...
October 25, 2001 at 8:10 pm
Bad query plan. Run sp_recompile sp name.
Andy
October 25, 2001 at 8:08 pm
Yes, I read the email. I think you should just increase the timeout and let it run.
Andy
October 25, 2001 at 8:07 pm
Sure. Leon is actually working on something very similar right now. What we ended up with is a "queue" table on the SQL box. Web server inserts records to process,...
October 25, 2001 at 8:06 pm
Viewing 15 posts - 5,551 through 5,565 (of 6,216 total)