Viewing 10 posts - 16 through 25 (of 25 total)
Well, thanks for the clarification. I was studying for the MCTS exam using 'The Real MCTS SQL Server 2008 Exam 70-432 Prep Kit: Database Implementation and Maintenance' by Mark Horninger...
February 16, 2011 at 8:29 am
Sure, I agree that its easier to run a script than to click through a wizard every time. But if the user uses the wizard only once, configuring the backup...
January 7, 2011 at 7:22 am
Can you explain why your script is better than just using the SSMS Maintenance Plan Wizard?
Thanks,
January 6, 2011 at 8:04 am
I agree with the others that this is not a good question, or the answer should be True. As others have pointed out that you can use T-Sql within SSMS....
December 3, 2010 at 8:02 am
It would be helpful if the Author added comments to the article and code, including what version he/she created this on and on what versions it is known to work....
November 24, 2010 at 9:19 am
Sorry for joining this conversation late...
Is there something missing in the code when you are setting the XML variable:
declare @xmlvar1 xml;
declare @emp table (emp_id int primary key);
set @xmlvar1 = '...
November 10, 2010 at 1:38 pm
Ok... I guess I didn't really understand how the uniqueidentifier is generated - looks like it involves a sort of hex timestamp for the first 4 octets.
Thanks!
October 27, 2010 at 1:27 am
I think I'm missing something too...
The purpose of the newsequentialid() is to be sequential in the context of a given table, yes? Therefore the SP would need to know the...
October 26, 2010 at 2:14 am
Paul Randal (4/1/2010)
Seriously, some people need to learn how to lighten up and laugh.
So you're trying to learn Greek (or pick any language you don't know), and its very frustrating...
April 1, 2010 at 10:53 am
Not funny. Not being a database guru, I try to read and understand these articles when I get the chance to become more proficient, but rarely do I have the...
April 1, 2010 at 7:55 am
Viewing 10 posts - 16 through 25 (of 25 total)