Viewing 15 posts - 1,081 through 1,095 (of 7,168 total)
Code looks OK to me, but its hard to say what might be happening without seeing the Package. Please attach it to the thread so we can have a look.
As...
May 22, 2013 at 7:58 am
Are you using sp_MSforeachdb by any chance? Please post the script you're using.
May 22, 2013 at 7:22 am
ALTER DATABASE tempdb MODIFY FILE changes the initial size settings but they do not take effect until you restart the service. Shrinking tempdb is risky too and is not recommended...
May 22, 2013 at 6:57 am
Dird (5/21/2013)
Edit: My guess is that it wouldn't be an issue besides the fact that msdb would continue to grow slightly (since the backup list isn't maintained); is this right?
I...
May 21, 2013 at 11:03 pm
Another option for automating index and stats maintenance that I highly recommend:
http://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
May 21, 2013 at 10:58 pm
:exclamation: Note, this thread is almost 3 years old. :exclamation:
Maybe start a new thread next time?
http://www.sqlservercentral.com/Forums/Forum1526-1.aspx
-----
Hello,
I have read that a SQL agent startup account should not be a admin on...
May 21, 2013 at 10:36 pm
Looping Through and Loading Files with SSIS < while you're not going to be loading the files into a adatabase this video will show you how to configure a FeLC...
May 21, 2013 at 7:37 am
sqlfriends (5/20/2013)
1. pull a list of employeeID, with their address from a SQL server table using select query (we can use Execute...
May 21, 2013 at 7:21 am
First approach that came to mind:
1. Setup a tally table in your environment.
SET NOCOUNT ON ;
GO
-- Credit: http://www.sqlservercentral.com/articles/T-SQL/62867/
--DROP TABLE dbo.tally
--=============================================================================
-- Create and populate a tally...
May 21, 2013 at 6:03 am
dan-572483 (5/17/2013)
May 21, 2013 at 5:38 am
KoldCoffee (5/19/2013)
May 20, 2013 at 9:32 am
Sorry for the delay. The email notification that you posted more info slipped by me and got buried in my inbox.
I opened the .txt file you attached but it...
May 20, 2013 at 9:20 am
Those were two quick samples. There are tons relating to this issue, but I hear what your saying about not knowing how to ask a question when you don't know...
May 19, 2013 at 7:11 am
To be fair "easy" is subjective too. I guess i just see this one as more about knowing which config options are there as opposed to having to design an...
May 18, 2013 at 9:00 pm
Viewing 15 posts - 1,081 through 1,095 (of 7,168 total)