Viewing 15 posts - 3,151 through 3,165 (of 7,168 total)
Jeff Moden (9/20/2012)
opc.three (9/19/2012)
It's in every SQL Server security whitepaper...
I guess there's a whole lot of people that just don't know how to do it right. I agree......
September 20, 2012 at 7:51 am
Unfortunately BULK INSERT does not play nice sometimes so we have to apply a workaround. We cannot CATCH errors from BULK INSERT related to gaining exclusive access to the file...
September 19, 2012 at 5:39 pm
@GilaMonster, I came back to re-read because I was thinking I may have missed something you were picking up in my description. I think see what you were expanding on....
September 19, 2012 at 3:55 pm
bret.christoe (9/17/2012)
The SQLAgent job is dependent on the privileges of the SQL Server Agent service.
This is true only when the job is owned by a member of the sysadmin Fixed...
September 19, 2012 at 3:28 pm
GilaMonster (9/19/2012)
opc.three (9/19/2012)
September 19, 2012 at 3:22 pm
Oracle_91 (9/10/2012)
I have 2 sql sevr 2005 instances with same build no,same edition.
I restored the database from one insatnce to another instance. But when i execute the...
September 19, 2012 at 3:20 pm
Jason Selburg (9/12/2012)
I do believe that even though the servers may be configured the same/same hardware, when you restore a database the stats get "out of whack".
I...
September 19, 2012 at 3:19 pm
Following along with Kevin's post, think it through carefully. Here is a nice write up I recently found to help you consider all points of why you might employ partitioning,...
September 19, 2012 at 3:07 pm
mrrobsewell (9/14/2012)
So when I come into work it has emailed me a single email for...
September 19, 2012 at 3:04 pm
The question definitely has layers to it as Sean alluded to. They were hoping to learn various things about you from it.
I would have picked apart and addressed each part...
September 19, 2012 at 2:59 pm
If your table is truly static and you have the space then add as many indexes as you need to cover the queries being issued. Go ahead and use a...
September 19, 2012 at 2:44 pm
v5d1.ch (9/16/2012)
...
September 19, 2012 at 2:26 pm
It could be characterized as a hack, but adding a trigger to the relevant msdb system tables might get you what you need:
USE msdb
GO
IF OBJECT_ID(N'dbo.sysjobs_update') IS...
September 19, 2012 at 12:16 pm
Timothy Graffham (9/19/2012)
September 19, 2012 at 11:39 am
Viewing 15 posts - 3,151 through 3,165 (of 7,168 total)