Viewing 15 posts - 16 through 30 (of 45 total)
Thanks for the reply.
After I posted my question, In the mean time I tested this scenario, I noticed some difference, when I added individual columns with individual indexes, it showed...
October 2, 2009 at 9:08 am
Did you make sure that the path you are specifying in Dev environment and server environment do exist and are same. Also the account from which you run the SSIS...
October 1, 2009 at 8:47 pm
Right click on the task, click Edit and Advanced Edit. It will give you options that you may use to fix this.
Just FYI... Using BIDS you can design your package...
October 1, 2009 at 3:11 pm
Did you notice if one of the tasks is taking long time and all tasks are taking long time in Package.
Second, make sure that index-rebuilding is not running at the...
October 1, 2009 at 1:55 pm
If I have understood your query correctly, you are trying to create multiple backup files for each individual database.
You have to add one backup database task in maintenance plan for...
October 1, 2009 at 12:30 pm
There will be no single opinion on this.
Why don't you use SQL's own backup utility, if encryption is not your concern.
However, I would use Red Gate SQL Backup Utility. After...
September 30, 2009 at 6:52 pm
It loads the logs from MSDB. You need to make sure that you are able to access msdb database without any issues. Try to run a few queries on MSDB...
September 29, 2009 at 10:59 am
I guess this thread has same topic..
http://www.sqlservercentral.com/Forums/Topic412378-146-3.aspx
September 21, 2009 at 10:16 am
If you are planning to Attach system databases too (Master, MSDN etc), you may face some issues. Since structure of few system tables in system databases is different than sql...
September 21, 2009 at 10:05 am
setlan1983 (9/17/2009)
Swarndeep (9/17/2009)
You need to consider on optimize the query and indexes.Make sure the maintenance tasks are running regularly as per schedule, like, rebuilding indexes, de-fragmenting etc.
If a field with...
September 17, 2009 at 10:08 pm
You need to consider on optimize the query and indexes.
Make sure the maintenance tasks are running regularly as per schedule, like, rebuilding indexes, de-fragmenting etc.
September 17, 2009 at 2:13 pm
There are inbuilt XML functions to use with XML data and columns. You may find some of the useful functions and how to use it at this location:
September 17, 2009 at 1:58 pm
You may write your own sproc to fetch the details. If you search on google, you may find out couple of scripts to do the same thing.
September 13, 2009 at 8:47 pm
I was getting error message something similar to what you see. I noticed that using EXECUTE AS is dishonored when you enable option "be using logins' current security contexxt".
you...
September 10, 2009 at 8:52 am
Viewing 15 posts - 16 through 30 (of 45 total)