Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)

  • RE: From Hairdresser to DBA – How to start a career in IT

    Agents, agents, agents! (that is to say recruitment agents and not SQL Server agents LOL)

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: From Hairdresser to DBA – How to start a career in IT

    Great respect for your vision, persistence and achievements.

    I have served 43 years in enterprise IT coming into the industry as a refugee Ph.D. biochemist during the recession of the early...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Fun with Outer Joins

    Thanks for the article. In my experience (15 years SQL Server, 25 Oracle) there have been so many instances where despite hours of research and hacking the T-SQL, an...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: How to Create a Corrupt SQL Server Database

    Really enjoyed the article. Thanks. Great demo for my advanced training labs. Have done this in Oracle several times and is interesting to see how SQL server...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: SQL Server Service Broker demystified

    The guru's name should read - Pinal Dave. My humble apologies.

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: SQL Server Service Broker demystified

    Here is a message queue example which we use. There is a need keep the reporting load off the day time production window where on-line has the priority.

    A...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Blocking Users by IP

    Here is the scenario:-

    access-list 101 permit tcp host 10.5.6.23 0.0.0.255 host 172.16.1.1 ## all portnumbs admitted ##

    The server is exposed to packets from a single ip.

    An...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Blocking Users by IP

    When a sqlserver client app connects to the default instance of the sql server the connection goes to the TCP port 1433. However I agree the named instance port...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Blocking Users by IP

    Much preferring the hardware security appliance approach, here are a few comments on securing SQL server using firewalls/router ACLs. The discussion is dependent on the user population and what...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Blocking Users by IP

    Simple, elegant and easy to follow. Thanks for the technique. Can I ask how we would get round NAT masking the true IP address - or I guess...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Improving SQLServerCentral

    I assiduously read half the article on SQL functions - SELECT vague(n,m) and others - LOL - and spotted the spoof before climbing into BOL and GOOGLE. However, almost...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Creating an Indexed View

    Fair comment. Thanks for the workout!

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: Creating an Indexed View

    Joined the fray to make exactly the same point as previous contributors ref. a clustered index has to be created first, then other indexes may follow. As an Oracle...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: php call to db results in premature exit from sp

    Many thanks for the recommended MSDN forum. Have posted the problem there. Will update this thread if anything useful come of it.

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus
  • RE: php call to db results in premature exit from sp

    Not sure we are scenting the right trail with this discussion.

    Proc works when run in studio but not when called from php.

    SQLServer2008 has 1000 transaction limit - test...

    Men who wish to know about the world must learn about it in its particular details. - Heraclitus

Viewing 15 posts - 1 through 15 (of 19 total)