Viewing 15 posts - 451 through 465 (of 2,486 total)
Check the "Close connection on Completion" option in the Workflow Properties of the ExecuteSQL task.
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...
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...
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...
January 24, 2006 at 7:00 am
The apology isn't necessary, but I'll accept it anyway
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.
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'
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.
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 .
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...
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...
January 23, 2006 at 11:28 pm
January 23, 2006 at 3:26 pm
I have not had the problem myself, but there are many posts about email problems with SQL and Outlook.
My suggestion would be to avoid the problem and use DTS SMTP...
January 23, 2006 at 3:23 pm
Viewing 15 posts - 451 through 465 (of 2,486 total)