Viewing 15 posts - 91 through 105 (of 395 total)
what are the data types that are using
use nvarchar , nchar and ntext
July 4, 2005 at 6:54 am
yes http://www.sqldts.com is a godd site for the DTS
June 28, 2005 at 1:07 am
declare @v-2 as varchar(10)
set @v-2 = '12.50'
select cast(@v as float) * 10
will work
But I fell it is better to chaneg the price column to float as it...
June 27, 2005 at 5:17 am
there is tool which check your web sites against the vulnerability
June 27, 2005 at 5:13 am
http://www.sqlservercentral.com/scripts/contributions/1281.asp will delete all the records in a the DEFAULT database
June 23, 2005 at 5:40 am
there no sequence objects in SQL Server
but you can find Identity type in the SQL Server
in the Enterprice Manager,select int as the data type then set Identity property to yes,...
June 23, 2005 at 5:17 am
common problem read these
http://communityserver.org/forums/ShowPost.aspx?PostID=465908
June 18, 2005 at 2:20 am
June 16, 2005 at 1:42 am
There is free tool called dbMaestro
http://www.dbmaestro.com/products/ActivatedbMaestro.aspx
http://www.sqlservercentral.com/columnists/dasanka/reviewdbmaestro.asp
June 16, 2005 at 1:34 am
there is free toll available for shrinking a database
http://www.codeproject.com/database/ShrinkingSQLServerTransLo.asp
June 16, 2005 at 1:28 am
I have installed SP4s just after the releasing of it. But upto now I don't have any issues.
June 15, 2005 at 2:16 am
After comparing what do you want to do
That actionis missing in your trigger
June 14, 2005 at 5:14 am
Viewing 15 posts - 91 through 105 (of 395 total)