Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 3,232 total)

  • RE: Need to change the date in a report. Query Help!

    Is this a static query or was this generated by an application?  To answer your original question, yes, all you should need to do is change your dates.  Keep in mind...

    John Rowan

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

  • RE: Need to change the date in a report. Query Help!

    Well, its hard to tell you if there is a way to change this in the query if we havn't seen the query.  Can you post your query and an...

    John Rowan

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

  • RE: Limit TempDB tables "by user"

    This is probably not the answer that you want, but it sounds like you need more disk space.  If users are allowed to create and use temporary tables in a...

    John Rowan

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

  • RE: how to backup a sql server database from one domain to another

    Unless you are a domain administrator in both domains, you can't do what you want.  The Domain Admin. must set up a trust relationship between both domains.  Are theses scheduled...

    John Rowan

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

  • RE: Managing Blocking in sQL 2000 ? Need a code to determine Deadlock

     John,

    Try/Catch blocks in SQL Server 2005 are used for error trapping.  I have not seen any information relating them to blocking.  Can you post the link...

    John Rowan

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

  • RE: Restore .BAK to a new server

    Well, where did you copy the .bak to?  The Windows account running your SQL Server service must have read access to the folder where you've placed the .bak file. 

    John Rowan

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

  • RE: Use fixed memory size

    I'm confused now, your latest post says that your SQL Server is using half of the CPU.  Is this correct?  If this is the case, adjusting  your Memory settings isn't...

    John Rowan

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

  • RE: Use fixed memory size

    To use fixed memory in SQL Server 2005, you need to set the minimum and maximum memory setting to be equal to each other.  It is recommended to allow SQL...

    John Rowan

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

  • RE: join and only include rows where a value is max()?

    Well Will, I think I'm lost anyway.  Can you post your DDL for both tables as well as a bit of sample data for each table and your expected result. ...

    John Rowan

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

  • RE: Restore .BAK to a new server

    When you say 'files', I assume that you are only referring to the backup file correct?  There is no need to 'attach' any files.  Can you clarify your last statement...

    John Rowan

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

  • RE: hot to find the least amongst a list of Quarters

    No, SQL Server does not have a split function.  That is why I told you to seach this site for it.  I could give you links to it, but there...

    John Rowan

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

  • RE: Restore .BAK to a new server

    Look up RESTORE DATABASE in BOL and refer to the WITH MOVE clause.  This will allow you to use your backup file to create a new database.  Either that or...

    John Rowan

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

  • RE: INSERT & UPDATE not working all of sudden

    Well, it looks like you've tripple posted.  Let's continue this in your Administration post:

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=318400

    John Rowan

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

  • RE: bulk insert question

    The entire DTS module is also being re-written in SQL Server 2005 into SSIS.  Bulk Insert is part of DTS and will be included in the re-write.  Both Bulk Insert...

    John Rowan

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

  • RE: hot to find the least amongst a list of Quarters

    I would use a split function to split the 'Quarter' values into a table variable and then rank them on the value (without the 'Q') converted to int.  Search this...

    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,566 through 2,580 (of 3,232 total)