Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 13,469 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...

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