Viewing 15 posts - 121 through 135 (of 163 total)
Bill and Homebrew01, thank you. These are the solutions I was looking for.
I have about 50 tables in the Database.
October 27, 2005 at 2:06 am
RGR'us, Is my db in in full log mode (I used the defaults of EM when I made the database)?
I'am not worried, I just want to start with a clean...
October 25, 2005 at 11:49 am
Glynne, thank you, fine to know that the DDL changes are not logged.
And the changes in the records of the lookup tables? Are...
October 25, 2005 at 11:28 am
Glynne, thank you for your answer. Let me give an explanation of what I mean.
I don't need any recovery. My database is ready and OK. It goes in production now. All...
October 25, 2005 at 10:03 am
Do you mean that the backup-defaults (when making a database with the EM, without any changes) are that no history is retained (no log)?
That's fine. Thank you.
October 25, 2005 at 9:28 am
Me too,
But having tha answers on the main page would even be better.
Now we have questions like:
Question - Worth 1 Point(s)
Category : SQL...
September 14, 2005 at 1:33 am
Frank, you wrote:
select
convert(char(8), dateadd( ss ,...
I tried this (always looking at your smart solutions) but got not the right answer.
I think it was...
July 29, 2005 at 2:23 am
In EM, a double click on a table gives a rough estimation of the record count.
Using SELECT COUNT(*) gives you the correct answer (the same as in QA).
June 21, 2005 at 1:57 am
Try '20050120'
This is the ISO standard way of representing a date as string.
SQLServer takes this format independant of the datetime configuration of the computer.
June 5, 2005 at 2:10 am
Cris:
If you use the ISO format for dates (yyyymmdd), not the yyyy-mm-dd format, SQL Server is not vulnerable for myd or dmy dates.
See CONVERT ISO 112 (or 12 for yymmdd)...
March 23, 2005 at 8:51 am
Frank,
Du bist WUNDERBAR.
...oops, ...
That was my problem.
I tried the whole thing in EM,
and after a refresh it shows the correct value, no zeros any more.
Btw, I'll use your "correct" date,...
February 8, 2005 at 7:10 am
Sorry, it is not an Integer field, it is a numeric (precision 10, scale 0) field.
But Convert gives still an 0 (zero)
February 8, 2005 at 6:55 am
Frank, thank you for your answer.
You asked:
Does it need to be an INT column?
The answer is Yes, because it is an old application that has to use an former DB...
February 8, 2005 at 6:48 am
Kenneth, you are right.
The presentation layer should be separated from the data layer.
But, I'am just surviving in the new world of asp.net.
Not knowing how to place the outcome of one...
December 27, 2004 at 2:35 am
Viewing 15 posts - 121 through 135 (of 163 total)