Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,884 total)

  • RE: Use sp_MSforeachtable to gen COUNT(*) for each table in MyDBname

    Hi,

    if you search this site with the keywords Table Rowcount you will find a lot of discussions with queries and some scripts. I have the following one for rowcont with...

    Regards,Yelena Varsha

  • RE: Upgrade Woes

    Steve,

    In addition to the test environment you have to have a tested roll-back plan or I would say, Exit Strategy. I had 2 cases when the upgrades were running great...

    Regards,Yelena Varsha

  • RE: Execute a VBScript

    Data,

    I did resolve the issue for one of our developers and he is using this syntax in his jobs. You may test it from the command line first as opening command...

    Regards,Yelena Varsha

  • RE: How to access body of Stored Procedure?

    I looked up the solution that Brian Kelly found last year answering to my question on the same topic:

    SELECT OBJECT_DEFINITION(<object ID>)

    As an example:

    SELECT OBJECT_DEFINITION(OBJECT_ID('sys.sp_help'))

    I tested his solution and added a comment...

    Regards,Yelena Varsha

  • RE: Import doesn''''t import every table

    Hello Oliver,

    did you get any error messages?

    There are 2 things to try:

    1. On the screen with the table list click on each table and click Preview button. If the table...

    Regards,Yelena Varsha

  • RE: Import doesn''''t import every table

    Oliver,

    How did you do the import?

    Regards,Yelena Varsha

  • RE: How to access body of Stored Procedure?

    sp_helptext [ @objname = ] 'name' [ , [ @columnname = ] computed_column_name ]

    Regards,Yelena Varsha

  • RE: Upgrading Jobs from 2000 to 2005

    Michael,

    you can not just re-create, I assume. Jobs are different, some run Maintenance Plans, some run DTS packages. For the miantenance Plan we found out that "Delete Files Older Than...

    Regards,Yelena Varsha

  • RE: Help me restore my database

    Hello,

    the backup size is more or less the size of the data. The database size may be much bigger with a lot of extra space in the database. I did...

    Regards,Yelena Varsha

  • RE: Restore differentil backup to SQL 2000

    Also sometimes the backup is from another server with different drive structure and we have to correct the drive letter or path in the Physical Path for the files. The...

    Regards,Yelena Varsha

  • RE: Bonehead moves?

    I am taking the Fifth.

    Regards,Yelena Varsha

  • RE: Question of the Day for 04 Apr 2006

    Do we need this port to develop / run packages? I answered correctly  but the reference says we need this port to start/stop the service. I wonder if we need...

    Regards,Yelena Varsha

  • RE: Missed SQL Jobs

    You do need sysjobs and sysjobschedules to determine a scheduled time. You probably don't need to use Event Log, use sysjobhistory table to check if the job was executed for...

    Regards,Yelena Varsha

  • RE: Configure SQL Server with Lotus Notes

    Paul,

    did you specify in parameters

    @message = 'my message string goes here'

     

    Regards,Yelena Varsha

  • RE: SQL Server 2005 connection thru Visual Studio 2005 failing.

    Yes, you should close connections if you don't need them anymore.There is an overhead when esteblishing a new connection so close your connection only when the task for this connection...

    Regards,Yelena Varsha

Viewing 15 posts - 916 through 930 (of 1,884 total)