Forum Replies Created

Viewing 15 posts - 556 through 570 (of 860 total)

  • RE: How to list all the objects of another server

    reggae_blur (11/9/2010)


    Parthi,

    Running the query below in Server A gives me an "Invalid Object Name" error...:-)

    SELECT * FROM ServerB.sysobjects

    Did you read my prrvious replay

    FQN-- select * from [LSname].[dbname].[schema].[object]

  • RE: Update Stats job

    I stop the job by going into jobs, right clicking it, stop job..

    Stoping the job is not run next time.

    I update stats once in a week or once in 2...

  • RE: Update Stats job

    rajanishvibha 3763 (11/9/2010)


    Hi

    my Name Is VIBHAVESH

    I wants to know Backup Policy

    I Have 2 TB database(SQL SERVER DB) could you help me what will be best backup policy (how to...

  • RE: How to list all the objects of another server

    reggae_blur (11/9/2010)


    Hi parthi,

    Upon checking, we already have a linked server for Server B, that's why I can query successfully from Server B. My apologies.

    So, my question now is, how can...

  • RE: Update Stats job

    SKYBVI (11/9/2010)


    @ mutthu

    There is no blocking

    In morning i stop the job, so whats use of killing spid ?

    I run this through a maintenance plan-->

    update statistics task--> tables and views--> update(all...

  • RE: Suspect Database

    parthi-1705 (11/9/2010)


    vgtestingg (11/9/2010)


    Hi Everyone,

    I am working in SQL Server 2008. My database is displaying "Suspect" in front of database name. Can anyone suggest me, How can I...

  • RE: Update Stats job

    SKYBVI (11/9/2010)


    Hi,

    I run a update statistics job in hte weekend on one of our databases, the size of the database is 100GB. It starts at 1...

  • RE: How to list all the objects of another server

    reggae_blur (11/9/2010)


    Hi all.

    Is it possible to list all the objects of another server by calling it in a separate server? In my case, I have 2 servers (say Server A...

  • RE: Database drops

    GilaMonster (11/9/2010)


    muthukkumaran (11/9/2010)


    Another one method -->Check the Schema change histroy.

    That report queries the default trace

    Gail,Thanks for the info.

  • RE: Transaction log backup size exceeds full backup size

    Sumanta Roy (11/9/2010)


    Hi,

    In one of our production server backup of transaction log file exceeds the backup of full backup size. The backups are taken in the below order

    Full backup- Every...

  • RE: Transaction log backup size exceeds full backup size

    Sumanta Roy (11/9/2010)


    What jobs run between that 12:30 log backup and the previous log backup?

    Only full backup runs at 12.00 AM between this time.

    Sumanta

    Without any modification the...

  • RE: Database drops

    imSQrLy (11/8/2010)


    I recently had a client where someone dropped 2 databases thinking they were on the test sql server. I was able to see a connection to the production sql...

  • RE: Problem with dbcc shrinkfile(datafile,targetsize)

    DBAsql-1046554 (11/9/2010)


    I think i can wait until the current transaction completes.

    Thank you all for your response.

    Did you killed the transaction .

    What is the status its shows?

  • RE: Problem with dbcc shrinkfile(datafile,targetsize)

    steveb. (11/9/2010)


    have a read of

    http://support.microsoft.com/kb/307487#6

    to shrink the tempDb without restarting the server you need to have no activity occuring on it.

    Did you read the article...

  • RE: Rebuild Index - Loghshipping

    sqldba_icon (11/8/2010)


    thanks for replies. I am talking about statistics of the database, as far as i know statistics of each database are stored in local master database. I could be...

Viewing 15 posts - 556 through 570 (of 860 total)