Forum Replies Created

Viewing 15 posts - 7,096 through 7,110 (of 9,643 total)

  • RE: User account pre-installation rights

    Do you mean the account SQL Server will be running under or the account which will be used to INSTALL SQL Server?

    For the account that you will use to run...

  • RE: Deny viewing of System Metadata and tables to users connecting via ODBC

    I'm pretty sure that users will only be able to see tables which they have access to, but I'm not sure. I typically do not grant direct table access...

  • RE: How to.....

    Fraggle (10/26/2008)


    However, to my knowledge, SQL Saturday are Florida only.

    Actually SQLSaturday is NOT a Florida only thing. There have been SQLSaturday's in Washington state, Alabama, and I...

  • RE: How to.....

    Forget about missing a session by Steve Jones, you missed the opportunity to hear a session by Jack Corbett (of this post):P.

    Hey, I wish you had made it to OPASS...

  • RE: How to.....

    You can go to PASS to find official chapters of SQL Server groups. You can also find out by finding your areas Microsoft Developer Evangelist which you can find...

  • RE: Dates difference in ssrs

    Probably the easiest way to do it is to create a calculated field in your dataset using the expression you already have and then putting it in the report both...

  • RE: Error Handling in SSIS

    This is why I keep asking you to go get the Custom Component I posted. I included the source code which fixes the problem with illegal characters. I...

  • RE: Problem with Date.TryParseExact

    If you have data that has single digit months or days 1 instead 01 etc... you need to use this format:

    "M/d/yyyy"

    This will work with either 1/1/1970 or 01/01/1970 or 1/01/1970...

  • RE: Deny viewing of System Metadata and tables to users connecting via ODBC

    Those are all available to the user in SSMS as well, they are just found in the Views section and Access is showing them as tables. Those are available...

  • RE: Ambiguous column error on a single table

    When I run it I get an error against DB's in 2005 mode, but it runs fine if I change the compatibility to 2000. So it is a change...

  • RE: numeric vs decimal

    I don't think it matters. I think most SQL Server folks use decimal, but from what I understand they are handled the same way by SQL Server.

  • RE: Accessing record from the table in which data inserted using SSIS Package

    It would be easier to help with some more details. Take a look at the links in my signature.

  • RE: Error is SSIS

    I believe that this means MS DTC is not running on one of the servers involved in the transaction.

  • RE: sql server 2005

    From BOL:

    To execute INSERT with the OPENROWSET function BULK option, you must be a member of the sysadmin fixed server role or of the bulkadmin fixed server role.

  • RE: SSIS Temp Files

    There are no temp files created, SSIS runs in memory which is why it is so fast. You can put a data viewer on the connector.

Viewing 15 posts - 7,096 through 7,110 (of 9,643 total)