Forum Replies Created

Viewing 15 posts - 46 through 60 (of 110 total)

  • RE: INSTEAD-OF Trigger on IDENTITY Column

    quote:


    Hi,

    When I try to do this through the view it will not let me leave the column empty saying,

    "The Column 'testingID' in...

  • RE: INSTEAD-OF Trigger on IDENTITY Column

    quote:


    Hi,

    When I try to do this through the view it will not let me leave the column empty saying,

    "The Column 'testingID' in...

  • RE: Object Level Permissions (SQLDMO)

    I managed to get the answer.

    In the script method we need to enter a combination of SQLDMOScript type separated by OR.

    Pay Respect to People on your way up. For you...

  • RE: Grand Total with No Sub Totals

    quote:


    Sorry, I didn't word my question clearly.

    Getting the line total isn't the problem. Getting an extra row at the end of...

  • RE: Grand Total with No Sub Totals

    quote:


    I want a query that returns only the grand total with no subtotals.

    For example, I want a resultset of all orders...

  • RE: Loading Databases SQL 7.0

    Have you tried detaching the database and then attaching it again.

    Pay Respect to People on your way up. For you will meet the same People on your way down.

  • RE: Database Migration

    quote:


    What is the best way to do this? DTS? Store procedures???

    Should I scrub the data first into a staging database?


  • RE: store showplan_all output

    Addendum

    The code will not function properly if the stored procedures refers any temporary tables (#).

    Pay Respect to People on your way up. For you will meet the same People on...

  • RE: store showplan_all output

    Copy Paste his Code

    You Will need to have a Listbox1 and a text box on the form.Please do the required changes.

    Start

    Option Explicit

    Private Sub Command1_Click()

    Dim oCon As...

  • RE: Problems with Text Data Type

    FROM BOL 🙂

    The Microsoft® SQL Server™ ntext, text, and image data types are capable of holding extremely large amounts of data (up to 2 GB) in a single value.

    If an...

  • RE: CPU usage 100% for most of the time.

    I checked the sysprocess table and none of the spids seem to do so.

    One thing I forgot to mention is that sql2000 is on NT4 Server.Will I benefit by switching...

  • RE: CPU usage 100% for most of the time.

    Yes it is SQL Server that is runing near 100%.

    Pay Respect to People on your way up. For you will meet the same People on your way down.

  • RE: SQL query please

    If you have Id field then try using the replicate function to get the required indentation.

    select replicate('-',id)+ cast(name as varchar(100))

    Pay Respect to People on your way up. For you will...

  • RE: getting uncommitted data

    For Curiosity. Are you using begin trans in your stored procedure or starting the transaction from the front end, if it is the stored procedure itself then you need to...

  • RE: Log File problem

    quote:


    If you can shut down the database I've always found that the quickest solution is immediately after a full backup to use...

Viewing 15 posts - 46 through 60 (of 110 total)