Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,033 total)

  • RE: Click a pie chart slice, change a sub report

    stevefromOZ (6/29/2009)


    Hey Mark,

    So you have the sub-report set on your main report? It's not clear whether you got the pie slice to relate to 'another report' (ie not a...

  • RE: using stored procedures

    mtassin (6/26/2009)


    Umm when I do that I get the following error:

    Msg 195, Level 15, State 5, Line 1

    'FORMAT_ONLY' is not a recognized SET option.

    Got it... SET FMTONLY OFF is the...

  • RE: using stored procedures

    Umm when I do that I get the following error:

    Msg 195, Level 15, State 5, Line 1

    'FORMAT_ONLY' is not a recognized SET option.

  • RE: using stored procedures

    Thanks on that regard.

    I'm still having trouble with this sproc though. It's evaluating my SQL in some shape when I tell it to use EXEC usp_rpt_get_supportqueue_piechart as the query...

  • RE: using stored procedures

    Is this a limitation of RDL? I come from a crystal background. Crystal ran the procedure and produced the fields that it could report on based on the...

  • RE: Preventing Parsing

    Sadly, it's not a procedure.

    I'm not in a position to dictate that all queries on the system will go through sprocs... this is SQL thrown at the server. In...

  • RE: Tlog space can't be reused

    Jeffrey Williams (6/25/2009)


    nscott (6/24/2009)I have 400 GB of free disk space on the SQL server. For log properties, initial size = 195 MB; autogrowth = By 10 MB, restricted...

  • RE: Tlog space can't be reused

    You could try forcing a checkpoint and then doing a tlog backup.

    i.e.

    CHECKPOINT

    BACKUP LOG [databasename] TO DISK=""

    If you've got a pretty busy system or one with long running transactions the...

  • RE: TL Negative Free Space

    I concur with Jeffrey. With it being a 24/7 operation I'd look at daily fulls, every 4-6 hours doing a differential and 15 minute t-log backups.

    Where I'm at I...

  • RE: sp_detach

    Sorry I got to this one late. FWIW sp_attach_db is deprecated in favor of CREATE DATABASE FOR ATTACH.

    I wrote this handy dandy sp that I use to basically...

  • RE: Going Native

    I prefer the maintenance plans. Not wizard driven, I drag and drop the parts I need.

    Why? Because awesomely well scripted tasks still run into reporting issues when they...

  • RE: PK-FK constraints will improve the performance??

    viji (6/16/2009)


    hi,

    i have a doubt.

    PK-FK constraints will improve the performance with respect to speed

    or will it slow down while inserting, updating......?

    it's going to be single row insert or update not...

  • RE: Template for ' create stored procedure '

    GSquared (6/15/2009)


    If they do what I do, and just open a connection and start typing, it won't help with that either. That's why I suggested code-review.

    I was going to...

  • RE: one character of data

    gserdijn (6/15/2009)


    Another one who chose NCHAR(1). The Netherlands, no score.

    Amidst the 12 pages of reactions I found this:

    Proud member of the Anti-RBAR alliance.

    What did I miss? Where can I...

  • RE: Where to find more in-dept info on SQL2K5 Clustering?

    peggy.gaines (6/9/2009)


    I've noticed the book 'Pro SQL Server 2005 High Availability' has been recommended in this thread. Looks like I'm going to have to purchase this one on my...

Viewing 15 posts - 841 through 855 (of 1,033 total)