Forum Replies Created

Viewing 15 posts - 2,461 through 2,475 (of 7,429 total)

  • RE: NULL vs. Empty String

    Oh 1 more not I would suggest if you have alots of repeating values or if the NULLable column will be NULL often then consider splitting the table and using...

  • RE: QOD 10-21

    Fortunately it does not stubob. From SQL BOL

    quote:


    @@ERROR returns the number of the error message until another Transact-SQL statement is executed.

  • RE: NULL vs. Empty String

    First off I will state I disagree with CJ Date and the others who think NULL is a waste in SQL. NULL does not apply only to SQL but to...

  • RE: How to Poll SQL Server

    When you say "poll" what exactly are you looking for? I can poll for connections, I can poll for service running (thru DMO best). What are you after?

  • RE: Inconsistent results using CONTAINS

    Of the rows you know of the local copy have data in them use the key field and query the other DB to validate the data. Could be something wrong...

  • RE: Datetime: Need to store dates as old as 01/01/01

    Unless the date is stored in a character type field I was not aware Informix supported anything older than 12/31/1899. The fact they didn't use NULLS bugs me as well...

  • RE: QOD 10-21

    Actually the answer is better expressed in BOL

    quote:


    This variable is set to 0 by any statement that does not return rows, such...

  • RE: SET DATEFORMAT dmy

    Just for the SP itself.

  • RE: Datetime: Need to store dates as old as 01/01/01

    Use the ISO format in the char field but you are sorta gonna be screwed on the datetime functions. Dates that far back are subject to errors as the calendar...

  • RE: 3 resultsets in a sp. How can I choose one?

    You shouldn't end up with more than one resultset of actual data depedning on how you are doing this but you may be getting the messages back. Do you have...

  • RE: How to connect via IIS to linked server

    Ok let's step back just for testing to see what I may be missing. Sorry I have not used the trusted accounted method myself so not sure what applies but...

  • RE: After 7->2000 move, queries peg CPU

    quote:


    When we upgraded from 7.0 to 2000 we had a couple of queries that exibited the same problem. We have a...

  • RE: After 7->2000 move, queries peg CPU

    Actually how are you determining it is SQL pegging the CPU? Make sure you are looking at CPU under Windows Task Manager on the Processes tab. Watch sqlservr.exe to see...

  • RE: After 7->2000 move, queries peg CPU

    I woul watch it with profiler. Also if this is a multiple instance situation where 7 and 2000 are on there 2000 may not have taken over the needed resources....

  • RE: How to connect via IIS to linked server

    If you will open the linked server properties on the local SQL server you will see a tab labeled "Security", on this tab you will find multiple options of which...

Viewing 15 posts - 2,461 through 2,475 (of 7,429 total)