Viewing 15 posts - 1,486 through 1,500 (of 1,553 total)
Remove the parenthesis from the group by.
See Books On Line for more info on group by clause
/Kenneth
April 19, 2004 at 7:54 am
Restore your latest known good backup?
There is a backup, right..?
/Kenneth
April 19, 2004 at 7:45 am
It depends.
Filgroups is a three-edged sword (as the Vorlon say)
They may have some effect on performance, but mostly they have an effect on...
April 19, 2004 at 7:38 am
I may be missing something here entirely, but AFAIK SQL Server has no clue about the time - it's the o/s that runs the clock. (meaning that it's Windows that...
April 19, 2004 at 7:29 am
On that department, unfortunately I have no clue.
(XML studying is still on the 'to do' list)
=;o)
/Kenneth
April 19, 2004 at 7:18 am
How do you know it's only 256 chars that gets into the table?
Have you tried a 'SELECT DATALENGTH(filecontent) from #tempf' ?
Remember that many tools used for viewing data has a...
April 19, 2004 at 6:05 am
To conclude...the code for selecting the records I am more than happy with...the problem I have is that the output is in many 'recordsets' and I only want one returned...
This...
April 19, 2004 at 5:59 am
Which one is correct way and faster, and what is the internal datetime format for sqlserver “yyyy-mm-dd”
Or “dd-mm-yyyy”
Actually, it's none of these - the internal format is not readable...
April 19, 2004 at 5:46 am
April 19, 2004 at 5:37 am
This will depend on the columns datatypes within the case.
Be aware that a CASE can only return one datatype - which one (if no casting is done) is decided upon...
April 19, 2004 at 2:41 am
True on both counts
I guess it's like post-it's - they tend to get lost in the overall-mess that's my desk. (the links that...
April 19, 2004 at 2:38 am
At the end of the day, the important thing is that the stuff works like intended. (and that's why you need to define how it's supposed to work before implementing...
April 19, 2004 at 2:00 am
I knew you had Erland's link (and I didn't) so I didn't mention it.
/Kenneth
April 16, 2004 at 6:01 am
Well, as you've probably noticed, it's very hard to model if all details are not crystal clear about the things you try to model.
I see some discrepancies here, though.
So, if...
April 16, 2004 at 5:58 am
Just be aware that using dynamic SQL will not reuse cached queryplans, the user needs permissions on the basetable itslef, and as written opens you up for injection attacks.
Dynamic SQL...
April 16, 2004 at 5:35 am
Viewing 15 posts - 1,486 through 1,500 (of 1,553 total)