Viewing 14 posts - 1 through 14 (of 14 total)
Things that usually cause problems for me
- Amount of data in source table
- View pulling from another server
- Need an index hint
- View contains bad joins
- Available Server space is...
January 3, 2014 at 3:40 pm
I found this post that helped fix my issue:
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/bcae9086-4345-4c59-8dd8-9ddeca4edc45/[/url]
IT basically says to update the Path System Variable so it finds the BC elements before it finds the new stuff:
After changing...
April 20, 2012 at 12:29 pm
I am having this issue on a win7 x86 non-itanium system. Has anyone had any luck with Compatibility mode installations?
April 20, 2012 at 12:01 pm
I have the answer for the date part of the question; we have some tables with the same date style.
we use the convert function to get it into a datetime...
January 26, 2011 at 3:05 pm
I am attempting this same thing and cant seem to follow what you are discussing about the GUIDs. After copying the project my Visual Studio wont open the SSIS...
January 6, 2011 at 11:50 am
Thanks for all the insights and tips.
RESULT: Since it was a mutual miscommunication. We sat down and determined an acceptable number of hours and schedule to...
May 10, 2010 at 9:01 am
I have found that there are invisible characters from the original copy and paste from the original posting. I copied the script into Notepad and removed the "Box Characters"...
June 4, 2009 at 3:11 pm
so what updates did you make to get the script to work then? I can get the inidividual pieces to run, but cannot get the full script to produce...
June 4, 2009 at 2:48 pm
so what updates did you make to get the script to work then?
June 4, 2009 at 2:45 pm
I am experiencing this same issue, except that the granted permissions were never visible when reviewing them later. Any insights would be appreciated.
Thanks, Scott:sick:
March 11, 2009 at 9:51 am
DBCC CheckDB gives this ever so helpful message...
Server: Msg 7995, Level 16, State 1, Line 1
Database 'SGR_2008' consistency errors in sysobjects, sysindexes, syscolumns, or systypes prevent further CHECKDB processing.
??!?!??! ...
October 15, 2008 at 7:36 am
When the attempt to drop the index is made we get the following message.
Server: Msg 644, Level 21, State 3, Line 1
Could not find the index entry for RID '160a1b727a010000'...
October 15, 2008 at 7:34 am
I attempted the shared url \\servername\share\directory\file.xls
and the DTS could not find the file, unless the share was physically on my SQL Server server. Shares to other server directories did...
June 20, 2006 at 7:59 am
Erik,
That works great! I just had to add a Dynamic Properties Task to my actual DTS job and got the passed value to work.
Thanks.
That will get my dts import files...
June 19, 2006 at 4:52 pm
Viewing 14 posts - 1 through 14 (of 14 total)