Forum Replies Created

Viewing 15 posts - 76 through 90 (of 131 total)

  • RE: Information needed on locks

    Please let me know any online material links on Transacation management and lock management, I was so confused with other databases and with SQL Server? I will refresh my knowledge...

  • RE: Converion of System date to UTC date

    Hi,

    Any other Ideas on this discussion from any one?

  • RE: SP for row count of tables

    venki (12/9/2008)


    Chris Harshman (12/8/2008)


    Books Online says that querying this table requires the permission "VIEW DATABASE STATE", so they don't need to be a DBA, just have this granted to them.:

    I...

  • RE: Converion of System date to UTC date

    Thanks to one and all for your valuable sugesstions.

    Yes, I do agree with your discussion that it is not good to change the total records form local time to UTC...

  • RE: SP for row count of tables

    Chris Harshman (12/8/2008)


    Books Online says that querying this table requires the permission "VIEW DATABASE STATE", so they don't need to be a DBA, just have this granted to them.:

    I have...

  • RE: SP for row count of tables

    Chris Harshman (12/5/2008)


    SELECT @body = @body + s.name + '.' + t.name + CHAR(9) + CAST(SUM(ps.row_count) AS varchar(9)) + CHAR(13)

    FROM sys.tables t

    INNER JOIN sys.schemas...

  • RE: Error Traping

    venki (12/5/2008)


    Oledb destination task giving the following error when I configure as above___

    The error row Disposition on INPut OLE Destination Input(4627) can not be set to redirect

    Can you help?

    The problem...

  • RE: SP for row count of tables

    Thanks Chris. It is working fine and able to send the mails with the table counts

  • RE: SP for row count of tables

    Chris Harshman (12/5/2008)


    If you're using some other custom built procedure to send the e-mail, then we probably can't help you without knowing how that stored procedure works and what its...

  • RE: SP for row count of tables

    venki (12/5/2008)


    Thanks to all of you for your better suggestions

    I need SP because I need to send the mail with the table counts for selected tables in a database. This...

  • RE: SP for row count of tables

    Thanks to all of you for your better suggestions

    I need SP because I need to send the mail with the table counts for selected tables in a database. This SP...

  • RE: Error Traping

    dhandasyde (11/20/2008)


    I'm sorry if I'm oversimplifying things here...

    If you select EDIT on the OLE DB Destination task, you can redirect the records that fail on the insert by going into...

  • RE: Error Traping

    dhandasyde (11/19/2008)


    Are your recipients internal customers/users that would have access to a network share? Could you send a link to the appropriate flat file as part of the body...

  • RE: SP for row count of tables

    Lowell (11/18/2008)


    yeah it depends on how accurate your data needs to be; a developer might just need to know whether some table has a lot of rows or not, but...

  • RE: Create database using Backup file

    Thanks a lot to all of you for your suggestions.

    I know how to create new databases. But I was first affraid when I got this requirement that I have to...

Viewing 15 posts - 76 through 90 (of 131 total)