Viewing 15 posts - 18,496 through 18,510 (of 26,489 total)
Okay, it is a decimal value, how is it stored? Please provide a sample of the data.
November 3, 2009 at 6:37 pm
I'm not sure what you are asking. Can you explain better what you are trying to accomplish.
November 3, 2009 at 3:43 pm
True, which is why I would actually try the other way first.
November 3, 2009 at 3:38 pm
Of course, the right way to do it is to rewrite the process as a set-based query.
November 3, 2009 at 3:38 pm
I assume that the result set returned by the stored proc is the same as far as number of columns/data types, etc?
If so, you may want to create a temporary...
November 3, 2009 at 3:36 pm
John Rowan (11/3/2009)
November 3, 2009 at 3:30 pm
Actually, not quite enough information. How is the data actually stored in the table, is the column defined as a datetime data type?
November 3, 2009 at 3:21 pm
If you are looking at table partitions I have to ask, are you running SQL Server 2005 Enterprise Edition or Standard Edition?
Partitioned tables and indexes are only supported in the...
November 3, 2009 at 2:57 pm
No, no, no. GSquared said to multiply by 1.0 not by 1 as you did. There is a difference.
Example: select 1 / 2 returns 0 where as...
November 3, 2009 at 2:50 pm
I would want to keep the SQL Server backups to local disk and have the Network Admin backup those files to tape. Plus, if you keep tow or three...
November 3, 2009 at 2:30 pm
No clue. I haven't run into this problem and neither have any of my coworkers so far either.
I'm interested if you should learn more about this problem.
November 3, 2009 at 11:31 am
Not sure as the following works just as I would expect:
select 'A' + ' & ' + 'B'
November 3, 2009 at 10:54 am
Not having had to do this, it does look like you may need to build the transfer package dynamically. I'd be interested in seeing how you accomplish this task.
November 3, 2009 at 10:50 am
I don't remember the details as I haven't been there for over 4 years. We are looking at setting email alerts here to go to our cell phones. ...
November 3, 2009 at 10:41 am
sextonk (11/3/2009)
Here is the real query.....I got it to work but I guess the requirement is that I need the
First Blood Pressure/Response value taken...
November 3, 2009 at 10:37 am
Viewing 15 posts - 18,496 through 18,510 (of 26,489 total)