Forum Replies Created

Viewing 15 posts - 12,271 through 12,285 (of 39,914 total)

  • RE: Update Novell eDirectory from a SQL Server database

    How does the eDirectory process work? Something there must be reading data from SQL Server. Once you understand how the process works (maybe use Trace), you can move forward.

    duplicating this...

  • RE: log differences

    First, if this is interview/homework, please identify it.

    Second, you should do some research yourself. There is a lot of documentation.

    Third, semantically, I'm not sure what you mean. SQL Server has...

  • RE: stored procedure unable to find file on another server

    Jim has given you good advice.

    Note that when you run something, it isn't your account that runs it. It is the service account for SQL Server, not the user connected....

  • RE: prerequisites

    Note that in addition to sean's reference, there isn't just "replication" in SQL Server. There are different types, and the complexity, monitoring, and administration is different for them. You should...

  • RE: Are the posted questions getting worse?

    Notifications working for people? Seem like the queue might be stuck.

  • RE: Depending on CurrentStatus will determin where to pull the values from

    Not sure if this is more efficient and you'd have to test, but you could join with an OR and then use a CASE statement.

    Select

    case

    ...

  • RE: SQLServerCentral Runs sp_Blitz - Informational Items

    TheSQLGuru (7/6/2013)


    I am wondering why you are using the older 1204 for deadlock information instead of (usually more useful) 1222.

    No idea. I'll have to ask.

  • RE: issue with tempdb

    You are right (as usual), Gail. I thought it would start in read-only mode, but sure enough I get a failure.

    The problem is probably rights. Your system cannot open c:\xxx.mdf...

  • RE: issue with tempdb

    There should be information in the SQL Server error log about it starting. Look for that. tempdb being broken doesn't prevent the instance from starting.

  • RE: Independence Day 2013

    jasona.work (7/5/2013)


    Hmm, can we amend that to be:

    We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable...

  • RE: Are the posted questions getting worse?

    Hope everyone had a good Fourth. My day?

    We leave late for the mountains (1), hit traffic (2), Tia's hungry, but everywhere in Idaho Springs is packed and busy (3). Hit...

  • RE: How to Check Change in the Status

    I hate doing this in individual emails, since I think it's a poor design practice. Over time, or when things are busy, people get tons of emails that aren't necessary....

  • RE: Add Variable to integer

    Lowell does it the way I'd do it if the data is static.

    If it's not completely static, or may change often, then you could use another table.

    create table status

    ( code...

  • RE: issue with tempdb

    What's in the error log?

  • RE: Who's Got Your Data?

    swwg69 (7/4/2013)


    As a father with daughters, I worry about the indiscriminate abuse by single FBI agents. Let me cross reference birth control pills with condom purchases and bar patronage....

Viewing 15 posts - 12,271 through 12,285 (of 39,914 total)