Viewing 15 posts - 211 through 225 (of 442 total)
MyDoggieJessie (4/17/2013)
If the web server doesn't serve any other purpose, then there should be no issues with it - good luck!
What you mean if web server doesn't serve any other...
April 17, 2013 at 10:17 pm
MyDoggieJessie (4/17/2013)
April 17, 2013 at 3:47 pm
MyDoggieJessie (4/16/2013)
This will work just fine.Down for 24+ hours??? Wow...that's a LONG outage!
Thanks for your reply, do you know if the app server need to be shutdown as well?...
April 17, 2013 at 7:48 am
GilaMonster (4/8/2013)
SQLCrazyCertified (4/8/2013)
GilaMonster (4/8/2013)
mp5387 (4/8/2013)
Now for providing transactional backup which method is good? append or overwrite
Neither.
Overwrite would be rather silly with log backups since you need all log backups in...
April 8, 2013 at 1:20 pm
GilaMonster (4/8/2013)
mp5387 (4/8/2013)
Now for providing transactional backup which method is good? append or overwrite
Neither.
Overwrite would be rather silly with log backups since you need all log backups in sequence to...
April 8, 2013 at 12:59 pm
SQLRNNR (4/4/2013)
SQLCrazyCertified (4/4/2013)
mp5387 (4/4/2013)
Size of my db is growing about 5M every 2 weeks....
April 5, 2013 at 1:44 pm
mp5387 (4/4/2013)
Size of my db is growing about 5M every 2 weeks. Now its...
April 4, 2013 at 10:20 pm
I didn't go through all your script however, you can shrink your log file using
Use database name
DBCC SHRINKFILE (logical name, 1024)
If it didn't work first time, try couple of...
April 1, 2013 at 5:19 am
Thanks guys. I found this article, see below.
This is actually doable, however the only issue is that, “The biggest issue is that maintenance plans have a hard-coded connection and...
March 28, 2013 at 2:16 pm
SQLRNNR (3/27/2013)
You can export them as SSIS packages and then import them back into msdb. However, they would then be SSIS packages.
So, you are saying that these plans won't...
March 27, 2013 at 7:49 pm
fatinfzi (3/25/2013)
I need help with my database. The database is mirror to another database and not the disk is full. No free space for transaction log. One of my colleague...
March 27, 2013 at 7:32 pm
Lynn Pettis (3/22/2013)
March 22, 2013 at 1:34 pm
I know this is doable by using sp_msforeachdb and a loop, but not really sure where to begin with.
SueTons.
March 22, 2013 at 12:10 pm
Viewing 15 posts - 211 through 225 (of 442 total)