Viewing 15 posts - 826 through 840 (of 7,429 total)
Or search in the Windows SDK, most are in there.
August 16, 2006 at 8:08 am
Have you contacted Business Objects (http://www.businessobjects.com/) or checked their knowledge base? I have seen this behavior when the Crystal Reports server itself wasn't running.
August 14, 2006 at 7:40 am
How do you have Crystal setup and is this a web app?
August 11, 2006 at 12:54 pm
I just prefer using the primary database they will access myself. Especially since I have to script it and release from Dev to QA (Or UAT) thru the DBA and...
August 11, 2006 at 12:45 pm
Sorry doesn't come from SELECT @@Version, may come from the executable. Cannot find reference to where this value resides but again is the product installed and nothing to do with...
August 11, 2006 at 8:17 am
Nevermind I see now.
That is the product information and has nothing to do with the language for users. You installed the English version of the product.
That is like running in...
August 11, 2006 at 8:14 am
You stated you are using SQL 2000. When I look at any databases properties I don't see anything about language. I see
Database----------------
Status
Owner
Date created
Size
Space available
Number of users
Backup------------------
Last database backup:
Last transaction log...
August 11, 2006 at 8:09 am
Have you tried running manually on the server to make sure it is doing anything. Could your excel file be stuck? Turn the package logging on (package properties) so you...
August 11, 2006 at 7:29 am
I would use profiler to see what is calling the shrink. Also, check to see if you have in database maintenance plans running, they can be doing this. However if...
August 11, 2006 at 7:22 am
To change the default langauge for users open Enterprise Manager to the server in question, right click on the server itself and choose properties. Change to the "Server Settings" tab...
August 11, 2006 at 7:16 am
As stated before your going to use update and insert of course but look at the keyword
EXISTS
and the functions
SCOPE_IDENTITY, IDENT_CURRENT, and @@IDENTITY (hint triggers and other events can affect the...
August 11, 2006 at 7:09 am
I think this is exceptional. My biggest concern with something like this however is you have to be sure you have your security nailed. Since the hyperlink is a set of...
August 9, 2006 at 7:40 am
Couple of ways you can do this however what type of application do they use to access the server.
Is it web based or a desktop application?
August 3, 2006 at 9:17 am
Viewing 15 posts - 826 through 840 (of 7,429 total)