Forum Replies Created

Viewing 15 posts - 16,426 through 16,440 (of 22,211 total)

  • RE: query slow

    Also, is the data exactly the same on both servers. Are you passing identical parameters on both servers. Assuming both of the above are yes, are the indexes and structures...

  • RE: Key violation on inserting into an identity field

    It stays on until you turn it off or turn it on for another table, so did you test the inserts to tableA at some point in the past?

  • RE: reference constraint

    Usually, delete the data in the referring tables first. Alternatively you could set up your foreign key constraints with cascading deletes. This is considered a dangerous approach, so it's not...

  • RE: Migrating to 2008 and BIGINT...

    Alter the table, add the column as nullable, copy the data over, drop the other column at a later date. That should minimize downtime on the system.

    Otherwise, you've outlined the...

  • RE: Replaying sql2000 profiler trace data to sql2008

    Scalability Experts has a free tool called the SQL Server 2008 Upgrade Assistant. I used it a few times and it does most of what you're looking for. I'd check...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/25/2009)


    Roy Ernest (9/25/2009)


    Thanks Grant, Alvin 🙂

    Still a long way to go. I am getting lots of positive feed backs from the people who attend. They are coming up...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/25/2009)


    Roy Ernest (9/25/2009)


    Thanks Grant, Alvin 🙂

    Still a long way to go. I am getting lots of positive feed backs from the people who attend. They are coming up...

  • RE: Check Yourself

    Flat out, it depends. I get something from Jeff, Gail, Lynn, the usual suspects, I will review it and test it, but I'll generally assume it's right. I get something...

  • RE: Are the posted questions getting worse?

    Roy Ernest (9/24/2009)


    Just as an update, we had our second Curacao SQL Server user group meeting. We had 15 members attending. It was pretty good. The presentation was well appreciated...

  • RE: Named Transactions

    It can be useful for troubleshooting. You can see the transactions by name if you select sys.dm_tran_active_transactions.

  • RE: statistics of a database

    You'll have to walk through the database using some type of cursor and calls to DBCC SHOW_STATISTICS in order to look at the database statistics.

    As already stated, unless you put...

  • RE: Cannot execute store procedures

    Roy Ernest (9/24/2009)


    You state that you have given these rights to the user.. "db_datareader, db_datawriter, db_ddladmin". That should automatically give permission for executing the user defined stored procs. But are...

  • RE: Checking for Fragmentation level in sql server 2005 database

    I'd strongly suggest taking SilverFox's second suggestion and use sys.dm_index_physical_stats. There's more information to be had in a clearer fashion than from the older showcontig statement.

  • RE: spam posts and duplicate registrations

    Silverfox (9/24/2009)


    Is it just me, or is anyone else noticing we are getting a lot of new registrations, with a single word in the topic body like BI and attached...

  • RE: Perfmon Counter Thresolds

    Yes

Viewing 15 posts - 16,426 through 16,440 (of 22,211 total)