Forum Replies Created

Viewing 15 posts - 346 through 360 (of 806 total)

  • RE: Mirror aware T-SQL

    Why not use a linked server using a connection string that supports mirroring?

    http://www.connectionstrings.com/?carrier=sqlserver2005

    Have not tried it though but the connection should switch over without you knowing.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Accessing Package Variable in a Script

    Variable values changed at run time will not reflect in the variables pane. is that what you are seeing?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS XML Configuration Files and "Missing" Connections

    Nope - if something in the config file is not found in the package, it reports an error. I agree, it should be a warning, at most or configurable. Because...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS CSV Export Failure

    If you using a normal flat file destination, the file length would not be a problem.

    From the data you gave, I would say the weird contatination is a problem. Stick...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Decimal Rounding - again...

    ok then, explained:

    http://msdn2.microsoft.com/en-us/library/ms190476.aspx

    With the help of a learned friend, it was pointed out.

    I guess initial reaction was correct

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Lost Database files on sql server 2005 (from flash memory)

    I'll be dammed. I just hooked a memory key of someone and you are right. Even worse, my DBCC comes back clean.

    Here's something though: I did the test, all is...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Cross Joins

    You can use a cross to to "explode" your data.

    Consider table A and Table B. A has 10 rows, B has 3.

    When cross joining them together, your result will be...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Merge Files After Tasks Have Executed

    you could use a execute process task and merge using dos but that seems like a bad way to do it.

    Why do you want to do this anyway? Can you...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Can SSIS read data from a hyperlink?

    What exactly is the data format? If you asking can SSIS parse a web page....

    If the data is actually a text file that IE is rendering, then you can use...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: How to skip the first row in an excel workbook

    I'm not sure there is a native way to do this as the jet drivers have the "first row is header" switch and I don't know that you can change...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SQL 2005 not using all memory

    The 3 GB would be used up by the OS, other processes running on the server etc. Like Sugesh said, see the SQL counters and see exactly what SQL is...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Lost Database files on sql server 2005 (from flash memory)

    Another thought, this is _really_ dodgy. Data integrity is of paramount importance. If a server could loose a disk and continue running not reporting anything, no one would know about...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Lost Database files on sql server 2005 (from flash memory)

    I'm not sure this is correct though. Any modification to data must be hardened to the disk subsystem before SQL says all is well. The subsystem either being the physical...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: OLE DB Source is converting a string into an int

    The original poster does not mention the source. I am guessing it is SQL. If so, it's weird SSIS got this wrong as it uses the mapping document in the...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Hardware & RAID Configuration - What''''s the best

    At a "here we are at 40000 feet" level, yes. Pull the drive out (It'll be the one with the flashing red light) and plug in the new one.

    All...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

Viewing 15 posts - 346 through 360 (of 806 total)