Viewing 15 posts - 91 through 105 (of 396 total)
http://support.microsoft.com/kb/313661/EN-US/
https://dbfriend.blogspot.com/
July 5, 2005 at 1:27 am
what are the data types that are using
use nvarchar , nchar and ntext
https://dbfriend.blogspot.com/
July 4, 2005 at 6:54 am
yes http://www.sqldts.com is a godd site for the DTS
https://dbfriend.blogspot.com/
June 28, 2005 at 1:07 am
try and share your experience with us here
https://dbfriend.blogspot.com/
June 27, 2005 at 6:33 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 will increase the performances
https://dbfriend.blogspot.com/
June 27, 2005 at 5:17 am
there is tool which check your web sites against the vulnerability
https://dbfriend.blogspot.com/
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
https://dbfriend.blogspot.com/
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,...
https://dbfriend.blogspot.com/
June 23, 2005 at 5:17 am
common problem read these
http://communityserver.org/forums/ShowPost.aspx?PostID=465908
http://www.mcse.ms/archive93-2004-5-705121.html
https://dbfriend.blogspot.com/
June 18, 2005 at 2:20 am
http://www.sqldts.com/default.aspx?6,222,224,0,1
https://dbfriend.blogspot.com/
June 16, 2005 at 1:42 am
why not installing sp 4 and trying it
https://dbfriend.blogspot.com/
June 16, 2005 at 1:38 am
There is free tool called dbMaestro
http://www.dbmaestro.com/products/ActivatedbMaestro.aspx
http://www.sqlservercentral.com/columnists/dasanka/reviewdbmaestro.asp
https://dbfriend.blogspot.com/
June 16, 2005 at 1:34 am
there is free toll available for shrinking a database
http://www.codeproject.com/database/ShrinkingSQLServerTransLo.asp
https://dbfriend.blogspot.com/
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.
https://dbfriend.blogspot.com/
June 15, 2005 at 2:16 am
After comparing what do you want to do
That actionis missing in your trigger
https://dbfriend.blogspot.com/
June 14, 2005 at 5:14 am
Viewing 15 posts - 91 through 105 (of 396 total)