Forum Replies Created

Viewing 15 posts - 5,641 through 5,655 (of 7,164 total)

  • RE: Cant access to share point 2.0 database

    ps_vbdev (7/6/2011)


    ye i realized that but i cant access the instance to enable it to allow remote connections, if that is what it is.

    You don't need to access the instance...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS bit Fields? True/False vs 0/1

    One other angle to consider that helped me...a SQL Server BIT is an exact numeric data type, however once in SSIS it maps into a .NET Boolean data type which...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Cant access to share point 2.0 database

    The instance hosting the SharePoint databases may not be configured to allow remote connections.

    The section titled Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS from stored procedure

    You're receiving the error because you are not in the sysadmin Server Role. Someone may have granted you exec permissions on xp_CmdShell however they did not setup the xp_CmdShell proxy...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Help with dynamic sql in sp

    Anything you can do in declared T-SQL you can do with Dynamic T-SQL...so is what you're trying to do possible, yes. As for achieving it, it will be a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Migrate db from MySQL to Sql Server 2005

    Check constraints? How would linking to MySQL using ODBC provide any advantage over MySQL dump?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: After insert/update/delete timing

    Thanks for posting back, happy you got it sorted 🙂

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How do i get my cursor to continue running after an error is raised

    DBANewbie (7/6/2011)


    FYI wrapping the stored procedure call in a try catch did not solve the problem; the error is still thrown and the job stops executing.

    I just tried this in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Help with dynamic sql in sp

    amy.walsh (7/6/2011)


    Hi there,

    I'm so close, and yet so far... I am looking to report on validation rules -- that is, record how many records break the validation rules...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Stored Procedures with multiple options using an @action parameter

    Bruce W Cassidy (7/6/2011)


    Can't remember whether it was introduced in SQL 2005 or 2008, sorry.

    Now, if you really wanted something to think about... try thinking about being able to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL 2008 updates and service packs

    In short, yes, but there's more. Service packs are more than just your average patch. Some contain major new features as well as major patches for existing features. It will...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Are the posted questions getting worse?

    I have thanked you many times before in these forums and it goes without saying that there were no doubts as to your deservedness but I must say it too,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Grouping Data

    Here is David's code with a couple syntax errors removed and then reformatted:

    WITH cte ( Invoice_id, IssueDate, Account, ApproveDate, RowId )

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Calculating metric distributions

    Do you care to see that decile 3 has 0 items?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Grouping Data

    ringovski (7/5/2011)


    Jeff Moden (7/5/2011)


    It may make a difference...

    Where will the result set of this query be used? In a reporting tool? In a GUI? or ???

    I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,641 through 5,655 (of 7,164 total)