Forum Replies Created

Viewing 15 posts - 91 through 105 (of 430 total)

  • RE: Migrating sql instances from old 2012 cluster to new 2012 cluster

    Or rename the old cluster/nodes to "name_old" or something, rename the new cluster/nodes, and make sure it works before taking the old stuff all offline.

  • RE: Filtering query using WHERE + CASE

    Luis Cazares (8/22/2014)


    That's like saying you shouldn't write "colour" and should write "color" just because someone said so.

    Got any left handed spoons?

  • RE: Does anyone have a good 'validate email' function?

    GilaMonster (8/27/2014)


    Depends how accurate you want it.

    Want a complete, perfect validation? Use DB_Mail to send an email and have the app ask for the sent code, or validate a clicked...

  • RE: Convert Excel formula to SQL

    Jeff Moden (8/19/2014)


    davidmckee (8/19/2014)


    I connect to the server/table using phpMyAdmin[font="Arial Black"] I believe it is a MySQL database[/font]

    Wellllll.... crud. I came up with something fun but now I don't...

  • RE: deleting duplicate records from a table

    I ran into this method in an Itzik Ben-Gan article, which looks more complicated, but of course somehow manages to run a bit faster where I've tested it against a...

  • RE: Determine which pattern comes first in a string<!-- 864 --><!-- 864 -->

    Eirikur Eiriksson (8/25/2014)


    sqldriver (8/25/2014)


    That's pretty cool. I like the position column. I don't think you need the extra step with the prefixes, though. Their position (at least in my actual...

  • RE: Determine which pattern comes first in a string<!-- 864 --><!-- 864 -->

    Eirikur Eiriksson (8/25/2014)


    Just having a quick fun with this problem, this code probably has more of an entertainment value than being an actual solution (couldn't help it):-D

    😎

    USE tempdb;

    GO

    WITH cteText(string) AS...

  • RE: TSQL to create Excel 2013 file

    Just a thought, if you can't get the permissions for the SQL Service account sorted out. You can always raise makewebtask from the dead, if you still have a 2008...

  • RE: Determine which pattern comes first in a string<!-- 864 --><!-- 864 -->

    dwain.c (8/24/2014)


    I confess to a bit of lack of understanding here (meaning in what you expect your output to be), but since you mentioned PatternSplitLoop (presumably the one from my...

  • Viewing 15 posts - 91 through 105 (of 430 total)