Viewing 15 posts - 841 through 855 (of 1,166 total)
Make sure you install DTS addins to edit/maintain the dts packages in 2005.
Microsoft SQL Server 2000 DTS Designer Components
December 21, 2006 at 3:16 pm
Then... Create SSIS package and choose FAST LOAD option ....
I don't know they are calling option as FAST LOAD or something else in 2005.
December 21, 2006 at 3:08 pm
As I mentioned before I don't think there is any way within the sql...
If you find the way, please share with the forum..
December 21, 2006 at 3:03 pm
Aways use exec to execute procedures and qualify the names too..
exec master.dbo.sp_help
December 21, 2006 at 3:00 pm
Doing the local backup and copy the bak file to nework location is good idea but when you don't have the space, you have to use network backup....
If there is...
December 21, 2006 at 2:58 pm
Read the following following and scripts... modify the script to write the fragemtation info to table before and after reindex and reindex execution times too...
http://www.mssqlcity.com/Articles/Adm/index_fragmentation.htm
You may or may not...
December 21, 2006 at 12:45 pm
Add the new .ndf file and cap (Restrict the growth) the .mdf file growth.
December 21, 2006 at 12:38 pm
Yes your right...I totally forgot
Creating the maintenace plan is not that hard... you can do from SSMS also without opening ssis project..
Use MP...
December 21, 2006 at 12:23 pm
No more QA and EM in 2005...
New tools called SQL SERVER MANAGERMENT STUDIO (SSMS)
There are plenty of new feature and deprecations...
December 21, 2006 at 12:16 pm
Did you enable "Ad Hoc Remove Queries" option is Surface Area Configuration?
If not enable it before running the query...
December 21, 2006 at 11:47 am
Check sysdbmaintplan_databases and sysdbmaintplans table and view..
You may need to write a query join the tables and views to get all info you need...
December 21, 2006 at 11:40 am
Always it is better to do side by side upgrade for CLUSTER and REPLICATED servers instead of inplace...
December 21, 2006 at 11:23 am
Did you use any switches while running CHKDSK?
Is your disk are SAN attached?
December 21, 2006 at 11:20 am
We use HP...
SAN backups will not showup in restore tab...
SAN backups are done by freezing the db and copying the ldf and mdf files not like backup files...
I don't see...
December 20, 2006 at 10:27 pm
Then else part is fine but as I mentioned your current execution of the job will not be effected...
December 20, 2006 at 10:06 pm
Viewing 15 posts - 841 through 855 (of 1,166 total)