Viewing 15 posts - 7,501 through 7,515 (of 9,643 total)
There could be several issues. Is your UI program getting an error messages? Are you guaranteed to have connectivity between the 2005 server and the linked 2000 server?...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 7:07 am
Can you explain your reason for needing this? I think the designed way for SSIS to handle this is to use the Row Count transform.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:58 am
Here is a link to a script I submitted that will find all foreign keys:
http://www.sqlservercentral.com/scripts/foreign+keys/64333/
It wouldn't be too hard to extend it using sys.index_columns and sys.indexes
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:51 am
You would need to setup Linked Servers on the SQL Servers and either grant login rights to the users on both servers and use "pass-through" authentication or map users on...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:44 am
The error is telling you exactly the problem the text file is returning a non-unicode string and the database column is a unicode string type (nchar/nvarchar) and you need to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:41 am
Can you post the .NET code that is generating the error?
If you are trying to insert NULL it will fail because the column does not allow NULLs and if you...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:36 am
In SSMS you can run a Disk Usage by Table report by right-clicking on the database, selecting Reports, and then selecting the Disk Usage by Table Report. This may...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:33 am
Yes you can do it, but your package will need to be more complex as you will not be able to just do an insert. You will need a...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:27 am
Unless you manually shrink a database or autoshrink is on SQL Server will not return space to the OS. It will re-use the space.
Does sys.allocation_units show many unused...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 16, 2008 at 6:08 am
The default profile is setup as part of the Database Mail setup. In SSMS connect to the server go to Management -> right-click on Databas Mail -> Configure Database...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2008 at 11:46 am
This from a personal email and posted here so others can benefit.
hello jack , thanx for your advise, can u please tell me , in the script , i know...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2008 at 9:47 am
Yes a true TRIM function would be nice. I actually had an issue recently when querying FoxPro data in SSIS around trimming. FoxPro has a 4 functions for...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2008 at 8:48 am
Thanks.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2008 at 5:14 am
Thanks, Jeff. I actually put a lot more time into the code than the article.
Yeah, I know that it is turned off by default at the Database level,...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 13, 2008 at 10:21 pm
I think you mean sp_send_dbmail. In SSMS you can right-click on Database Mail and either View History or View Log.
My guess is that you did not set up a...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 13, 2008 at 4:43 am
Viewing 15 posts - 7,501 through 7,515 (of 9,643 total)