Forum Replies Created

Viewing 15 posts - 76 through 90 (of 105 total)

  • RE: Log Shipping vs. Replication

    Just thought I'd my ten cents worth. A case for Log shipping as a reporting solution.

    Replication is obviously the preferred method of ensuring Data is in Sync. But...

  • RE: Linking SQL 64-bit to SQL 32-bit server

    Further to above post the issue is also manifest going from 64BIT SQL2005 SP2 to a 32 Bit SQL2005 SP2.

    Same error and description.

    CodeOn 😛

  • RE: Linking SQL 64-bit to SQL 32-bit server

    Situation:

    Attempting to Use linked server from 64 bit SQL2005 to 32 BIT SQL2000 sp4

    SELECT * FROM aussql1.aisdata.dbo.tblActiveDirectoryExtract

    returns

    OLE DB provider "SQLNCLI" for linked server "aussql1" returned message "Unspecified error".

    OLE DB provider...

  • RE: When To Use Cursors

    Rishi,

    If you are use SQL 2005 then your problem can be solved using a Common Table Expression. Check BOL SQL 2005. These are awesome, other wise .....

    Code On...

  • RE: Jérôme Kerviel

    How about three - take your pick

    1. How about the two most useless thing ever invented Broker services and Notification services. I even spend several $K...

  • RE: Oracle Slackers

    IMHO we, as humble DBA's, are held accountable for 'patches' released by Software vendors. Rightly or wrongly, I expect the patch (or SP) to not introduce more bugs than...

  • RE: Tracking Illicit Users

    Beer !;) - Always ! I don't care what language you use, its still beer. 😀 . Opps I think we digress ...

    Oh Well 🙂

    CodeOn:P

  • RE: Tracking Illicit Users

    Analyse actually has no root ending -izo in greek as the greek 'usis' suffix precludes its use. The y is the english transposition of the greek 'u'

    [Medieval Latin, from...

  • RE: Linked Server problem

    You might still have a problem.

    http://support.microsoft.com/default.aspx?scid=kb;en-us;906954

    The steps detailed in here is bad as is reverting code Master database to that of SQL2000 SP3-4. Fun enough it...

  • RE: Myths

    Once seen on an AirForce Trade test.

    Question. Consider the following Hydraulic circuit, for the given range of inputs calculate the resultant output.

    Answer. Strawberry jam ! ...

  • RE: When To Use Cursors

    Ahhh!

    Yup 😀 doin that. Except that the insert into Staging tables (updatable VIEW of delinquent timecards) originates from AUST (as that is where the Timecards a...

  • RE: When To Use Cursors

    I haven't read the entire thread. But WOW all those nay sayers....:w00t: A simple point to consider - SQL server was never designed to be a 'Sequential...

  • RE: When You're Out of the Office

    Here is an oldie, and the start of all "End of Days" genre.

    Earth Abides by George R. Stewart

    Read enjoy.

    CodeOn 😛

  • RE: dbcc cmds

    Most advisedly, and assured these DBCC commands are useful and yes I indeed use them as a part of the overall maintenance of my SQL Servers (at last count 33),...

  • RE: dbcc cmds

    I'm not saying don't use them but please read what they do and their recovery possibilities

    DBCC Checkdb

    Use the REPAIR options only as a last resort. To repair errors, we recommend...

Viewing 15 posts - 76 through 90 (of 105 total)