Viewing 15 posts - 586 through 600 (of 2,010 total)
Before you detatch the database and such I'd sugggest you try one other thing first.
Add yourself to the local machine Adminsitrators Group. By default this group should have admin...
February 12, 2010 at 9:20 am
In order to access the site settings you need to have certain rights. By default I think you need to have admin rights on the machine, although this could...
February 12, 2010 at 9:15 am
It's basically just what you described... Configure the Report server outside of the firewall, DMZ or something perhaps... Then you just need to make certain you configure your datasources...
February 12, 2010 at 9:13 am
I suppose it would depend on what exactly you are trying to do. The MSDN article you reference seems to be more aimed at moving the databases, not the...
February 12, 2010 at 9:07 am
So I've given this a bit more thought and did some testing. I'm not sure if it would save you any time, but another approach you could take to...
February 12, 2010 at 7:14 am
Well your DBA is somewhat correct. Will a trace affect performance of the database? Yes. If setup correctly as Bru mentioned above, it should have very minor...
February 11, 2010 at 7:19 pm
If you take a trace of the system, you'll be able to see what time the view is accessed. then just look at the jobs scheduled to run at...
February 11, 2010 at 2:25 pm
I know this thread is a bit old and hopefully you found an answer prior to this, but if you didn't one of he tools I've used int he past...
February 9, 2010 at 8:46 am
no apologies necessary Jeff. Like I said once I re-read my comment, I realized I didn't make the point as strongly as a should have. Thanks for the...
February 7, 2010 at 7:10 am
Jeff Moden (2/5/2010)
If you passed the information to a stored procedure instead of using embedded SQL, this problem and some of the security problems that Luke mentioned would simply disappear.
Yup,...
February 6, 2010 at 5:45 am
OK you've got a couple of things going on here...
1) it looks like you're using Ad-hoc dynamic SQL in your app to talk to SQL server. This is a...
February 5, 2010 at 2:28 pm
Alvin Ramard (2/5/2010)
CirquedeSQLeil (2/5/2010)
Can we go back and watch it again?
Yes, but you'll have to wait for Gail's Blog post on DBCC...
February 5, 2010 at 11:16 am
by address are we talking company address or personal?
Also, how does that fall in line with German/EU laws on privacy and such? Could be another factor on how it...
February 1, 2010 at 2:19 pm
at the very least A) but it depends...
part of it would depend on if it was a question posted showing an absolute lack of knowledge on what that...
February 1, 2010 at 2:02 pm
I'd suggest you run profiler and find out if you are doing what you think you are doing with your inserts, ie. doing them one at a time like I...
February 1, 2010 at 12:49 pm
Viewing 15 posts - 586 through 600 (of 2,010 total)