Forum Replies Created

Viewing 15 posts - 35,161 through 35,175 (of 49,552 total)

  • RE: Closing out 2009 early?

    Steve Jones - Editor (12/21/2009)


    My worst deployment support was on the 31st of the year. I went home on the 2nd. However that was mandated.

    That sounds familiar.

    A few years back...

  • RE: SQL in code vs. stored procedures

    Ray K (12/21/2009)


    Hypothetical situation: let's say my .NET OOP code and my SQL Server reside on different servers. I have a large amont of data (let's say, 5,000...

  • RE: Maintenance Plan Failure - Check Terminated

    Ok, good.

    I have seen this before, can't necessarily tell you exactly what causes it though. Sometimes things like an index rebuild will 'fix' corruption. It could also have been that...

  • RE: Closing out 2009 early?

    I'm still working. Need to get a report done for current client for when they get back from vacation. Doesn't really bother me, I have plenty of time to get...

  • RE: SQL in code vs. stored procedures

    Seth Delconte (12/18/2009)


    I think there are some serious advantages to using stored procs over raw ad hoc SQL queries. Stored procedures allow your queries to become more efficient, as...

  • RE: SQL in code vs. stored procedures

    Here's my reason for recommending stored procedures.

    If the procedure is performing poorly, someone (the DBA, the developer, an outside consultant, etc) can take the proc, tune it, ensure that it...

  • RE: Index Usage

    What what will give you is all indexes that have had at least one update but no seeks, scans or lookup since the database was last started. It won't show...

  • RE: Can I have SQL 2008 as a DR of SQL 2005?

    Maybe I'm missing something here, but how on earth is using SQL 2008 Enterprise edition instead of SQL 2005 Standard Edition saving money? The licensing rules for the SQL 2005...

  • RE: Maintenance Plan Failure - Check Terminated

    Please run the following from management studio and post the full output.

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    I do hope you have a clean backup of that database. Also, take...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (12/21/2009)


    GilaMonster (12/21/2009)


    Am I missing something with this thread?

    http://www.sqlservercentral.com/Forums/Topic836986-146-1.aspx

    Seems odd to ask on a forum for the reason that a drive is missing from a server.

    You're not missing anything....

  • RE: Are the posted questions getting worse?

    Am I missing something with this thread?

    http://www.sqlservercentral.com/Forums/Topic836986-146-1.aspx

    Seems odd to ask on a forum for the reason that a drive is missing from a server.

  • RE: need immediate help!!!!!!

    Set up a test server and try the upgrade out. Seriously, you should not be considering doing something like this to your production server without any idea what's going to...

  • RE: unable to access drive

    Then speak to whoever is in charge of the server and storage and ask what happened to the drive.

  • RE: Backup and insert

    You're going to have to give us more than that it you want help. The exact error would be a start. What the "Backup is doing with query." really is...

  • RE: Invalid column name error

    namrata.dhanawade-1143388 (12/21/2009)


    Also, there is loads of data and users working on it at the same time, hence the use of 'NOLOCK'.

    Is this a reason good enough?

    Generally no. Blocking usually...

Viewing 15 posts - 35,161 through 35,175 (of 49,552 total)