Viewing 15 posts - 11,806 through 11,820 (of 14,953 total)
Insert the log data into a table variable. Then, in your error handling, after the rollbacks, insert it into the final table. That should give you what you...
December 3, 2008 at 9:28 am
Splitting it into multiple sub-procs is generally a good idea, in terms of execution plans for each one. I've gotten very nice performance improvements by doing exactly that.
December 3, 2008 at 9:26 am
Is the agent account part of the domain, or is it a local account on the server?
December 3, 2008 at 9:22 am
There might be problems with it, but there probably won't.
I wouldn't do this, but it isn't one of those "never, ever, never" kind of things, it's just that I find...
December 3, 2008 at 9:21 am
Most of this could be done with OpenRowset. That, at least, can select from Excel into SQL. Given dynamic SQL and an input parameter of the file name...
December 3, 2008 at 9:17 am
Do you mean save the data in Excel? Excel isn't really something you print to, but it might be something you export to or save to.
Reporting Services does have...
December 3, 2008 at 9:09 am
The reason it takes a long time is because there is something wrong with it.
Without more details about it, nobody can be more specific than that.
December 3, 2008 at 9:05 am
When you say the data is "fixed delimited", do you mean that it uses fixed width for columns? For example, the first 10 characters are column 1, characters 11...
December 3, 2008 at 9:03 am
And, of course, if you're using a "Standard" version of Windows Server, you can't address that much RAM anyway.
December 3, 2008 at 9:00 am
The company I currently work for, when I arrived a little over a year ago, had the IS manager operating as the DBA when he had time for it.
Backups were...
December 3, 2008 at 7:31 am
Rod at work (11/26/2008)
December 2, 2008 at 3:03 pm
Do you mean you're casting to bigint instead of numeric(6) now? (3-million is inside the range for Int, you don't need to go quite as large as bigint for...
December 2, 2008 at 2:56 pm
It's not the difference between whether it has a clustered index or not. Some tables gain more than others from removing unused columns. A lot of it depends...
December 2, 2008 at 2:49 pm
Over the last year, there have been times I've been very active on this site, and times when I haven't had the time to even visit, much less post.
When I'm...
December 2, 2008 at 8:25 am
Instead of a trigger, would a unique index give you what you need?
December 1, 2008 at 1:47 pm
Viewing 15 posts - 11,806 through 11,820 (of 14,953 total)