Viewing 15 posts - 9,091 through 9,105 (of 14,953 total)
Have you tried explicitly granting backup admin to the login being used? I'm guessing now, but might be worth a shot.
I'll try playing around with the issue a bit,...
July 7, 2009 at 9:17 am
Actually, in most cases, I'm a believer in "find something you can build that will help the end user and build that, then evolve it into something better step by...
July 7, 2009 at 9:14 am
Yes, that's a more elegant solution. I didn't bother with the variable assignment and all that, was just trying to show the basic structure of the query.
July 7, 2009 at 9:08 am
I voted for both.
Have to say that they strike me as "nice to have", not as crucial. I'd rate the first one as "nicer to have" than the second...
July 7, 2009 at 9:06 am
Execute As is expecting a user, not a permission name. Create an account that has dbCreator permissions and try executing as that user.
July 7, 2009 at 7:27 am
Architecture is a pretty broad subject. What kind of articles are you asking about?
Something about logical design? Physical design? Normal forms? Gathering business requirements? Something...
July 7, 2009 at 7:25 am
That makes it a permissions issue, almost certainly.
Have them run it under elevated permissions, see what that does. (Take a look at Execute As in Books Online if you...
July 7, 2009 at 7:23 am
GilaMonster (7/7/2009)
GSquared (7/7/2009)
That means you have to force table locks whenever you access it.
Exclusive table locks.
Sequence table has much the same problems as the MAX(ID)+1 solution. Either you...
July 7, 2009 at 7:20 am
Anyone with any thoughts on this one: http://www.sqlservercentral.com/Forums/Topic748034-148-1.aspx?
July 7, 2009 at 7:15 am
I haven't done it in years, but I know that VBA and VBS have a FileSystemObject that allows you to read lines from the file into memory. Works for...
July 7, 2009 at 7:14 am
Yes, I've heard of Albania. I have no idea what your legal requirements are going to be, but that will be the first thing you need to nail down...
July 7, 2009 at 7:08 am
Ian Scarlett (7/7/2009)
select id, forename, case when forename = 'Kim' then 1 else 2 end...
July 7, 2009 at 6:57 am
Profiler creates a lot more overhead than a server-side trace that dumps to text files. That creates very, very little processing overhead. Might matter if you're looking at...
July 7, 2009 at 6:55 am
naveenreddy.84 (7/7/2009)
Hi,Can anyone help me out with writing the code(scenario 2) using temp variables for logging errors outside the transaction scope.
Thanks for your help!!!
Actually, for what you're doing, you...
July 7, 2009 at 6:52 am
Yep. That's always been the biggest weakness of online data. You can't find it if you can't think of the exact words to look for. That's the...
July 7, 2009 at 6:49 am
Viewing 15 posts - 9,091 through 9,105 (of 14,953 total)