Viewing 15 posts - 271 through 285 (of 530 total)
I guess there should be alot of information on the web. Have you tried to google for OPENXML and VBSCRIPT?
//Hanslindgren
June 28, 2005 at 10:01 am
Just for information:
SET DATEFORMAT YDM
SELECT CAST( '2005-05-07' AS DATETIME)
SET DATEFORMAT YMD
SELECT CAST( '2005-05-07' AS DATETIME)
Produces WRONG result. I.e you can't trust the format 'YYYY-MM-DD'.
Though going with the ISO 8601...
June 28, 2005 at 9:58 am
have you tried it with alot of XML? Have you seen that it will be malformed?
As stated before. QA has a ROW...
June 28, 2005 at 9:51 am
I most certainly agree.
Having the wrong data types are not just bad. It is worse then bad
* You miss out of some aspects of declarative...
June 28, 2005 at 9:44 am
Hehe, sorry. Obviously I forgot part that before I started answering
I don't see anything else that I might point out though... But since...
June 28, 2005 at 9:04 am
I guess the most fool proof way of determining if it is convertible to float would be a regular expression (I.e something like ^(\+|-)?[0-9]*(\.[0-9]*)?$ . Unfortunatly that must be...
June 28, 2005 at 8:53 am
Yeah, I thought about it But then it would have been a full Euro and not some cents
June 28, 2005 at 8:36 am
Have you tried to recreate the non clustered index? Checked for table inconsistency? Maybe you get different query plans for your queries and your index/table is corrupt (which could lead to different...
June 28, 2005 at 8:14 am
...which, for claritys sake, could also look like this
Select *
from dbo.MyTable
where DateCol between DATEADD(MONTH, -1 , GETDATE()) and <A href="mailto SELECT CONVERT(FLOAT, '$') Could be...
June 28, 2005 at 7:56 am
What do you mean 'both the colon's are not shared in that particular node through VB coding ''? Maybe you want to use the administrative shares (I.e you can...
June 28, 2005 at 7:37 am
no, I do not use any extra SQL tool. It's a generic HP NetServer LXr 8500 8 CPUs with 36 disks in...
June 28, 2005 at 5:19 am
noggin is making a very good answer. I would definitly do as he suggest.
With one small modification, to use a free ZIP compression...
June 27, 2005 at 7:52 am
Yelena Varshal, the query governor cost limit is checking the estimated cost of a query, and not the estimated duration (in seconds)....
June 27, 2005 at 6:40 am
govinn, it doesn't matter from where the batchfile is executed... Let's make a Jeopardy like question: 'The ability to run T-SQL on a SQL...
June 25, 2005 at 11:36 am
Viewing 15 posts - 271 through 285 (of 530 total)