Viewing 15 posts - 3,226 through 3,240 (of 7,168 total)
You're welcome.
Click on 'Forums' on the left nav at the top of each page to see a list of all forums.
September 6, 2012 at 7:19 am
sql-lover (9/6/2012)
Robert Davis (9/6/2012)
That would seem to be a failure creating the database snapshot that DBCC uses. You need to investigate why the database snapshot is failing.
Hi Robert,
You mean, the...
September 6, 2012 at 6:28 am
Sorry for the delay. This one was covered by new emails in my inbox and I am just getting to it. I did not try piping the output to a...
September 5, 2012 at 10:05 pm
If you right-clicked the script in SSMS Object Explorer and clicked Modify then it would have scripted the proc to a new Query Window as an ALTER PROC script. After...
September 5, 2012 at 2:58 pm
GilaMonster (9/5/2012)
Stick this into your favourite RSS reader http://blogs.msdn.com/b/sqlreleaseservices/rss.aspx
Very cool, thanks for sharing *adds to rss reader* It looks like they've fallen a little behind though. No new posts since...
September 5, 2012 at 2:32 pm
You're welcome. I would let Ola's script handle the updating of stats using @UpdateStatistics = ALL, @OnlyModifiedStatistics = Y and @StatisticsSample = 100. Note these settings will do a full...
September 5, 2012 at 2:26 pm
This can go into your Execute T-SQL Statement Task:
EXECUTE [dbo].[IndexOptimize] @Databases = 'USER_DATABASES', @LogToTable = 'Y'
September 5, 2012 at 1:51 pm
You can just call the SQL directly, no need to use sqlcmd there.
If you pull that EXEC into a T-SQL Statement Task in your MP that will get it to...
September 5, 2012 at 1:45 pm
lawson2305 (9/5/2012)
How can I execute these jobs so that the plan waits?
Is there a way to...
September 5, 2012 at 1:41 pm
Scott Newman-212556 (9/5/2012)
September 5, 2012 at 1:33 pm
You're most welcome.
I have to admin, I have very little experience with SQL Server admin as it relates to SharePoint (not since 2007 and only a very small install). You...
September 5, 2012 at 1:24 pm
lawson2305 (9/5/2012)
September 5, 2012 at 12:29 pm
I setup a recurring Outlook Task to remind me to check for new versions every two weeks. I will typically plan to roll out relevant updates to a Dev server...
September 5, 2012 at 11:47 am
tamil.selvanmca (9/5/2012)
I've been working on sql server.
I want to protect the mdf file with password.
I develop a windows application with sql server back end, i install into a client system,...
September 5, 2012 at 11:23 am
Correct to what end? What are you trying to figure?
September 5, 2012 at 10:38 am
Viewing 15 posts - 3,226 through 3,240 (of 7,168 total)