Forum Replies Created

Viewing 15 posts - 76 through 90 (of 132 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...

    Thank You

  • RE: Converion of System date to UTC date

    Hi,

    Any other Ideas on this discussion from any one?

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • RE: SP for row count of tables

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

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

  • 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...

    Thank You

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