Viewing 15 posts - 1,396 through 1,410 (of 1,479 total)
One more option is to use a third party tool that knows how to backup and compress that backup file. There are few tools that can do that...
November 5, 2008 at 5:03 am
Johann Montfort (11/5/2008)
I have a table Pages and it has the following fields
PageId smallint
PageName nvarchar(250)
PageTitle nvarchar(250)
fk_buildId int
Now normally, how I do it, set the PageId as int and make...
November 5, 2008 at 4:09 am
aswanidutt.dasara (11/4/2008)
hi allcan any one tell me, what is the main usage and advantage of coalesce(). why it is used
thanks in advance
aswin..
Coalesce function recives values separted by column and returns...
November 4, 2008 at 10:19 pm
latingntlman (11/3/2008)
November 3, 2008 at 8:04 am
The fallowing is taken from the XML specification
[Definition: Each XML document contains one or more elements, the boundaries of which are either delimited by start-tags and end-tags, or, for empty...
October 29, 2008 at 3:07 pm
rbarryyoung (10/29/2008)
Adi: Which rule of Well-Formed XML do you think that 'this is not a valid XML' violates?
I think that an XML should have at least one element. ...
October 29, 2008 at 2:16 pm
Jerry Hung (10/29/2008)
If you want to enforce valid XML, either throw in a tag or add a schema...
October 29, 2008 at 1:40 pm
michael (10/28/2008)
October 28, 2008 at 6:56 am
Leo (10/28/2008)
Well, I have aware of that but as you know when you set the maintenance plan I selected for ALL DATABASES so that I can do all in...
October 28, 2008 at 4:51 am
abhisek karki (10/27/2008)
October 27, 2008 at 2:47 pm
Chris (10/27/2008)
adi i tried that but u know what its not showing up 000609876159 in not like but its totally numeric.....
I’m sorry, but I don’t understand. Do you want...
October 27, 2008 at 2:37 pm
Chris (10/27/2008)
when i ran this query with like even i got '000609876159' which should be in not like
select Col1
from YourTable
where YourCol not...
October 27, 2008 at 2:22 pm
Chris (10/27/2008)
so how should i consider it .....
select isnumeric(order_number+'.do') from tbl1..
is this the syntax...
i dont understand this query
SELECT ISNUMERIC('3D2'+'.d0'), ISNUMERIC('3E2'+'.d0'), ISNUMERIC('1,000'+'.d0'), ISNUMERIC(CHAR(13)+'.d0'), ISNUMERIC(CHAR(9)+'.d0')...
October 27, 2008 at 2:06 pm
psangeetha (10/27/2008)
October 27, 2008 at 7:25 am
jennifer_l_hogan (10/24/2008)
October 24, 2008 at 10:43 am
Viewing 15 posts - 1,396 through 1,410 (of 1,479 total)