Forum Replies Created

Viewing 15 posts - 5,641 through 5,655 (of 6,031 total)

  • RE: Trying to connect SQL Server 2008 64-bit to Oracle 10g

    Aaron N. Cutshall (4/11/2011)


    Thanks Eric! I'll try that out and let you know although it will be a while before I do since I'm getting ready to go on...

  • RE: SQL Injection Everywhere

    Once a smart team of engineers create a really practical piece of technology, it's inevitable that the consumer marketing industry will come along behind them, FUBAR the technology, and then...

  • RE: Trying to connect SQL Server 2008 64-bit to Oracle 10g

    Aaron N. Cutshall (4/11/2011)


    nick.mcdermaid (4/11/2011)


    And yes unfortunately the Oracle client is a hideously bloated thing that needs to be installed.

    I couldn't agree with you more! That sucker is HUGE...

  • RE: Using IDENTITY or handling it your own?

    If I need to generate a unique sequential integer IDs for transactional records (for example sale_id or customer_id), then I'll use an identity. I call that an instance ID. However,...

  • RE: Data Warehouse Development: Version 0

    Martin Mason (4/7/2011)


    magarity kerns (4/7/2011)


    I think the first assertion needs a slight modification; a first version DW should produce one reporting subject area, not just one report. From there, it's...

  • RE: Data Warehouse Development: Version 0

    There are a series of canned questions that should always be asked upfront, and these should be documented in the requirements. However, I also find it essential to ask the...

  • RE: NEW SEQUENCE NUMBER DAILY?

    Brandie Tarvin (4/6/2011)


    Now that's a clever solution. I like the use of Rank, Partition, and Right there.

    One caveat to using the ranking method is that each row is ranked dynamically...

  • RE: NEW SEQUENCE NUMBER DAILY?

    DMS11X (4/4/2011)

    Can someone mark this thread as solved? So if anyone else needs help...

    Looking at your sample resultset above, it seems to me that the column SequenceNumber is derived...

  • RE: Analyzing an Unfamiliar and Undocumented System

    Well, the good news is that you've got your work cut out for you and don't need to worry about getting laid off anytime soon.

    In most large proprietary databases...

  • RE: Execution Plan for Newbies

    If you're not sure what to look for, then consider using the DTA (Database Engine Tuning Advisor) tool to analyze your query.

  • RE: 'T-SQL' Connect Remote SQL Server !

    asterman_3 (4/4/2011)


    Actually, I want to know whether it is possible to create a procedure from T-SQL on remote server, and than execute. Or, to create a SQL Job remotely (on...

  • RE: 'T-SQL' Connect Remote SQL Server !

    asterman_3 (4/4/2011)


    Thank you for the detailed explanation. It works!

    I have another question.

    How can I CREATE a PROCEDURE on the remote sql server?

    You should create a procedure on the remote database...

  • RE: 'T-SQL' Connect Remote SQL Server !

    asterman_3 (4/4/2011)


    Hi,

    I need help. I want to connect to a remote SQL Server. So, can someone exactly describe the T-SQL scripts needed for this?

    Thank you!

    One method is to create...

  • RE: The Chance of Failure

    Steve Jones - SSC Editor (4/1/2011)


    H-122523 (4/1/2011)


    Hi Steve,

    Interesting editorial, this, as it connects failure to probability.

    In the end, we all make up the statistics; I just finished 'The Black...

  • RE: The Chance of Failure

    If Joe's Bike Shop looses all their data without a backup, then that's a personal tragedy for their business, but it's not really a community or regional wide disaster. The...

Viewing 15 posts - 5,641 through 5,655 (of 6,031 total)