Viewing 15 posts - 151 through 165 (of 285 total)
drowlfs (3/10/2011)
TravisDBA (3/10/2011)
I once worked with a company where the IT manager gave SYSADMIN access to all of his developers on the production db servers.
I kind of agree with that...
March 10, 2011 at 6:12 am
Jamie Thomson (3/10/2011)
This one may be particularly useful: Visual Studio 2010 SQL Server Database Projects
Thanks for the links - I discovered after I posted that you have a number of...
March 10, 2011 at 5:53 am
mohammed moinudheen (3/9/2011)
Off late, there are so many questions on Visual Studio tools in QotD section....
March 10, 2011 at 5:25 am
Maybe this is a silly question, but couldn't you just use a stored procedure
CREATE PROC Proc1
AS
SELECT b,a,c,f,g,e
FROM Table1
ORDER BY c
and then ask the user to run "EXEC Proc1" to get...
March 10, 2011 at 1:35 am
Tom.Thomson (3/9/2011)
Most of the time no-one bothers to be precise - the common feeling is something like "what's the point of complete precision" (except when writing about mathematical logic, or...
March 10, 2011 at 1:13 am
wware (3/9/2011)
March 10, 2011 at 1:00 am
Steve Jones - SSC Editor (3/9/2011)
March 9, 2011 at 9:02 am
SanDroid (3/9/2011)
You are correct in all your statements.
Unforetunately none of them had anytihng to do with the fact that the question was not incorrect in its use of the...
March 9, 2011 at 8:28 am
SanDroid (3/9/2011)
Duncan Pryde (3/9/2011)
Gobikannan (3/8/2011)
I learned something form this question., Nice question.Thanks, glad you liked it.
Duncan
Duncan,
I learned something also.
I learned I am not the only person that was...
March 9, 2011 at 8:16 am
SanDroid (3/9/2011)
Tom.Thomson (3/8/2011)
SanDroid (3/8/2011)
Tom.Thomson (3/8/2011)
March 9, 2011 at 8:11 am
SKYBVI (3/9/2011)
Duncan Pryde (3/9/2011)
SKYBVI (3/9/2011)
Good questioni would like to ask, we can restore at 9:15 right?
But not after that?
Regards,
Sushant
No, TRUNCATE TABLE doesn't affect point-in-time restore, so you can restore to...
March 9, 2011 at 7:42 am
mvelic (3/9/2011)
March 9, 2011 at 6:53 am
mvelic (3/9/2011)
March 9, 2011 at 6:40 am
SKYBVI (3/9/2011)
Good questioni would like to ask, we can restore at 9:15 right?
But not after that?
Regards,
Sushant
No, TRUNCATE TABLE doesn't affect point-in-time restore, so you can restore to any time you...
March 9, 2011 at 6:37 am
Jim Sleeman-388184 (3/9/2011)
Trick Question and answer
It certainly wasn't meant to be. Thanks for the feedback though.
March 9, 2011 at 6:36 am
Viewing 15 posts - 151 through 165 (of 285 total)