Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 2,897 total)

  • RE: Subscriber data Publisher data

    Never mind ....  I found the "problem"   .....  It wasn't replication related.

  • RE: Setting up replication through script

    There are so many variables with replication, I don't think a generic script would help much.  How about scripting one of your existing publications and scripting an existing subscription, and using...

  • RE: Refesh Database.

    "Right click", then "refresh" only updates your screen with current information. For example, if someone creates a new table (or stored proc etc..) in a database, Enterprise Manager does not dynamically...

  • RE: Content of Backup File

    I've made some very good beers (all different styles), and I've made some that I freely admit weren't very good.  I think home brewers tend to view their first few...

  • RE: Why are some SELECTs very slow?

    So, If your query is run once a month, at 3 in the morning, maybe you can afford to have it take 30 seconds and avoid another index.  But if...

  • RE: Content of Backup File

    Thanks for the link !!

    I don't have a "still" out in the yard, sorry   🙁        I just make beer, so I only need a big brewing pot and nice big...

  • RE: Analysis Services Security

    There is a secondary tab in the Manage Roles window that allows you to check and uncheck the cube(s) that the account would have access to.    Edit the...

  • RE: Recovery options

    You can also use

    sp_helpdb 'DB_Name'

    This will show recovery option in the "status" field, along with all kinds of other info about the database.

  • RE: sp_who v. sp_who2

    You can use sp_who2 as a template & make your own.  I made sp_who2db to sort by database, and sp_who2lock which basically runs sp_who2 and sp_lock together

  • Characterized by intense hop bitterness with a high alcohol content.
  • A high hopping rate and the use of...
  • RE: How to add a row to a table

     

    Here ya go

    Homer Simson doh! pictures

  • RE: How to add a row to a table

    I also have a "smarty pants" daughter and a "smart ass" son ......   A little too much like Lisa & Bart .....   At least I like "good" beer, not any...

  • RE: How to add a row to a table

    Oh yeah, I knew that !!    D'oh  !!

  • RE: Distribution Cleanup Creating Blocking

    Do you need to run it so frequently ?  I run it once a week on the weekend.

  • RE: How to add a row to a table

    Remi's and Lowell's solutions are good, then your extra field will get populated with nulls (if allowed). If nulls are not allowed,  then you need to supply a value in your...

  • Viewing 15 posts - 2,761 through 2,775 (of 2,897 total)