Forum Replies Created

Viewing 15 posts - 9,331 through 9,345 (of 9,643 total)

  • RE: Should I use # tables?

    In the past I have used temp tables or table variables in this situation reasoning that it is usually going to be better to hit the big table once. ...

  • RE: Finding a Balance

    Stewart Joslyn (11/16/2007)


    I think we're still technology fixated - you don't need a pen drive or any other IT hardware to steal a few social security numbers or bank details...

  • RE: Wiggle Room

    I'm a little late on this discussion, but I would agree that most IT "Consultants" are really contractors. I view a consultant as someone who has the ability to...

  • RE: Which Platform Do You Work On?

    I just had this discussion with a co-worker yesterday. I started with SQL 7 which in reality met and continues to meet most of the needs they organization I...

  • RE: Why is my HTTP web service so slow?

    Paul,

    Please post what you find out so I can add to my "tool box".

    Thanks

  • RE: Problem extending an AUDIT trigger to log extra details.

    To the best of my knowledge, the only way to get information to a trigger is to have the information in the table. Here is an idea on how...

  • RE: Why is my HTTP web service so slow?

    * In addition, is it even possible to create a SQL login that has all of these requirements?

    ** select and update only

    Yes

    ** cannot view schema (cannot connect to the SQL...

  • RE: Backup failed?

    What is the size of the backup file? The next thing is to try to restore from the backup file (on another server or to another DB on the...

  • RE: Reporting Services 2005

    This is a drawback in SSRS as there is not a way to set paging based on records. If you are doing any grouping you can set each group...

  • RE: Help in WHERE clause

    mrpolecat (10/21/2007)


    SELECT * FROM #TestTable

    WHERE (isnull(Title,'Sales Representative') = @dummy)

    will return the Sales Reps and nulls together but not with the VPs

    While this will work, is easy to read, and provides...

  • RE: how to remove numbers from strings?

    David McFarland (10/19/2007)


    Jack Corbett (10/19/2007)


    I really enjoyed the thread. A lot of good information and no one got personal as I have seen happen when people have different ideas...

  • RE: connectivity issues in SQL Server 2005 with sqlcmd

    I am just trying to connect using the following command

    c:\>sqlcmd -E

    I have another sql server where this command works. The second sql server fails with this command.

    However, if I use...

  • RE: how to remove numbers from strings?

    Just a couple of comments.

    I really enjoyed the thread. A lot of good information and no one got personal as I have seen happen when people have...

  • RE: Tables from different Schemas in a view

    Steve,

    Thanks for the reply. I was under the assumption that by using union all from the 2 tables in the view that the schema permission would only allow...

  • RE: connectivity issues in SQL Server 2005 with sqlcmd

    I am not sure I understand your problem. What is the code you are running that does not work? Because running sqlcmd -E -S.\Server is connecting to the local...

Viewing 15 posts - 9,331 through 9,345 (of 9,643 total)