Viewing 15 posts - 76 through 90 (of 352 total)
So there are no "Best Practices" documents out there?
Just this Analyzer ?
Thanks
Jim
May 6, 2011 at 12:25 pm
Ok
gb_size is solved but am getting error for mb_size
any idea on how to fix this one
Thanks
Jim
*****************
select
CAST(name as varchar(66)) logical_name,
database_id,
CAST (size*8.0/1024.0 as DECIMAL (5,1)) mb_size
from
master.sys.master_files
where
physical_name NOT LIKE '%.ldf'
order by
name;
go
Msg...
May 5, 2011 at 10:40 am
Thanks Lowell
so all i needed to add was ".0" then ?
Jim
May 5, 2011 at 10:31 am
Damn !
thanks Michael
it's Monday 🙂
I must have stared at that for sometime and it did not even compute
Jim
February 28, 2011 at 10:51 am
Hi FIOlks
can someone tell me what I am not doing correctly
the first sql works but the second does not
vercdate is a datetime field
can someone explain to me why the first...
February 28, 2011 at 10:09 am
Hi Jeffrey
thanks very much for your insight regarding this one
Jim
January 25, 2011 at 8:48 am
Thanks Everyone for your input
I read the article and it specifically says that when creating an index the value is trimmed
I used the word stripped. SQL Server may not be...
November 4, 2010 at 12:56 pm
Thanks Jeff
i decided against changing it anywhere
Jim
November 4, 2010 at 8:43 am
Thanks
that was what i would expect and adds to my position that i do not understand why sql server strips out the trailing spaces when it tries to index. It...
November 4, 2010 at 8:41 am
Hi Rich
thanks for taking the time to expand on this
i understand the way it is being handled, but it is not logical to my way of thinking
sql server is actually...
November 2, 2010 at 3:54 pm
You are correct
In Oracle (from a web site)
..Thus the difference between VARCHAR and VARCHAR2 is that VARCHAR is ANSI standard but takes up space whereas VARCHAR2 is Oracle-only but makes...
October 28, 2010 at 4:31 pm
Hi Rich
thanks for the info
this all started because i could not index a column because sql server told me the columns were the same, when they are not because of...
October 28, 2010 at 1:54 pm
Viewing 15 posts - 76 through 90 (of 352 total)