Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 13,462 total)

  • RE: Invalid Object In SQL Server 2008 database

    that's a "feature" of procedures, with deferred name resolution.

    there's no way to turn it off, unfortunately, as it would be very valuable to be able to do that in some...

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

    take a look at this thread, where we did some analysis a while back;

    i threw a SQL CLR function out, that seemed to do pretty well performance wise, that leverages...

  • RE: Expired SQL 2012 license. Moving on to 2014

    you can stop the SQL 2012 service and find the mdf and ldf files for the database(s) in question.

    copy them to the new server and use the Attach method:

  • RE: TSQL to create Excel 2013 file

    correct me if i'm wrong, but I thought noone can write to a file on the root of the C drive unless they are running elevated, admin priviledges:

    so C:\CambridgePubs.xlsx would...

  • RE: InPlace Updates for Key columns

    i believe it's a design structure built into SQL, where in place updates are never truly performed.

    'The design makes sense, because it allows you to reference both old and...

  • RE: Equivalent sql code for NORMSINV Excel Function

    i googled "tsql normsinv" and found quite a few; my second link pointed me, indirectly, to a script and forum post here on ssc for a couple of variations:

    http://www.sqlservercentral.com/scripts/Miscellaneous/31632/

    http://www.sqlservercentral.com/Forums/Topic158858-21-1.aspx#bm159154

  • Viewing 15 posts - 2,206 through 2,220 (of 13,462 total)