Viewing 15 posts - 1 through 15 (of 24 total)
vMotion is a fun topic in the SQL Server world. Allowing a SQL Server VM to be moved using vMotion when an AG is involved is a reasonably safe...
November 17, 2015 at 10:29 am
Found the issue.
SSIS 2012 still has a limitation on the String data type for variables. The use of the VarChar(Max) or NVarChar(Max) data type in the query was causing...
June 19, 2014 at 11:12 am
User::varRestoreScript is the first return value. And even with the a dummy select the same result occurs. I have narrowed the issue down to the T-SQL Statement structure...
June 18, 2014 at 9:20 am
This was a tricky one especially for those of us who take these questions literally. As 6 would be the answer if the question was posted towards sql 2008+...
September 27, 2012 at 3:19 pm
check that the internal tables used for service broker queues aren't in that file group. Read this article for more details:
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=239891
April 7, 2009 at 4:55 pm
Did you check that the filegroup isn't set as the default? If not, set a different filegroup as the default and then you will be able to drop the...
April 7, 2009 at 2:42 pm
Naveen T.,
Post your error message and I will take a look at your issue with the script. This code was actually written against tables which contain unique primary key's.
Scott
November 19, 2008 at 12:25 pm
Lynn Pettis,
This script returns the full Package path as a variable which is then used as the package source within an Execute Package Task.
Dts.Variables("ChildPackageName").Value = package.Name.ToString & ".dtsx"
this is the...
May 6, 2008 at 10:35 pm
Thanks Todd! I will try this tomorrow when I put my dev hat back on 🙂
Scott
February 19, 2008 at 4:17 pm
Don't have a reference other than what we have experienced in our production environments. This has already caused us to move indexes on several occasions to filegroups which have...
January 14, 2008 at 4:01 pm
when an index is contained in a filegroup which spans multiple database files DBCC SHOWCONTIG isn't as accurate as it is on indexes which are contained within a filegroup on...
January 14, 2008 at 3:35 pm
Michael,
In a multiple data file per filegroup structure how do you keep indexes healthy as you can't see how fragmented each data file is within the file group without being...
January 14, 2008 at 3:21 pm
Ok, so consolidating the data files within each of our file groups IS a good idea but consolidation of then number of file groups isn't? If this is true...
January 14, 2008 at 2:50 pm
Reasons:
- All database files for each file group reside on the same array thus negating the effectiveness of the structure that was put in place prior to consolidation of...
January 14, 2008 at 1:59 pm
you can do this in Management Studio it just isn't as straight forward. You have to:
1. Open the table by right clicking and selecting "open table"
2. press the SQL...
October 18, 2007 at 4:29 pm
Viewing 15 posts - 1 through 15 (of 24 total)