Viewing 15 posts - 16 through 30 (of 63 total)
xgcmcbain (4/6/2009)
why would an insert be rolled back? its just a basic insert
Because you have duplicates in your import files 🙂
(See post http://www.sqlservercentral.com/Forums/Topic690671-338-1.aspx)
Every time you load a duplicate, the insert...
April 6, 2009 at 4:17 pm
kavi (3/31/2009)
if there is no pre filled thesaurus file with synonyms for all word,is there any alternate solution for my query?
For example: i need to...
April 2, 2009 at 2:44 pm
This is a multiple post. Some discussion has occured at http://www.sqlservercentral.com/Forums/Topic685529-145-1.aspx.
However, this discussion has developed further.
April 2, 2009 at 2:43 pm
This is a multiple post. The discussion has progressed further at http://www.sqlservercentral.com/Forums/Topic686744-145-1.aspx
April 2, 2009 at 2:41 pm
Moved to main double-post at http://www.sqlservercentral.com/Forums/Topic686744-145-1.aspx
April 2, 2009 at 2:40 pm
I have seen this issue before - SSIS expects all configurations in an XML file or SQL Server 'filter' to be used in all packages that use the configuration.
April 2, 2009 at 2:31 pm
umamahesh (4/1/2009)
...
Below is the error I am getting in my console:
Warning: 2009-04-01 00:57:15.10
Code: 0x80019002
Source: Run Child package
Description: The Execution method succeeded, but the number of errors raised (12) reached the...
April 1, 2009 at 3:02 pm
Martin Sujkowski (3/31/2009)
I've been down this road countless times. Stepped through my code,ran the profiler,had other eyes look at my code etc.
No matter what i try i cannot duplicate the...
March 31, 2009 at 3:36 pm
Martin Sujkowski (3/30/2009)
It really is the sql server that decides if the record exists or not. The webapplication displays all the ids...
March 30, 2009 at 4:20 pm
Have you debugged the app to make sure it's not calling the stored proc twice?
March 29, 2009 at 4:17 pm
This is a duplicate post. Please reply here: http://www.sqlservercentral.com/Forums/Topic683847-338-1.aspx
March 29, 2009 at 3:46 pm
This is a duplicate post. Please reply here: http://www.sqlservercentral.com/Forums/Topic683847-338-1.aspx
March 29, 2009 at 3:46 pm
Have you installed SQL Server 2008 recently?
I've seen an error like this when the parent package was being executed in SSIS from SQL Server 2008, but the child packages were...
March 22, 2009 at 11:04 pm
You might find the article http://www.sqlservercentral.com/articles/Database+Design/66071/ useful - but you'll have to modify it to use your table.
March 22, 2009 at 11:01 pm
ravi.chilakamarthi (3/18/2009)
This looks great but I dont want the USER ID to be in the table......how can I avoid that??
SELECT FormattedUserId, UserName FROM SystemUser
Why don't you want the UserId in...
March 18, 2009 at 4:09 pm
Viewing 15 posts - 16 through 30 (of 63 total)