Viewing 11 posts - 1 through 11 (of 11 total)
Looking forward to the follow up article.
June 27, 2016 at 4:41 pm
Is there a way to have the trigger only fire when certain naming convention is used for a new database?
February 3, 2012 at 11:13 am
I added
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
and I'm still getting the error. Any thoughts?
February 3, 2012 at 6:16 am
What would be causing this error?
SELECT failed because the following SET options have incorrect settings: 'ANSI_NULLS, QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes...
February 2, 2012 at 9:12 pm
I get the following error when I try and run the first part of step 2
Msg 102, Level 15, State 1, Procedure SelectAllServersFragmentedTables, Line 167
Incorrect syntax near '
exec (@cmd)
select @err...
September 12, 2011 at 6:44 am
Never mind, I got everything working. Thank you very much for your help.
March 30, 2011 at 8:22 am
Didn't know about the STUFF command, that helps. Another question, using that code how can I get this to work using it? I've been trying and I can't...
March 30, 2011 at 7:57 am
I was thinking of that but I would always have a UNION at the end of my statement which would blow everything up. How do I get around that?
March 30, 2011 at 7:01 am
Viewing 11 posts - 1 through 11 (of 11 total)