Forum Replies Created

Viewing 15 posts - 556 through 570 (of 628 total)

  • RE: Rename file, Run DTS, Move file

    Since you state DTS I assume you are doing this on SQL 2000?

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Different Collation for a DB

    Every element in a server instance can have a different collation. We have one table olne that has 7 different collations.

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Expression problem displaying rolling weekly/daily/monthly average

    I would think you just need to break you date down into date parts and use that in you grouping.

    So lets say you have a record set with the type...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Display XML in SSRS

    There ae files although this process was not written with a great deal of common sense.

    I would love to be able to read the file and in fact my...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: SQL Server and VMWare

    Thanks to everyone for the replies. It helps alot to know what others are doing.

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: :: <-- What is that thingey?!?!

    The sad part is that is the best explanation I could find ont he subject.

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: :: <-- What is that thingey?!?!

    HEre is a blog post that atleast might get you part of the answer

    http://sqlblog.com/blogs/kalen_delaney/archive/2006/09/06/186.aspx

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: calculating averages and standard deviations

    It might look something like this.

    Assuming you have some sort of key field. we will call it pkey

    I would select this into a temp table

    select

    involved,

    case

    ...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Trigger syntax

    sorry posted on wrong thread

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Trigger syntax

    It looks like you forgot the "_" in the field name in your trigger.

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Linked Server Security using Windows Login

    Here is a link to another forum where they apear to have atleast a similiar issue. Hope this is helpful.

    http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/6543310d-1b44-4b28-8bb6-caf959c1249b

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Linked Server Security using Windows Login

    I would look at the linked server object in management studio. that will allow you to look at all the information in one window and might give you an...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Linked Server Security using Windows Login

    Is this a pre 2005 instance?

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: How to migrate a Reporting Service report from a UAT machine to a PRD machine

    We use reporting services scripter. you can download it from here

    http://www.sqldbatips.com/showarticle.asp?ID=62

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Trigger syntax

    never mind I read you initial description wrong. I did not see the s the first time. those names are way to similiar. lol

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

Viewing 15 posts - 556 through 570 (of 628 total)