User Profile

Collapse

Profile Sidebar

Collapse
DrGrant
DrGrant
Last Activity: Feb 8 '08, 08:20 PM
Joined: Jun 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Altering a function while it is being referenced

    Ok, so I got a scalar function that is being used in Check Constraints on many tables. Now say in the future I'd like to alter this function, I believe SQL server doesn't let you do this while the function is being referenced. So to do this you'd have to clear all the references, then make your changes, and then put all the references back. Is there any easy way around this problem short of doing this or making a new function?

    ...
    See more | Go to post

  • DrGrant
    started a topic Storing an object in sql
    in .NET

    Storing an object in sql

    Hello,

    I was wondering if someone would know some methods that would help me store an object into a ms sql database. I've found lots of documentation on how to do this with files and images but not with an Object.

    I was planing on storing it as binary data. What I am storing is results from sql stored procedures for the purposes of caching. Which would come in as DataTable and be taken out as DataTable, but any conversions...
    See more | Go to post
No activity results to display
Show More
Working...