Viewing 15 posts - 361 through 375 (of 419 total)
Y, those are pretty simple DML operations, so either create an SP and run it in a job, or paste the query text directly into the job, or create a...
January 30, 2008 at 7:55 am
The connection is the highest level you can set the iso level. I've been on MS for a long time to give us DB-level isolation. Anyway, the short...
January 30, 2008 at 7:50 am
That logic is flawed on its face.
If you're using Windows auth, the DBAs have to have access to windows. SQL checks windows auth before it checks SQL rights. ...
January 29, 2008 at 12:47 pm
I'm sure there are a number of reasons specifically, but who cares really? The prod box is beefier... doesn't that answer the question right there?
January 29, 2008 at 9:09 am
It's all good. Glad I could help.
January 29, 2008 at 8:29 am
Y, when the time comes you'll have to actually delete the group.
Make sure that your service accts are explicitely given sa or you'll be in trouble.
Otherwise, if nothing's owned, then...
January 29, 2008 at 8:27 am
Try building a query string with your vars first and then passing the query as a single var.
I just tried this and it works:
declare @sql as nvarchar(500),
@dbname as...
January 29, 2008 at 8:23 am
Y, having extra empty space in your DB wouldn't slow down your app.
January 29, 2008 at 8:11 am
ok, while I've never personally experienced this error it looks pretty clear.
I think what you need to do is take another full backup of the primary if you...
January 29, 2008 at 8:10 am
Is this on your workstation or the server? Are you able to bounce the box? I typically don't advocate bouncing prod boxes, but memory problems are difficult to...
January 29, 2008 at 8:06 am
Well, it sounds like the dev just grew the data to that size at one point and that's now the new minimum size of the file. Same with the...
January 29, 2008 at 8:01 am
I haven't tested it with SSIS, but with DTS it didn't preserve your formatting when you saved it as a file. So I'm not surprised that you're having the...
January 28, 2008 at 3:25 pm
Well, that was a few yrs ago. MS if embracing virtual environments with SQL these days.
January 28, 2008 at 11:45 am
it's always best not to mix langs if you can help it. Way back when... when I was actually doing french support you really couldn't mix langs like...
January 28, 2008 at 11:43 am
I've never had a problem with my layouts not saving. However, in the past with DTS there were cases where your layout wouldn't be saved. How are you...
January 28, 2008 at 10:20 am
Viewing 15 posts - 361 through 375 (of 419 total)