Viewing 15 posts - 4,006 through 4,020 (of 6,486 total)
There's also the data layer vs data ACCESS layer vs Business Layer argument. Embedding SQL calls just screws up the separation in my mind. It's not always a...
March 24, 2008 at 10:23 am
The interesting thing to me is that I don't think you could get the "experts" to agree on what constitutes the "complete" set of variables to look at. A...
March 24, 2008 at 9:34 am
Funny thing - I've always thought that BI solutions took a GREATER level of expertise to build than typical solutions, since you have to a. model your data correctly to...
March 24, 2008 at 9:12 am
Adam Bean (3/21/2008)
Matt Miller (3/21/2008)
- GravityI've recently proposed purchasing gravity insurance to my bosses for these situations ...
Careful...It's expensive stuff...:)
March 21, 2008 at 10:20 am
This is the kind of thing where the kind of outages are limited only to your imagination.
Causes of outages (all of these are real):
- dust (seize a hard drive,...
March 21, 2008 at 10:17 am
Shared accounts can be problematic at times, but only if the apps are configured to use the cached credentials, which are a vulnerabiliity in and of themselves.
The problem is -...
March 21, 2008 at 10:07 am
Backing up the log TRUNCATES the log (meaning - it will remove transactions that have been committed -and if replication is in play, have replicated - so that the space...
March 21, 2008 at 9:49 am
Joe Clifford (3/20/2008)
March 21, 2008 at 1:30 am
patrick h (3/21/2008)
Yes I think so, but even if a put a commit or rollback right after the exec, the message remains. I'm trying to figure why...
Still, when I execute...
March 21, 2008 at 12:52 am
It returns a table variable, so the table variable will be materialized to RAM if there's enough room and the table isn't too large. If it IS large, then...
March 21, 2008 at 12:43 am
Aristotle and Archimedes would be proud (one of them would be).
Archimedes:
"Give me a long enough lever and a place to stand, and I will Lift the World"
And Aristotle had his...
March 20, 2008 at 5:51 pm
Greg Charles (3/20/2008)
March 20, 2008 at 5:38 pm
You can do it from within Enterprise manager. Right-click on the DB, all tasks, Generate SQL Script... follow the wizard. It will dump them all into a directory...
March 20, 2008 at 11:21 am
Have you figured out how B is getting run? In other words - is it a job being run? DTEXEC?
Does package A invoke anything starting/scheduling tasks?
How about creating...
March 20, 2008 at 11:16 am
I am reading that to say that whatever you are calling with EXEC is starting a transaction, but not performing a COMMIT or ROLLBACK there. Is that a possibility?
March 20, 2008 at 11:00 am
Viewing 15 posts - 4,006 through 4,020 (of 6,486 total)