Forum Replies Created

Viewing 15 posts - 7,891 through 7,905 (of 9,701 total)

  • RE: logshiping on cluster server.

    Depends on what kind of cluster you have set up. If it's Active / Active, then yes, you shouldn't have a problem. If it's Active / Passive, you have a...

  • RE: Automating job scripts

    Job_ID is not an int. You have to use uniqueidentifier or char / varchar data types for your variable.

    EDIT: And yes, what you want to do is possible. Just adjust...

  • RE: Fatal Error

    Google that first sentence. There are tons of responses from 2008 and 2009.

    First one on the list is this one about 64 bit OS patches.

  • RE: Create Index on Replicated Tables

    Check out this link on how to read the dump log. It might help you track down your problem child.

  • RE: Create Index on Replicated Tables

    Check the dump log, and the server's event viewer. What are they saying?

    The usual "fix" in SQL 2000 for me (when it came to problems like this) was re-initializing the...

  • RE: Create Index on Replicated Tables

    It's been forever since I've used replication. I have this bizarre, vague memory that there's a setting in one of the properties windows that needs to be set in order...

  • RE: Upgrading OS Need Suggestions

    I don't know if there will be a problem if you move your databases without changing your SQL Server install from 32bit to 64bit. Have you upgraded the SQL Server...

  • RE: Fatal Error

    Check your server's Event Viewer for errors and warnings from around the time of this error.

  • RE: SP_Errorlog

    Describ the steps you're taking to read the error log, please.

    Also, is the log file hard drive full? Have you recently run a diskscan to verify all the sectors are...

  • RE: Disk Queue length

    Tara-1044200 (6/1/2010)


    This disk is SAN configured with RAID5. I always think of keeping database files on multiuple drives hoping to have better performance but my network admin says that it...

  • RE: Question about "Execute as "

    So I guess the answer depends on how the linked server is setup. I'm betting the impersonate permission is causing your ability to use it.

  • RE: Error: Connect to Management Studio

    Chances are your uninstall didn't uninstall cleanly or completely. Or the install upgraded a SQL Server component. I'd advise googling "Uninstall Deklarit" and see if you find any articles on...

  • RE: Question about "Execute as "

    I don't know what settings Marco used, but I created a Test sql account on a server, using Master as the default and granted no permissions.

    The linked server does not...

  • RE: Question about "Execute as "

    mchofman (6/1/2010)


    It is possible to run query at a linked server as another user with the EXECUTE AS statement. In the example below I login as user "Test" and I...

  • RE: small table + many DELETES + UPDATE = deadlocks

    mberry 51447 (6/1/2010)


    somehow I dont believe that use of the UPPER function is causing this.

    Every function included in a WHERE clause causes problems. It most instances, it can turn a...

Viewing 15 posts - 7,891 through 7,905 (of 9,701 total)