Forum Replies Created

Viewing 15 posts - 106 through 120 (of 136 total)

  • RE: T-SQL Parsing Crazy Eights

    This really got me confused, for a sec I almost thought that it was an error ans

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Partition SWITCH

    Nice one, lemme do my homework with there as I have never worked with.

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Partition SWITCH

    Nice one as I am yet to implement partition tables. Busy with my homework and should have better knowledge after some implementations on m test db

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Partition SWITCH

    Nice one, Haven't actually worked or used partitioned tables myself and I want to start with the implementing as I have a table that could be done, but I am...

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: convert datatype using derived column transformation

    Tx i manged to get this.

    Wanted soming like :

    EXPRESSION

    QTY > 0 && TYPE == "ORDER" ? "O" : "I"

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: convert datatype using derived column transformation

    Hi,

    If anyone has done a logical and used on a Derived column data flow item please provide some code as mine is not working because of the syntax error.

    Tx,

    Duda

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: convert datatype using derived column transformation

    Hi,

    If anyone has used the logical and on the Derived column data flow please provide woth an eg.

    Ta,

    Duda

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Query designer timeout settings

    Why would you want to run the query in designer if you can run it on Analyser.

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: SQL Server 2005 SP3

    Patience, patience...No but Patience.MSSQL SP3 is round da corner...Beta 4 2k8..

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Arithmetic overflow error converting numeric to data type numeric.

    I am also struggling here.Here's a qry:

    DECLARE @a DECIMAL(30,16), @b-2 DECIMAL(30,2)

    SELECT @a = 1, @b-2 = 1

    SELECT @a * @b-2

    RESULTS from SERVER 1

    Msg 8115, Level 16, State 1, Line...

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Connect to SSIS Service on machine "miloqadb" failed: Access

    I added the user as part of the local admin in the machine hosting SSIS and this worked but if you do not want to add the user as an...

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: SSIS and stored procedures

    I agree with what Jefffrey said. Once more try to create the new simple package that will call the changed procedure with extra columns and see if this will make...

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: BAckup a SQL Server 2000 datbase on our server to a database on a hosted SQL Server 2005

    You can do this by creating a SSIS package through the Data Import and Export Wizard.

    Right click the db that you want to copy its objects and follow the path:...

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: BAckup a SQL Server 2000 datbase on our server to a database on a hosted SQL Server 2005

    "With SQL Server 2000 copying Database objects in a dts package and arranging for it to run automatically was a fairly simple procedure."

    What kind of objects are you reffering to...

    What you don't know won't hurt you but what you know will make you plan to know better
  • RE: Proclarity Grand Total not calculated correctly

    Thanks for an update everyone. This was an issue with Proclarity and there's a hotfix update that neeeds to be implemented for this fix.

    What you don't know won't hurt you but what you know will make you plan to know better

Viewing 15 posts - 106 through 120 (of 136 total)