Viewing 15 posts - 106 through 120 (of 654 total)
we need more info.
but out of curiosity why do you want to do it in sql, and not a frontend program?
nonetheless bring it...
August 13, 2007 at 9:38 am
i can't understand its use either from that perspective.
August 13, 2007 at 9:29 am
>i want all my crystal report 8.5 reports into reporting services
you will have to redevelop your reports
August 13, 2007 at 5:30 am
use the import/export wizard
August 13, 2007 at 5:28 am
did you properly define it your include file. put an OPTION EXPLICIT statement at the top of your asp pages so that it forces you to declare variables
August 10, 2007 at 10:00 am
Charlie, how many [idMacroSegment] do you use. is it only 1 and 2?
if so i am thinking that the [idMacroSegment] testing becomes redundant...
August 10, 2007 at 9:26 am
charlie if possible can you please try Vladan's solution and see how it performs against the other solution by Sergiy. and of coz give us the results
August 10, 2007 at 9:20 am
my two senses:
<% %> is use in an asp page so is executed at runtime, whereas <script> can be used as well in html pages.
can you post your page code,...
August 10, 2007 at 8:13 am
you can pass the xml to a stored procedure with ntext datatype and then use openxml to load the data into your table. look in BOL for usage of OPENXML
or...
August 10, 2007 at 2:26 am
i think you can use the OR statement.i.e.
when
2509 or 2513 then 'Con Std'
when
2500
August 10, 2007 at 2:09 am
<!--#INCLUDE FILE="config.inc"-->
<%
Sub btnSave_OnClick
dim a bunch of variables
sql = "the sql statement"
Conn.Execute(sql)
End Sub
%>
<html>
<head>
August 9, 2007 at 3:51 pm
if a company is not a technology company then chances are they are not really intrested in the excellent developer but more in the manager who knows the company culture....
August 9, 2007 at 10:03 am
Viewing 15 posts - 106 through 120 (of 654 total)