Viewing 15 posts - 32,161 through 32,175 (of 39,818 total)
As ALZDBA pointed out, you might not want to change the connection. There shouldn't be "users" in a package, but logins that point to a particular server. If you want...
May 14, 2007 at 7:42 am
Blocking is not bad. It's a sign that you have concurrency issues and the server is preventing someone from reading while data is being changed.
I'd use Profiler and really dig...
May 14, 2007 at 7:38 am
I could see allowing duplicates in a table for some reason, but you'd still want a PK in case you ever needed to work with a row. Even in a...
May 14, 2007 at 7:36 am
Not a lot of T-SQL, or guess if code is correct. There are lots of questions on SSMS, where you have a simulated environment and need to do something like...
May 13, 2007 at 8:36 pm
Typo, fixed now. The $10-20k they see as a investment (for technology, not people), makes it easy to decide to do. Of course they already believed in having a good...
May 13, 2007 at 8:17 am
the Dynamic SQL above is really the only way to do this. the IN statement can't take a bunch of parameters or a comma list by itself.
Be sure when you...
May 11, 2007 at 10:00 am
In that case, restore it as master_old or some other name, not as "master" on another instance. You just want the data in the tables, not the functionality.
May 11, 2007 at 9:50 am
It's not that specific, but it's a nice summary, Rudy.
I like it too!
May 11, 2007 at 9:27 am
May 10, 2007 at 12:59 pm
Cross posted from another thread, not necessarily in response to Simon. Though I do think Simon raises great points:
I think I've done a poor job of stating my BI position,...
May 10, 2007 at 11:29 am
I think I've done a poor job of stating my BI position, so let me clarify a bit. I don't believe that BI will widely catch on because of the...
May 10, 2007 at 11:28 am
Making notes and I should have some writeups tomorrow and over the next week. Trying to hit lots of sessions
May 9, 2007 at 1:44 pm
You could set up an audit log that was write only (insert only), but the problem is at some point the admin (sa) could change things, drop the trigger to do...
May 9, 2007 at 8:49 am
I was actually hoping this editorial would bring to light some of the ways you might classify a junior DBA. It's traditionally been years of experience, which isn't a good...
May 9, 2007 at 8:44 am
Thanks for the comments and it's definitely a large, complex area. I think Jamie brings up a great point that there's more to BI than SSAS. Digging through my Kimball...
May 9, 2007 at 8:41 am
Viewing 15 posts - 32,161 through 32,175 (of 39,818 total)