Viewing 15 posts - 451 through 465 (of 2,487 total)
Greg, would your commenting be a text annotation on the DTS Designer page? If so, then be aware that if the package is modified programatically then you will lose the...
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 3:19 pm
Check the "Close connection on Completion" option in the Workflow Properties of the ExecuteSQL task.
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 3:15 pm
When you alias a table you need to use the alias instead of the table name.
Change "UPDATE Store_Table" to "UPDATE s"
I would also suggest you get into the habit of...
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 2:30 pm
Ahhh ... the actual info on recovery interval is,
" SQL Server estimates how many data modifications it can roll forward in the recovery time interval. SQL Server typically issues...
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 7:08 am
I think this is more a case of the purpose and use of the report needs to be revisited and maybe the selection criteria adjusted to provide a smaller list...
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 7:00 am
The apology isn't necessary, but I'll accept it anyway ![]()
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 7:00 am
Given the recent rash of next to useless posts by Hemasunder, I'd say they're just trying to increase their post count. ![]()
![]()
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 6:49 am
Yes, so by that logic it should print 'Length = 0' ( which it does for me )
Vladmir's problem is that it's printing 'Length > 0'
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 6:45 am
Check the Execution plan on each server. This will verify if the same indexes are being used and if any statistics are missing or out-of-date.
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 12:20 am
Hmmm ... works fine for me.
Are you sure you're passing in the correct input?
Put a print statement to show the @i_name variable before the If .
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 12:18 am
Hema, A Backup and Restore won't be of any use in this situation because the data will still reside on the original server. That being the case you might as...
--------------------
Colt 45 - the original point and click interface ![]()
January 24, 2006 at 12:14 am
You could setup your report on a schedule then check the command text of the SQL Agent job that is created.
Just use the same command text in a trigger or other...
--------------------
Colt 45 - the original point and click interface ![]()
January 23, 2006 at 11:28 pm
Take a look at the following.
http://www.sqldts.com/default.aspx?297
--------------------
Colt 45 - the original point and click interface ![]()
January 23, 2006 at 3:26 pm
Viewing 15 posts - 451 through 465 (of 2,487 total)