Viewing 15 posts - 46 through 60 (of 69 total)
The fix was to basically Add back the Article and than drop it again and it cleared the flag that was on the table.
May 9, 2012 at 1:45 pm
The table was removed from Replication and it won't be added back. I am still not sure why the flag was not changed.
May 9, 2012 at 8:37 am
Thanks, I will review from the link.
March 23, 2012 at 2:56 pm
Thank you for your reply. On one of the identified poor performing procs, With Recompile' was add to see if proc performance would improve. It still returned slowly....
March 9, 2012 at 2:33 pm
I think I am going to use the File Watcher component. Thanks.
June 2, 2009 at 2:43 pm
Also, you still would need to set up trustworthiness if you use sys.dm_exec_sessions instead of sysprocesses.
But will use this instead of sysprocesses.
September 5, 2007 at 8:57 am
Thanks for your help. I did have to add one additional step.
1. ALTER AUTHORIZATION ON DATABASE::dbname...
September 4, 2007 at 4:50 pm
Thanks.
June 7, 2007 at 12:30 pm
Here is what it looks like if I modify a test proc in SQL Server Management Studio I just created for this example:
As you can see it automatically throws in a an...
May 9, 2007 at 10:46 am
I checked that already. I don't have it set at the connection level, database level, or server level.
Any ideas.
thanks,
Daniel
May 9, 2007 at 10:36 am
Thanks for your help. But there is still an issue with it. The data from the Excel spreadsheet was imported in from a different data source, and I am still...
July 20, 2006 at 4:42 pm
Where\how do I add the 'IMEX=1' to the connection string in my SSIS package? Do I go to properties on the Excel Source?
Thanks for your help.
Daniel
July 20, 2006 at 11:31 am
Viewing 15 posts - 46 through 60 (of 69 total)