Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,412 total)

  • RE: The CLR in SQL Server 2005

    Don't get me wrong, I am very positive about CLR integration, and functions in particular is where I see myself using it the most. In the URL example I would...

  • RE: The CLR in SQL Server 2005

    Adam, I agree fully that 'true' business logic as you define it has only one place and that is in the database. However, I also believe that the logic should...

  • RE: Question regarding NULLS

    Like Kenneth said, most probably there are some design issues here. Personally, I do not allow columns to have NULLs (or use any default value) and I do not design...

  • RE: Script from PASS 2005? Working with indexes

    Heaps have indexid = 0, text/image data have indexid = 255. So it is included in the where clause. Personally, I would change the where clause to indexid BETWEEN 1...

  • RE: sp_attach_db has too many arguments specified

    If the files are not found in the old location (which is stored in the mdf file) you need to specify each file in the CREATE DATABASE ... FOR ATTACH...

  • RE: Syntax error

    If you tell us what you are trying to do with the view we can give you more advice.

  • RE: Normalization question...

    Yes, exactly so. This is nothing unusual. The database has the constraints that make sure the business requirements are guaranteed, and any application (or user) accessing the database must understand...

  • RE: Normalization question...

    I think the simplest solution is to change the check constraint that I mentioned to say E1 < E2. That way you avoid duplicates and it of course also includes...

  • RE: Normalization question...

    As I see it, no, it does not break 1st (or any) normal form. The fact that they contain foreign keys to other tables, or in this case the same...

  • RE: Normalization question...

    I do not interpret the question in that way. As I understand it there is a table T1 { e, c0...cn } where e and c0...cn is a number of...

  • RE: How do we run a stored procedure during startup sqlserver

    There is no command-line option to run a specific stored procedure. However, you can mark stored procedures in the master database to automatically start whenever SQL Server is started, not...

  • RE: the opposite of join?

    Hehe, yes, I was almost afraid to post my answer. I felt there must be something I was missing, but finally figured there weren't. Followers

  • '); } var target = "undefined" !== typeof items[3] ? items[3] : ( "undefined" !== typeof items[items.length-1] ? items[items.length-1] : null ); if ( "undefined" !== typeof target ) { var list = document.querySelector('#bbp-user-navigation ul'); var li = document.createElement("LI"); li.innerHTML= '
  • Following
  • '; var li = li.firstChild; list.insertBefore( li, target ); } else { console.error("BPT Error: Could not find an item position for a profile element (%s)",'
  • Following
  • '); } }; BPT_init();