Forum Replies Created

Viewing 15 posts - 121 through 135 (of 726 total)

  • RE: SqlServer 2005 Client Tool Installation

    I thought that the Express Edition had edition specific tools, but I don't use it, so I could be mistaken.

    I'd still highly recommend that you request the tools from those who are...

  • RE: How to pass Variable to an IN statement in a stored procedure

    Try single quotes instead of those double quotes.

  • RE: Sql Query Help

    I don't have an alternate method as I'm still trying to wrap my head around why you'd want to do this. I can see where you might want to store...

  • RE: SqlServer 2005 Client Tool Installation

    Unless you have an MSDN subscription, I don't think there is a URL you can get that from. You can install it from a remotely mounted CD/DVD though, so I'd...

  • RE: How to find the Last Date of Previous Month

    Ezhilan, is there a reason for the two converts in your statement? They seem superfluous to me, as you are converting back into a datetime in the end, so the...

  • RE: Loop Query

    The quick and dirty way is to wrap a cursor around the thing (you'll hear about the evils of cursors, but it's 50 rows, so I wouldn't sweat it too...

  • RE: Basic Sort in Table Columns Possible?

    For 2000, assuming your sorting issues are truly basic (i.e. dynamic primary sort column, fixed secondary/tertiary/quaternary/etc. sort), then as Ray says, make it a parameter. We used to offer drop...

  • RE: Loop Query

    I'm still slightly confused. If you want to run it for each country individually, why are you grouping on country code, and also why are you grouping on Top 8,...

  • RE: Loop Query

    How are the 50 countries in question currently stored? A variable, in a table, on a piece of paper, etc?

    Also, do you want the top 8 for each country, the...

  • RE: Startup

    Since you're using DMVs, I'm assuming this is on SS2005. If so, does the following return what you want?

    SELECT

    ms_ticks / 1000

  • RE: BULK INSERT unix file

    If it really has Char(07) (which is the Bell non-printable character) as the delimiter, I'm not sure if even a format file is going to work. It's definitely worth a...

  • RE: BULK INSERT unix file

    What was the hex value that you found, Cees?

  • RE: BULK INSERT unix file

    I'm guessing that your column delimiter isn't actually ''. Open your dat file with a hex editor and find out the actual column delimiter's value.

  • RE: Reporting services scale out deployment

    This assumes that your databases are on a different server from your RS server, as there's no reason not to use Enterprise on both if they are on the same...

  • RE: Edit Parameter Bar

    I'm not aware of any way of changing the properties of the parameter boxes that show up in Report Manager, but you can create your own report wrapper using the...

Viewing 15 posts - 121 through 135 (of 726 total)