Forum Replies Created

Viewing 15 posts - 16 through 30 (of 287 total)

  • RE: Display the results of search in a DataGridView

    enriquezreyjoseph (9/24/2013)


    Sean Lange (9/24/2013)


    PLEASE do yourself a favor and read this article. http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/[/url]

    It has been suggested to you at least a couple of other times in the various threads you...

  • RE: Query

    You'll have to play around with the String Functions to get what you want.

    Maybe...

    SELECT REVERSE(SUBSTRING(REVERSE('1a'), 2, LEN('1a')));

    SQL and Strings... not exactly a match made in heaven.

  • RE: Using SQLCMD as an alternative to xp_cmdshell

    srajinigandh (9/18/2013)


    ramakantshankar (9/13/2011)


    Hi,

    As you said we can use the SQLCMD to execute operating system commands by indicating the " !! " before the command.

    I have created a POC on...

  • RE: sql 2012 dumps

    ramyours2003 (9/2/2013)


    Can any one send the sql 2012 dumps for getting the certified ?

    (I'm very sorry but this is so funny)

    I can't believe you actually posted that question on a...

  • RE: Sql Server Objects Naming Conventions

    Thanks for the responses.

  • RE: sp_getrecords to get all records from a table

    ApexSql do a free intellisense tool (and no, I don't work for them):

    http://www.apexsql.com/sql_tools_complete.aspx

  • RE: dynamic sql query?/

    gurjer48 (9/2/2013)


    where we use dynamic sql queries??

    in my office we don't use dynamic sql queries but I am want to know in which case it finds application??

    if possible give...

  • RE: Help

    I think people spend way more time than they should denegrating Certifications.

    Regardless of whatever qualifications you have, degree, ms certs, including mcm's / mca's (no disrespect to them), once you...

  • RE: Wrong datatype for SP?

    By all means use the Splitter, I've used it a few times and it's work really well but take the time to look at the Table Valued Parameter approach suggested...

  • RE: Stored Procedure Having More than 1000 Lines

    Maybe now would be a good time to pick up on Extended Events 🙂

  • RE: Shortcut for Views.

    Maybe if you show us what you can see for stored procedures we can help you find it's equivalent for views.

  • RE: Query Help - To delete old files

    I would second the PowerShell approach.

    It's a lot cleaner and dare I say more flexible IMHO.

    Scheduling a PShell Script from within Sql Agent is also straight forward as has already...

  • RE: How to restrict insertion depends on condition?

    This should amount to simple CASE Statements within your Procedure but you will have to provide a bit more information to get the help you need.

  • RE: How to read a variable from a excel sheet to find data in my database?

    hristo1977 (8/19/2013)


    Hi,

    I have a Excel sheet with usernames, I would like to loop through the usernames and see what info exists in the database, based on each username. Where do...

  • RE: Help on triggers

    Rather than hide that logic in a Trigger, wouldn't it be better to just deny your users direct access to the base table and then use a Stored Procedure...

Viewing 15 posts - 16 through 30 (of 287 total)