Forum Replies Created

Viewing 15 posts - 136 through 150 (of 405 total)

  • RE: Nested Stored Procedures in SSRS

    SSRS does not have a view on what executes inside the sp. so in theory what all possible for the user account running the query.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Question regarding ANONYMOUS login within a Backup and Restore Package

    sorry for replying late.

    As a temporary workaround you can use SQL authentication saved inside your connection manager. Delegation issues happen only when you connect from a different machine. Why don't...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Question regarding ANONYMOUS login within a Backup and Restore Package

    First, It is not advisable for you to mention your server/ credential names in a public forum 🙂

    The issue happening for you here is the delegation does not work for...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Help me understand bulk insert blocking chains on unrelated tables

    In sys.processess does your waitresource show something like 2:1:1. It might be a tempdb contention.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SSRS Reports Migration to source control

    You are not doing anything wrong. If not opened in SSRS project, rdl reports are just xml files. However you can import all of these reports into a project and...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Data Profiling using T-SQL queries

    If you are able to use SSIS, there is a task available.

    https://msdn.microsoft.com/en-us/library/bb895263.aspx

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: which way should I write JOIN Query ?

    KcV (11/23/2015)


    (After writing SP i do Optimizing using Database Tuning Adviser ) is it OK ?

    I am not sure you should completely rely on DTA for performance optimisation that too...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Not able to insert data in table

    Does it succeed after some time?, Can you find your session sys.dm_exec_requests? what is the status and waittype ?

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Duplicate reference to the same sql server instance, not an alias?

    itguy2015 (11/18/2015)


    MadAdmin (11/18/2015)


    Can you list the SQL services you have as well as whether they are running or not.

    Here is a screen shot of the services. Note that where I...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Duplicate reference to the same sql server instance, not an alias?

    What do you see when you execute select @@servername from both the instances. I think they both pointing to same instance.

    Edit: I mean some alias name

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: A Single-Parameter Date Range in SQL Server Reporting Services

    Great idea, thanks for taking time to share your work.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: HELP WITH A CASE STATEMENT

    TSQL Tryer (11/13/2015)


    Hi,

    I have three fields in my query - ContactGroup, Contact and RelationshipID

    All 10 entries are part of the same ContactGroup.

    ContactGroup Contact RelationshipId

    ABL001 ...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Custom Schemas

    Great topic to discuss,

    I have played all kinds of roles for SQL developer, DBA and data modeler and I have always found schema very useful for logically separating the objects...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Alter DB modify log file.

    Jeremy's script wont alter any database,

    you need to select the out put of the query and run it in another query window.

    You can develop dynamic query on top of...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: A Tale of Partition Schemes and Disappearing Dragons

    entertaining and informative. I have used rename and partition switch. I think rename is good if its a one time load. Partition switch is something that can be created as...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 136 through 150 (of 405 total)