Viewing 12 posts - 1 through 12 (of 12 total)
Did you ever get a response from InterSystems on this? I get the same error occasionally and would like to resolve it if I can.
December 26, 2013 at 8:57 am
Visual Studio now has some great tools where you can build a database. It will treat it more like "code" and also you can run the project through an...
June 28, 2013 at 9:30 am
Is the table a heap or does it have a clustered index?
February 16, 2012 at 9:58 am
Dave, what other ways did you find? Others might want to know more possible solutions to solve their problems as well.
September 23, 2011 at 7:37 am
I've used synonyms for linked servers with great success. I'd recommend that.
October 3, 2008 at 10:28 am
Well, it is perfectly logical that it doesn't return a leading 0. The Datepart returns an Integer value. Integers are usually not expressed with leading 0s! Which is why the...
January 5, 2006 at 11:05 am
Have you tried the NoLock hint on the query?
October 18, 2005 at 11:48 am
You could implement a trigger that would just rollback any sort of changes.
But to be sure I would suggest keeping a pristine copy of the data offline (Maybe in...
October 18, 2005 at 11:46 am
Would adding the "Everyone" NT Group do what you want it to do?
October 6, 2005 at 9:13 am
You could have a list of the columns that you would like to sort on and then write an expression in the sort section of the report.
September 13, 2005 at 9:43 am
You could try to put a filter on the dataset where that value is > 0
That would probably be the easiest solution.
Thanks
Scott
September 13, 2005 at 9:39 am
MNS, You could create an Excel application object in a VB script task before you export the database and modify your connections and files before you begin the datapump.
Is...
August 8, 2005 at 8:54 am
Viewing 12 posts - 1 through 12 (of 12 total)