Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 3,616 total)

  • RE: Social Profiling

    I've just been listening to BBC Radio 4 and there is a case where someone has been prosecuted for having an Al Queda training manual. It is illegal in...

  • RE: A Good Case For Reference

    For me I want to see some good SERVICE BROKER examples. Some good monitoring tools for service broker would be appreciated.

    Please M$ smarten up the error messages in SQL....

  • RE: Scary Questions

    Moore's law came from Intel and its rare to see a server struggling with cpu compared to the number that struggle with disk these days- unless of course the clr...

  • RE: Scary Questions

    There is an argument that the cost of tuning something to the n'th degree is excessive considering the fact that computing power doubles every 18 months.

    I've never been a good...

  • RE: SELECT DATABASE.OWNER.TABLENAME returns less rows than if I use only the TABLENAME

    It is not a good idea to have objects owned by people other than the dbo.

    It is also not a good idea to rely on SQL Standard security especially in...

  • RE: How to change a field type

    I'm assuming you are using Visual Studio and don't have access to the standard SQL Server tools.

    There is a table called sysreferences that is in all databases, it is this...

  • RE: SELECT DATABASE.OWNER.TABLENAME returns less rows than if I use only the TABLENAME

    If you run SELECT * FROM tablename then you will get records returned from a table owned by yourself it such a thing exists or as a fall back a...

  • RE: Scary Questions

    It isn't the DBAs who think they are God that worry me, its the DBA who management think is God.

    SQL Server does make things very easy but I look at...

  • RE: TechEd - Day 1

    If you look at the assemblies you will see the data type assembly that supports the geospatial data types.

    The data types themselves are in the assembly and some of the...

  • RE: TechEd - Day 1

    RC0 doesn't support clustering.

    I've been looking at spatial geography and trying to understand the new indexes which are really odd. I'm not sure why the new geography and geometry...

  • RE: The Bulldogs

    I totally agree with the "buy in" comment and would go further and say that the end user has to be actively involved with the project.

    Bringing developers and end-users together...

  • RE: Intellisense

    I use the snippets so

    ssf becomes SELECT * FROM

    scf becomes SELECT COUNT(*) FROM

    I've added my own so I have one for

    IF EXISTS(SELECT 1 FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_NAME='')

    ...

  • RE: The Hazards of IT

    I get sick almost immediately when I stop drinking. :hehe:

    Erm.... thats alcoholic withdrawal symptoms.

    My father-in-law bought me a bike and for 10 years I cycled to work. In...

  • RE: sql server 2008 and 2005

    Until SQL2008 is officially released I wouldn't let it near any existing boxes.

    My approach with the CTPs is to completely wipe the box in between CTP releases.

    Even after the launch...

  • RE: Intellisense

    My first reaction on seeing the latest Microsoft SQL Intellisense was disappointment. It looked like a cut down version of SQL Prompt when SQL Prompt was a $20 app...

Viewing 15 posts - 2,056 through 2,070 (of 3,616 total)