Forum Replies Created

Viewing 15 posts - 46 through 60 (of 70 total)

  • RE: User permissions

    Thanks - you were right - the view was referencing another DB - So I: GRANT SELECT ON tableName TO userName (for that DB)

    and it works fine

    Thanks

  • RE: User permissions

    Thanks for the replies.

    One more permission related issue: If I execute this: EXEC sp_addrolemember 'db_datareader', 'User_Name_Here'

    It give the user SELECT permissions on tables , but not views.

    How can I...

  • RE: sp_who2 - - CPUTime

    Even though the status is "sleeping" ?

    Could this be adding to the fact that the CPU is flat lining?

    Can I kill these processes and will that solve my problem?

  • RE: Drop Stored proc in Transaction

    Well actually it's not me that wants to do this.

    The question came from a developer working on a development server.

    I guess he just wanted to know for interest sake -...

  • RE: Stored proc execution status

    No the process is not being blocked. Here are some column values for that process for sp_who2.

    Status, Command, CPUTime, DiskIO, ...

  • RE: Stored proc execution status

    Well it's been over 5 hours now AND STILL running 🙁

    Thanks for all your replies but I was now thinking: As mentioned it does UPDATES and INSERTS to tables....

  • RE: Transaction log backup failed message

    I am getting the same error - says the job fails, but the log files are created in any case.

    Maintenance history shows it was successful but the job history shows...

  • RE: Reporting service to export CSV

    Thanks - I tried your suggestion -works just fine.

    Appreciate it!!

  • RE: Reporting service to export CSV

    Thank you - trailing spaces will have to be my option then.

    I received this request from a client of ours and he (not being too IT literate) specifically asked for...

  • RE: Reporting service to export CSV

    hmmm I have been getting that response from most people - that it can't be done.

    I am definitely talking about fixed-width: as in all the columns must be of equal...

  • RE: Data and Log files

    Thanks for all your replies - appreciate it!!

  • RE: Data and Log files

    I have used the following statement:

    exec sp_msforeachdb 'select ''?'', filename from ?..sysfiles'

    it lists all my DBs and the individual mdf and ldf file per DB, and the extra mdf and...

  • RE: Data and Log files

    free_mascot: how would I check that?

  • RE: Data and Log files

    I have used that SP and it has confirmed the 2 locations:

    D:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\DBName.mdf

    D:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\DBName_Log.ldf

    This will seem like a stupid question, but is it possible that those other MDF...

  • RE: Manual growth of data and log files

    Ok there was a Shrink DB option in the Maintenance plan that executed every night at 12:00

    I have disabled that.

    I will keep an eye on it - see if this...

Viewing 15 posts - 46 through 60 (of 70 total)