Viewing 15 posts - 1 through 15 (of 21 total)
bustell (5/3/2016)
Not unless you have some manual process that's been keeping track of it.
I was afraid of that and kind of figured. Thanks. 🙂
The problem with monitoring the query plan,...
May 3, 2016 at 9:47 am
Looks like I might have fat fingered the size and typed a size larger than the current file size which would explain the error message.
April 8, 2015 at 9:41 am
Yes, I totally agree that you should not shrink your files as part of a maintenance plan. However I have run across the same message and I have a...
April 8, 2015 at 8:25 am
Loundy (5/23/2013)
you could install standard next to enterprise and copy the dbs to it before uninstalling to minimize any downtime, but as mentioned, back your dbs up...
November 1, 2013 at 7:20 am
drew.allen (10/7/2011)
I'm not sure that this is a T-SQL issue.Drew
Changing the cursor location to the client may not work for us. I understand that there are things...
October 7, 2011 at 9:41 am
Thanks, I actually found a test machine to try it out on. I just completed the named instance installation and it did not require a reboot.
June 7, 2011 at 12:45 pm
Double Order By and Where clauses. Even if I comment one of the doubles out for each, the script still fails with errors:
Msg 207, Level 16, State 1, Line...
February 23, 2011 at 8:02 am
Thank You! Nice script too.
Any ways, you answered my question. I can't just update the sys.indexes table to change future rebuild/reorganize FILLFACTORs. 🙂 I tried.
Pat
February 14, 2011 at 8:47 am
Thank You! Nice script too.
Any ways, you answered my question. I can't just update the sys.indexes table to change future rebuild/reorganize FILLFACTORs. 🙂 I tried.
Pat
February 14, 2011 at 8:46 am
I, unfortunately, never did find an answer to this issue.
So far every failover has worked perfectly. We are very happy with the solution. Do you get any indication...
March 23, 2010 at 1:36 pm
I saw no trick to this. I cut and pasted it from the question and it ran perfectly. The question was terrible. Who suggested this question? It's nice to see...
July 9, 2004 at 5:11 am
Jim,
And you probably really believe that Al Gore invented the Internet...
June 8, 2004 at 12:38 pm
Steve's comments were just a simple gesture about a United States President. They did not appear to be politically motivated. It was not an endorsement of him, nor was it...
June 8, 2004 at 5:52 am
I have found it useful to use print statements in the trigger. Then perform an action in query analyzer that will cause the trigger to be fired. The print statements...
February 16, 2004 at 5:35 am
In example 2, couldn't this be used also?
DECLARE @orderby int
SET @orderby = 1
FROM #Locations l
INNER JOIN #Users u ON l.LocationID = u.LocationID
INNER JOIN #Components c ON c.UserID =...
February 6, 2004 at 5:19 am
Viewing 15 posts - 1 through 15 (of 21 total)