Forum Replies Created

Viewing 15 posts - 196 through 210 (of 497 total)

  • RE: t-sql where statement

    First please read the article in my signature about posting these types of questions to the forum. After you do that I could make sure that the answer is correct....



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: How do I find out server name and instance name? Thanks

    To verify your instance name open SQL Server Configuration Manager -> SQL Server Services (left pane) -> Double click your SQL Server service -> Click on the Service tab and...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: permission to users?

    rj529 (2/5/2014)


    HI,

    1.perticular user is only created for databses only?

    2.perticular user is only created for stored procedures nad alterd also?

    3.perticular user is only created for tables only?

    4.particular user access for one...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Testing multiple columns in a table

    I agree with Lowell's approach



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Need case expression for sql select statement

    Please read the first article in my signature and post the missing information. We need a create table statement, some sample data and the expected outcome. Thanks



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Testing multiple columns in a table

    Hi David welcome to the forums. Please read the article in my signature about posting questions to the forum this will help us in solving your question. Without knowledge of...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: SQL 2012 Paging

    I was planning on doing some research on this topic anyway, so I will take this one.



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: DBCC CheckTable repair_allow_data_loss

    I am currently using Ola Hallengren's[/url] backup scripts for my backups and a custom SSIS package that I created to perform my restores and DBCC CHECKDB. The package is nothing...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: DBCC CheckTable repair_allow_data_loss

    As Grant pointed out you really need to perform all of the actions together to have an idea of when the corruption occurred (what day). I always take my backups...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Recompile error too long to get useful error information

    If you are altering your table structures you shouldn't have to mark them for recompile. Here is a quote from BOL article on ALTER TABLE:

    If there are any execution...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Need help on SQL script

    You get one freebie without create table statements and sample data :-D. Please read the article that I mentioned and add the necessary information to the post and someone will...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Copy DB from QA to Prod

    SQLRNNR (2/3/2014)


    I wouldn't say that TDE isn't user friendly.

    I would say that you should have a firm grasp on it and why you are doing it before doing it.

    Agree. I...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Recompile error too long to get useful error information

    Save yourself some time and just run dbcc freeproccache (just kidding), but what is the reason for the script? Why do you want to have every store procedure, trigger, etc....



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Sleeping processes

    Looks like connection pooling to me. Read the following article: http://msdn.microsoft.com/en-us/library/8xx3tyca.aspx



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

  • RE: Need help on SQL script

    Welcome to the forum and congrats on trying to improve you T-SQL coding ability. Please read the article in my signature and repost you question with the create table statements...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

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

Viewing 15 posts - 196 through 210 (of 497 total)