Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 3,232 total)

  • RE: Effective way to delete 2000 records out of 4000

    The orginal post suggests that there are 2000 specific rows that need deleted. 

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Effective way to delete 2000 records out of 4000

    You say that you have the OriginalNo values for the 2000 rows you want to delete.  Where do you have these values?  Please reply and include your table DDL.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: DBCC DBREINDEX question

    Are there clustered indexes on these small tables?  Can you post the SHOWCONTIG results for one of the tables in question?  According to Microsoft, you should not be concerned with...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: String parameter

    This is a great example of how to use a numbers table in combination with a table valued split function.  Do a search on SSC for split or number table...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: declare table

    I think what he may be asking is which how to know which method to use.  Is this correct? 

    If this is in a stored procedure, you always want to...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Alternative to using the Like Predicate with Wildcard token at the start

    Well, if no new indexes are allowed then you don't have to worry about performance because you'll be able to guarantee that it will become poor as the table...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Strange performance problem using ADO

    Keep in mind Tony that the amount of time a query takes is not solely dependant on that query alone; rather, on the cumulative load that all concurrent queries are...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Monitoring SQL Server Systems

    I'd have to agree that 4-6 hours a day is a bit much for your everyday monitoring.  I don't have 4-6 hours per day to spend on any one...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: delete global temp table

    It looks like this is a duplicate post to your other thread here:

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=361181

     

    For the short term, I would suggest making changes to your maintenance plan so that you are...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: how to delete a global temp table

    FYI....

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=362112&post=true

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: delete global temp table

    What error message are you getting at the time of failure?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Audit changes to scheduled jobs

    MSDB..SysJobs can tell you the last modified date of the job, but not who modified it.  I would suggest revoking permissions from the helpdesk staff,  or anyone for that matter,...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SET IDENTITY_INSERT dbo.tablename ON is not working

    You must specify the column names as the error message suggests.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Help

    I'm afraid we are going to need more information in order to help you.  Can you describe what it is you're trying to do and post any code you have...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: delete global temp table

    The TempDB gets rebuilt each time you restart the SQL Server Service so this seems strange that a global temp tables remains.  How exactly is this impacting your backups?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 2,281 through 2,295 (of 3,232 total)