Viewing 15 posts - 406 through 420 (of 1,166 total)
Check sqldts.com for this kind of solutions...
check the following link which may help you...
http://www.sqldts.com/218.aspx
January 30, 2007 at 7:01 pm
I believe you are using xp_sendmail at this time in 2005...
What is @separator you are using... try using @separator= ','
Please post your code...
January 30, 2007 at 6:56 pm
If the dts package stored in MSDB, it will be stored in sysdtspackages table but you can't query the Package configuration...because it is stored in hex format in sysdtspackages.packagedata column.
You...
January 30, 2007 at 6:35 pm
We you create alias they can't communicate with each other...
First check you can access the remote server from Query Analyzer.
Check the following article...
http://www.sql-server-performance.com/pi_replication_across_internet.asp
January 30, 2007 at 6:25 pm
If initial snapshot completed then how BCP is being executed?
January 30, 2007 at 4:27 pm
It is true, MS asks us to apply the patch only if you are experiencing the specific issue..
But sometimes MS releases Cumulative hotfix package...and recomend us to apply...
January 30, 2007 at 4:24 pm
Are you able ping both server from one to another?
Why are you creating alias? You mean linked server?
Are you able to connect remote server with QA?
January 30, 2007 at 4:17 pm
Script the objects using SSMS and compare them manually if you don't have any coparison tool..
Did you initialize the snapshot?
January 30, 2007 at 1:43 pm
Yes, snapshot isolation level supports in all editions...
Features Supported by the Editions of SQL Server 2005
http://msdn2.microsoft.com/en-us/library/ms143761.aspx
January 29, 2007 at 10:30 pm
An SSIS package does not run when you call the SSIS package from a SQL Server Agent job step
http://support.microsoft.com/kb/918760
January 29, 2007 at 7:00 pm
I believe you are out of luck in that case....
or
Check for third party tools if you guys want to spend money...
January 29, 2007 at 6:52 pm
If you don't have the log space ....you can change Insert batch size in the dts package properties... but it will take longer than normal to complete the process.
January 29, 2007 at 6:46 pm
xp_SMTPmail mail is to replace sql mail not sql agent mail.
January 29, 2007 at 6:19 pm
System and Storage Configuration for SQL Server
http://www.sql-server-performance.com/jc_system_storage_configuration.asp
January 29, 2007 at 6:17 pm
If you check the "Attempt to repair any minor problems" option, sql server will try to change the db to single user mode to run the repairs...
It is not...
January 29, 2007 at 6:07 pm
Viewing 15 posts - 406 through 420 (of 1,166 total)