Forum Replies Created

Viewing 15 posts - 826 through 840 (of 7,429 total)

  • RE: How to read a dump...

    Or search in the Windows SDK, most are in there.

  • RE: Crystal ~ SQL connection

    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.

  • RE: Crystal ~ SQL connection

    How do you have Crystal setup and is this a web app?

  • RE: default database in SQL Server 2000 development or QA

    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...

  • RE: Default Language in 2000 databse

    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...

  • RE: Default Language in 2000 databse

    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...

  • RE: Default Language in 2000 databse

    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...

  • RE: Weird dts problem

    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...

  • RE: Database was shrunk but Auto Shrink is disabled

    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...

  • RE: Default Language in 2000 databse

    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...

  • RE: SQL Beginner

    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...

  • RE: A Report to Display and Edit User ''Rights''

    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...

  • RE: TKO

    Hey that isn't Accesses fault, it is a fundamental issue with the system analyst not doing a good job verifying the correct infrastructure is put in place. Access is a...

  • RE: How to Translate UTC dates to local Dates?

    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?

  • RE: TKO

    All I will say is anyone remember the mainframe?

    Oh wait, we still have those, nevermind.

Viewing 15 posts - 826 through 840 (of 7,429 total)