Forum Replies Created

Viewing 15 posts - 12,856 through 12,870 (of 22,214 total)

  • RE: Unable to take backup to C drive

    Backup processes run under the security setting that is granted to the SQL Server service. Check that for security settings.

  • RE: Read only access

    Generally I give access through defining Roles. You then GRANT SELECT to the Role, not to users. Then you add users to the role.

    If users have more access than...

  • RE: TempDB issues, CPU Memory reaching 100%

    You need to identify which parts of the process are specifically hitting tempdb. That's step #1. Then you need to figure out what in those processes is causing tempdb to...

  • RE: proc can return table?

    Michael Valentine Jones (3/31/2011)


    Grant Fritchey (3/31/2011)


    You can use a table valued parameter as an output parameter. But what are you trying to do?

    I believe that is only available in SQL...

  • RE: Are the posted questions getting worse?

    Craig Farrell (3/31/2011)


    Grant Fritchey (3/31/2011)


    Jeez, that guy (or girl) is lost. One more response and then I'm done. I'm the Scary DBA, not the Saintly DBA.

    Oh, him. Yeah, I...

  • RE: proc can return table?

    You can use a table valued parameter as an output parameter. But what are you trying to do?

  • RE: Run the Adhoc queries knowing the impacts which comes as a CR

    I'm sorry, can you define the terms? What do you mean by CR?

  • RE: How does it know?

    Not sure I understand the question completely.

    In the query optimizer there's a process called the Algebrizer that goes through the TSQL code and identifies all the pertinent objects. They actually...

  • RE: Are the posted questions getting worse?

    GilaMonster (3/31/2011)


    David Benoit (3/31/2011)


    Grant Fritchey (3/31/2011)


    Jeez, that guy (or girl) is lost. One more response and then I'm done. I'm the Scary DBA, not the Saintly DBA.

    If it is the...

  • RE: Lock on a table

    Krasavita (3/31/2011)


    I am sorry, I didn't right this code and I don't know which statment is causing a problem, I will re write the statment after I find out which...

  • RE: Are the posted questions getting worse?

    Jeez, that guy (or girl) is lost. One more response and then I'm done. I'm the Scary DBA, not the Saintly DBA.

  • RE: Lock on a table

    Krasavita (3/31/2011)


    Hi, here is another stored procedure I found with a problem with nested Loop.Can you please help me to identifiy which update statment is wrong.

    Thank you so much

    You're still...

  • RE: WHERE Clause in Views

    Let's assume that the view is fairly straight forward. It's a query against a table or a small set of tables that is properly configured. In that case, the optimizer...

  • RE: How can I put my data on an external drive and it move between computers?

    Sounds like a perfect solution for SQL Azure. You have data that you want everywhere you go, right? There it is.

  • RE: SQL 2008 vs. SQL 2008 R2

    Last company I worked for made the decision to stay on 2008 on most servers because the licensing cost was too severe. The exceptions were SSRS servers, servers supporting spatial...

Viewing 15 posts - 12,856 through 12,870 (of 22,214 total)