Forum Replies Created

Viewing 15 posts - 15,616 through 15,630 (of 19,564 total)

  • RE: DBCC Timewarp

    JF1081 (4/1/2010)


    I googled it and the first item returned was a SQL server central thread. The link took me to the middle of the thread and I thought to...

  • RE: DBCC Timewarp

    george sibbald (4/1/2010)


    D i v y a R e d d y (4/1/2010)


    DBCC TIMEWARP has 137 parameter ........Is This Correct

    It depends.............

    That is parameter 255 of the optional set 😉

  • RE: Index usage overview

    You're welcome.

  • RE: Talking baseball

    1 million per month is more than they earned as a couple per month over the last ten years. Poor desolate woman.

    One of the houses is strictly for laundry....

  • RE: Today's Random Word!

    Joker

  • RE: Deleting Older backups

    I think I would explore other alternatives than the maint plan from the UAT server. Some possible options: ssis package, Powershell, sql script using xp_cmdshell, or an OS...

  • RE: ADD A COLUMN TO A TABLE IN T-SQL

    vimal_panchal (4/1/2010)


    I am facing the same problem, is anybody found any solution for this?

    How can we achieve this?

    Is there any alternative for this?

    You would be better served by starting a...

  • RE: Decoding the SQL Server Index Structure

    Awesome article. I particularly enjoyed the possible uses of the queries provided.

  • RE: Database Mail

    And those DB Mail accounts can be accessed and mail sent via each one through script.

    Another option could be notification services, which too can use a script to send email...

  • RE: Database with multiple companies

    Please provide more info. We need sample queries that you have tested as well as table structure. In order to test, we would also need test data provided.

  • RE: Database Mail

    Rather than use the notifications, use an additional job step. IN that step write a query that will execute the mail send task and specify which mail profile to...

  • RE: Check If user exists in SQL 2005

    double post

  • RE: Check If user exists in SQL 2005

    You should be checking sys.database_principals to see if the user exists or not.

  • RE: Outer Join

    Please provide table definitions for the tables involved in this query.

  • RE: SQL Server licensing information

    Just reiterating what has been said. SQL 2005 does not store this information like SQL 2000 and prior. You will need to check your invoices.

Viewing 15 posts - 15,616 through 15,630 (of 19,564 total)