Viewing 15 posts - 31 through 45 (of 72 total)
Hi David
just to add something to what grant has said so far.
You can also have a look at third party management tools which provide you with inbuilt version control...
August 11, 2009 at 8:07 am
Also, there are third party tools available. some of the good ones are listed below;
1. Red Gate SQL Backup
2. Idera Sql Safe Backup
Vivek
August 11, 2009 at 6:31 am
is your backup generated in the setup network folder? Did you give sufficient rights on that directory?
August 11, 2009 at 6:28 am
GilaMonster (8/11/2009)
p.s. since you're on 2005, perhaps start using sys.dm_db_index_physical_stats, ALTER INDEX ......
August 11, 2009 at 5:36 am
Further investigation:
I have checked sysindexes table and this index exists and been used 113 tiems.
Also, I have found couple of indexes like this and they all have one thing...
August 11, 2009 at 5:08 am
No worries!
Happy to be of help.
Vivek
August 10, 2009 at 1:38 pm
I can think of couple of solutions. Please see below.
1. you can write a batch file.
2. you can write and build a simple vb app or c# app then...
August 10, 2009 at 4:02 am
San (8/7/2009)
I want to delete only PDF files, which are older than 3 days from a particular folder.
Is it possible to do it using SQL jobs.?. I tried with...
August 7, 2009 at 9:55 am
John Bates (8/4/2009)
This is SQL Server 2005 SP2
I installed Reporting Services but had some difficulties when I went thru the Configuration steps. It was having authentication permission - maybe because...
August 7, 2009 at 9:28 am
You are most welcome.
Also, I have attached some articles on Index Tuning which i though might be useful.
Query execution plan analysis
http://www.sql-server-performance.com/tips/query_execution_plan_analysis_p1.aspx
finding the cause of poor performance
August 6, 2009 at 8:13 am
Hi Maxer
Did you give idera's SQL diagnostic manager?
I'd say it will give you a good start while you may explore other options towards resolving your problems. It is a...
August 6, 2009 at 6:59 am
also if you wanted to export generated maintenance plan to file system you could do that.
August 6, 2009 at 6:00 am
okay..you lost me at "script them"
Sorry Jim, i should have been bit more clearer there. What i wanted to say was create jobs in terms of scripts. you can...
August 6, 2009 at 4:49 am
also, you can script them and source control them.
August 5, 2009 at 6:06 am
please make sure you are connected to server. sql server generates this message when connection to server is lost.
August 5, 2009 at 6:02 am
Viewing 15 posts - 31 through 45 (of 72 total)