Forum Replies Created

Viewing 9 posts - 286 through 295 (of 295 total)

  • RE: Need Expert Advice

    If you have to change the code to refer to a different name as you have to add the instance details, you might as well have a different name for...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Trying to update 500,000 rows but getting error "Subquery returned more than 1 value"

    Is ACTIVITY_UID  a GUID?

    It looks like you have duplicate ACTIVITY_UID so there is a confusion over which record you are trying to update because there is more than one record...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Some Linked Tables Display #Deleted when Opened

    I've seen this before when a change has been made to the data but the screen has not refreshed, when you refresh the dataset the data is shown cleanly. It...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Some Linked Tables Display #Deleted when Opened

    I've seen this before when a change has been made to the data but the screen has not refreshed, when you refresh the dataset the data is shown cleanly. It...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Moving Logins and Users

    You need to fix orphan users. There is a script on this site http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=1605 or you can find a script on the Microsoft site somewhere.

    Regards

    Carolyn

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Locking records when selected in Access

    Try using a pass-through query in access, rather than a linked table, and use the with (nolock) hint in the query to be doubly sure, though not sure you will...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Cannot drop view as it is being used by replication

    Been there got the T-Shirt.

    Script out the delete for the replication and extract the lines that refer to the view. Drop the view from being replicated. Then you can get the...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Triggers on Linked Servers

    Thanks I thought that should be the case, but am testing as there have been some issues with missing data.

     

     

    Regards Carolyn

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Cannot install SQL Server 2000 SP4 on database instance

    I ran it from the downloaded bat file, and the instance name was in the dropdown list as STARTEAM.

    Regards

    Carolyn

     

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

Viewing 9 posts - 286 through 295 (of 295 total)