Viewing 15 posts - 256 through 270 (of 362 total)
Can you convert the FLOAT into a fixed DECIMAL without loosing information?
Select SUM( Convert(Decimal(10, 5), TheFloatCol) )....
December 30, 2003 at 12:07 pm
Basically a mechanism to navigate through a recordset record by record in T-SQL code.
Lookup FETCH and @@FETCH_STATUS in BOL.
Do you think you have a need to use a...
December 30, 2003 at 12:02 pm
No, TempDB, Pubs, Master, all in same dir. Just a "stock" SQL install.
What are your results when running the script?
December 30, 2003 at 9:48 am
Here's a shameless plug for a script I submitted...
http://www.sqlservercentral.com/scripts/contributions/1009.asp
December 30, 2003 at 9:09 am
To check file status, check out...
Thanks to this forum & David B.
December 30, 2003 at 8:42 am
When selecting "Quote" button from my last post at
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=19427#bm92095
I was returned....
Server Error in '/' Application.
--------------------------------------------------------------------------------
Ambiguous column name 'Approved'.
Description: An unhandled exception occurred during the execution...
December 29, 2003 at 2:04 pm
"Update Post" returned:
Server Error in '/' Application.
--------------------------------------------------------------------------------
A potentially dangerous Request.Form value was detected from the client (Postmessage1:rteEditor="<P>Edit post test<FO...").
Description: Request Validation has detected a potentially dangerous client input...
December 29, 2003 at 2:01 pm
The "Send Private Message To :" does not allow
1. editing of the body
2. Font / size /style selection etc.
December 29, 2003 at 1:54 pm
Went to "Active threads", does not show to much... the "Sort by in From" dropdown has each time period twice. Selection of last 12 hours showed me only 1 very...
December 29, 2003 at 1:48 pm
As a side note, I've been asking MS for an ISNULL function in SQL-CE. I never thought of looking if COALESCE was part of the SQL-CE language since I always...
December 29, 2003 at 11:54 am
rohitkgupta, Did you ever get a solution?
December 29, 2003 at 11:34 am
Query your table with an OUTER JOIN against a table of dates (one record / month). Let us know if you need help making the [DATES] table.
December 29, 2003 at 9:06 am
There are not to many absolute rules.
The writing of a query should 1st and foremost return the desired results. After that, much depends on the how the query is...
December 29, 2003 at 8:36 am
No specific reason, but I was looking at some old TSQL I wrote a while back, and asked myself "How does the #Proc persist?".
Thanks for the answers. It is...
December 19, 2003 at 12:15 pm
What would be your max number of tables per @countyt?
I'm thinking something in the line of
(David's modified)
declare @sql nvarchar(4000)
set @sql...
December 19, 2003 at 11:24 am
Viewing 15 posts - 256 through 270 (of 362 total)