Forum Replies Created

Viewing 15 posts - 106 through 120 (of 156 total)

  • RE: capturing timeout queries

    Just guessing here, but I think if you had query governor enabled, you could take the value used for query governor and filter the events you listed on the 'duration'...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: SQL Server 2000 database restore into a SQL Server 2005 Express database

    yes.

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: sql server 2005 question

    Users are not added to application roles.

    http://msdn.microsoft.com/en-us/library/ms190998.aspx

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: a script to write "Update" Statements

    It's a little unclear, without more information.

    For example:

    - Do you already know ahead of time what value phone will be updated to? If not, how is this determined?

    - Are...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Update with cursor

    Also, I don't think you need:

    where TABLE_NAME in (SELECT TABLE_NAME FROM Information_schema.TABLES)

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Update with cursor

    You also need to make sure of two things:

    1) You will need another statement FETCH NEXT FROM vend_cursor INTO @table_name, @column_name after your update statement and before the END statement....

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Urgent Script Help! :(

    Thanks, that'll help out

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Urgent Script Help! :(

    If I could take a stab here, I don't think he/she is saying that script they posted is broken - I went through a similar undertaking recently, and script will...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Stored procedure permissions problem?

    The proc is part of the dbo schema, so I think the owner is dbo, and dbo is associated with sa. That fact didn't make any difference though, because...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Stored procedure permissions problem?

    That was very helpful, thanks!! BOL to the rescue, again.

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Stored procedure permissions problem?

    Ok, so it's TRUNCATE specifically, I was just generalizing with delete. So, for any SP to use TRUNCATE, if it isn't being executed by db_owner or ddladmin, would have...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Last date of server/database access?

    ALZDBA (5/6/2008)


    If this is a "single user" database, you can also use the db option "auto close". This way you will free up system resources, the db is still available...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Import SQL 200 database to SQL 2005

    Backup and restore should work fine.

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Last date of server/database access?

    For a case such as this, yes, it would be just login/logout. Again, I can't use it in this case, because I need this info by the end of...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

  • RE: Last date of server/database access?

    Sorry about the wrong forum, almost all my work involves 2k5, so I'm used to going straight there.

    Thanks for the info, though. Unfortunately going forward doesn't really help me...

    "Got no time for the jibba jabba!"
    -B.A. Baracus

Viewing 15 posts - 106 through 120 (of 156 total)