Forum Replies Created

Viewing 15 posts - 286 through 300 (of 660 total)

  • RE: How to handle views?

    is there a script where i can find on whole server any views which are using select *. I wud like to know the db and view name.

    or

    atleast if i...

  • RE: Automate Reindexing

    I looked out but didnt find any which suits my criteria.

    just as we get gragmentation report from SSMS when right click on DB, I need something like that which reports...

  • RE: Can not Check properties of DB

    How cud i verify my access and how can i make an existing user as sysadmin.

  • RE: Can not Check properties of DB

    I am the sysadmin on the server but still says

    " Property owner is not available for database mydb . This property may not exist for this object or may...

  • RE: Read Only DB

    is this a rare issue?

  • RE: Read Only DB

    I tried but it says db is read-only and cannot do it. I dont think tht works, there shud be some other go.

  • RE: File group Partitions

    Configure this table to have its data stored in the same file group as that the of the data you want to drop

    Philip

    can you pls elaborate the above statement from...

  • RE: Tune Query

    we have db's with same schema in the same instance, and this query is ran in all the db's and they run very gud except this db. what might be...

  • RE: Change datatype

    I want to do this off peak time for allthe DB's. What is the best way to implement it by sheduling a job.

    when i run all alter table commands of...

  • RE: Change datatype

    I can find which talbes has "mycolumn" but how cud i find which database has that column, because i need to search 87 databases in a server.

    Do we also need...

  • RE: Changing datatype of a column

    How about changing INt to varchar(5), where it has millinons of records.

  • RE: Change datatype

    How can i find all the objects using that column so that i can change it later. will i lose any data in conversion of datatype.

  • RE: Changing Collation

    I wud like to change collation for database,tables and columns in it. BUT when i change collation at DB level it is changing at table level but not at column...

  • RE: Changing Collation

    Here is the error:

    Msg 468, Level 16, State 9, Line 56

    Cannot resolve the collation conflict between "Latin1_General_CI_AI" and "Latin1_General_CI_AS" in the equal to operation

    I worked around this sql but i...

  • RE: Impact of changing datatype

    So 1st i need to find where that column is used in whole databases then change it every where.

    Is there any script which will find column and change datatype at...

Viewing 15 posts - 286 through 300 (of 660 total)