Forum Replies Created

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

  • RE: Table

    select * from db.document does not work. strange.

    when i ran the following query - Select * from sysobjects where name like '%document%' and Xtype = 'U' - i do see...

  • RE: DTS Error

    Sorry the error what i get is as follows:

    Source: ODSOLE Extended Procedure

    Description: Class not registered

  • RE: Backup Issue

    The box has 22 GB and 18 GB is configured to SQL Instance (FIXED) When i looked at the memory utilization - SQL is using all the 18 GB allocated...

  • RE: Backup Issue

    The backup code isnt changing the database restriction. It's a regular full backup running with init option. thats it.

    Additionally users are able to connect to the database but reported the...

  • RE: Index rebuild

    Thanks for the contribution.

    Say if i have to rebuild the indexes offline - do i need to put the database in single user mode? My initial question was - what...

  • RE: Index rebuild

    Thanks for the contribution.

    So what happens when i execute the following code:

    ALTER INDEX ALL ON Product REBUILD??? I dont see online rebuild option is specified here with the command. But...

  • RE: Memory question

    Thanks for the contribution Steve.

  • RE: SSIS Error

    I am running the Export process physically from the Production server. It's strange as to why i cant have this simple process run sucesfully?

  • RE: SSIS Error

    Jack thanks for the post.

    I looked at the provided URL and unfortunately it was not very helpful. Yes my environment is 64-bit and all i what i am doing is...

  • RE: SQL Jobs

    Yes installed SP2 on both of them.

  • RE: Index rebuild

    Thank you Ola.

  • RE: Index rebuild

    Thanks for your reply.

    I am looking for something like this: ALTER INDEX ALL ON Customer REBUILD WITH(ONLINE = ON). Is there a way i can generate Alter index for all...

  • RE: Linked server problem

    Well SA password is different and in the security connection syntax i am giving connect using SA login and providing the right SA password. weird dont know - whats going...

  • RE: Linked server problem

    Yes i changed the query to use prod.master.dbo.syslogins. I dont see the connection. all what i see is - its executing the query.

    I.E - when I execute the query...

  • RE: Linked server problem

    Unfortunately no error... it's weird. its runing for like 15 minutes now without any errors.

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