Viewing 15 posts - 61 through 75 (of 2,611 total)
Your trigger is referencing another database:
dbname.dba.tb_table2
If that database does not exist on the second server - or has different data, your trigger may bahave differently.
This is one reason...
February 4, 2009 at 6:35 am
I worked for a company that did a lot of mass marketing and one thing the owner was completely against was trying to proper case legacy name information (and I...
February 4, 2009 at 6:33 am
It's one of those days.
Apparently all of my posts today are going to be to tell people to post their sample data in a useable format.
February 3, 2009 at 11:16 am
Putting your sample data in a useable format will get more people to reply.
http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]
February 3, 2009 at 8:50 am
It would really help if you made your sample dataa easier to use:
http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]
February 3, 2009 at 8:46 am
sqlcmd -S IP address,port -U username -P password -Q "query"
Notice the captial "Q" - this will run the command and quit.
February 3, 2009 at 8:11 am
Either I do not understand what you are trying to do, or you do not understand configuration files.
The configuration file is applied when the package first starts running. Any...
February 3, 2009 at 7:26 am
Look up "Checkpoints" in SSIS. It is designed to save checkpoints so it can restart where it left off.
You could also handle this through the control flow and some...
February 3, 2009 at 7:23 am
You indicate you want to use replication, but you have not said what kind of replication and what you need the replicated database for.
Will changes be made to the database...
February 2, 2009 at 1:17 pm
I assume you mean:
exec xp_cmdshell 'perl script.pl in the ticks'
What error are you getting? Is xp_cmdshell enabled? Do you have the appropriate permissions or proxy configured?
January 30, 2009 at 6:53 am
Without defining "correctness" there is little to tell you.
SSIS and MSSQL will verify that your data matches the data types in your desintation table and error if the data does...
January 30, 2009 at 6:44 am
You can use a second package with a loop container and run your package within the loop. Package configurations will allow you to pass a variable value from the...
January 30, 2009 at 6:41 am
You haven't really posted much information here.
What type of data source are the records coming from?
Are the records being dropped in the source, destination, or lost in one of the...
January 30, 2009 at 6:40 am
Ninja's_RGR'us (1/29/2009)
Greg Edwards (1/29/2009)
The Thread (1/29/2009)
We do not know fear or pain or mercy. We will not stop. Ever.
So when The Thread gets a 100 posts or so,...
January 29, 2009 at 8:58 am
GilaMonster (1/29/2009)
January 29, 2009 at 8:28 am
Viewing 15 posts - 61 through 75 (of 2,611 total)